about summary refs log tree commit diff
path: root/pkgs/development/mobile
AgeCommit message (Collapse)AuthorFilesLines
2019-08-02nodejs-8_x: Drop packageadisbladis1-1/+1
It will be EOL within the support period of 19.09
2019-07-19cocoapods-beta: 1.7.4 -> 1.7.5Lily Ballard2-7/+7
2019-07-19cocoapods: 1.7.4 -> 1.7.5Lily Ballard2-7/+7
2019-07-10cocoapods-beta: 1.7.3 -> 1.7.4Lily Ballard2-10/+10
2019-07-10cocoapods: 1.7.3 -> 1.7.4Lily Ballard2-10/+10
2019-07-05Revert Nodejs-8_x deprecationadisbladis1-1/+1
This was supposed to go through a pull request Revert "nodePackages: Regenerate node packages for nodejs 10 & 12" This reverts commit 6a17bdf3974fce9d0c5098e77aa5fe6de279f2c7. Revert "nodejs-8_x: Drop package" This reverts commit e06c97b71d33bf8480fb40f825e8d3138783f986.
2019-07-05nodejs-8_x: Drop packageadisbladis1-1/+1
It will be EOL within the support period of 19.09
2019-07-01cocoapods-beta: 1.7.2 -> 1.7.3Lily Ballard2-10/+10
2019-07-01cocoapods: 1.7.2 -> 1.7.3Lily Ballard2-10/+10
2019-06-16treewide: remove unused variables (#63177)volth5-8/+3
* treewide: remove unused variables * making ofborg happy
2019-06-15Merge staging-next into masterFrederik Rietdijk1-1/+1
2019-06-15cocoapods: 1.7.1 -> 1.7.2Lily Ballard4-30/+30
Also update cocoapods-beta to match.
2019-06-03Merge pull request #61168 from matthewbauer/release-cross-fixesMatthew Bauer1-1/+1
release-cross.nix changes/fixes
2019-05-31Merge pull request #61906 from lilyball/cocoapodsMatthew Bauer4-16/+16
cocoapods: 1.6.2 -> 1.7.1
2019-05-30cocoapods-beta: 1.7.0.rc.2 -> 1.7.1Lily Ballard2-7/+7
2019-05-30cocoapods: 1.6.2 -> 1.7.1Lily Ballard2-9/+9
2019-05-28genymotion: refactor src from requireFile to fetchurlAlex Ameen1-8/+8
The old src url was updated by the host, making the required file inaccessible. The new url links directly to the required file. This direct link allows us to use fetchurl rather than requireFile. genymotion: refactor src url Fixed revisions: 1) Uses `pname`. 2) URL uses version variable in path. Data type for `url` was changed from path to string. genymotion: refactor src url Removed redundant `name` definition. fixed typo in URL changed requireFile to fetchurl
2019-05-24Merge pull request #61934 from lilyball/cocoapods-update-scriptSilvan Mosberger2-0/+5
cocoapods: define updateScript
2019-05-24androidenv: fix the $out/bin symlink for ndk-bundleedef1-1/+1
2019-05-23cocoapods: define updateScriptLily Ballard2-0/+5
2019-05-15cocoapods-beta: 1.7.0.rc.1 -> 1.7.0.rc.2Lily Ballard2-7/+7
2019-05-15cocoapods: 1.6.1 -> 1.6.2Lily Ballard2-10/+10
2019-05-08androidenv: add more context to os not found errorMatthew Bauer1-1/+1
We don’t have android sdk available for aarch64, so this error happens a lot. Adding some context on what is going on makes this clearer.
2019-05-02cocoapods-beta: 1.7.0.beta.3 -> 1.7.0.rc.1Lily Ballard2-10/+10
2019-04-16cocoapods-beta: init at 1.7.0.beta.3Lily Ballard8-26/+412
cocoapods-beta is an alternative attribute for the cocoapods package that provides the latest beta instead of the stable version. Also switch to `bundlerApp` so we stop polluting the profile with our gem dependencies and can get rid of the broken `sandbox-pod` executable.
2019-03-10titaniumenv: fix stripping the unneeded architecturesSander van der Burg3-2/+13
2019-02-23titaniumenv: fix deriving path to the IPA fileSander van der Burg1-1/+1
2019-02-22cocoapods: 1.6.0 -> 1.6.1Lily Ballard2-18/+20
2019-02-22Merge pull request #55471 from lilyball/cocoapods_1.6.0Jörg Thalheim3-41/+60
cocoapods: 1.5.3 -> 1.6.0
2019-02-21xcodeenv: fix generation of ad-hoc wireless installation pageSander van der Burg1-3/+3
2019-02-21xcodeenv: do not rename bundleId to lowercaseSander van der Burg1-1/+1
2019-02-10cocoapods: 1.5.3 -> 1.6.0Lily Ballard3-41/+60
Fixes #55458. Fixes #55461.
2019-02-04titaniumenv: fix broken function headerSander van der Burg1-9/+1
2019-02-04titaniumenv: add Xcode 10.1 and Titanium 7.5.1 supportSander van der Burg3-3/+122
2019-02-04xcodeenv: enable Xcode 10.1 supportSander van der Burg2-7/+16
2019-02-03androidenv: move defaults to package fileJan Malakhovski1-2/+2
2019-01-29androidenv: move licenseAccepted condition to androidsdkMatthew Bauer1-9/+6
The NDK can be built without accepting the license.
2019-01-26androidenv: Remove unused patchSander van der Burg1-98/+0
2019-01-26androidsdk: fix missing fontconfig library reference when tools version ↵Sander van der Burg1-1/+1
26.1.x is used
2018-12-18Reintroduce licenseAccepted optionSander van der Burg2-2/+10
2018-12-18Remove redundant getBin functionSander van der Burg1-1/+1
2018-12-18adb-sync: fix to make it work with platform-toolsSander van der Burg1-3/+3
2018-12-18Fix standalone generation scriptSander van der Burg1-2/+3
2018-12-18Fix inclusion of sourcesSander van der Burg1-2/+2
2018-12-18Port packages with Android dependencies to new androidenvSander van der Burg1-3/+3
2018-12-18Replace titaniumenv with new implementationSander van der Burg10-392/+160
2018-12-18Replace xcodeenv with new implementationSander van der Burg5-84/+100
2018-12-18Replace androidenv by new implementationSander van der Burg59-9437/+5535
2018-12-18Separate androidndkpkgs from androidenvSander van der Burg2-158/+1
2018-12-16androidndk: Adds missing patch for 18bBastian Köcher1-0/+98