about summary refs log tree commit diff
path: root/pkgs/development/mobile
AgeCommit message (Collapse)AuthorFilesLines
2019-10-19cocoapods-beta: 1.8.1 -> 1.8.4Lily Ballard2-13/+13
2019-10-19cocoapods: 1.8.1 -> 1.8.4Lily Ballard2-13/+13
2019-09-27cocoapods-beta: 1.8.0.beta.2 -> 1.8.1Lily Ballard2-17/+17
2019-09-27cocoapods: 1.7.5 -> 1.8.1Lily Ballard2-25/+71
2019-09-08treewide: remove redundant quotesvolth2-7/+7
2019-08-31Merge staging-next into stagingFrederik Rietdijk2-15/+16
2019-08-31Merge master into staging-nextFrederik Rietdijk2-15/+16
2019-08-28treewide: remove redundant recvolth2-2/+2
2019-08-28Merge staging-next into stagingFrederik Rietdijk5-75/+75
2019-08-27cocoapods-beta: 1.8.0.beta.1 -> 1.8.0.beta.2Lily Ballard2-15/+16
2019-08-26treewide: remove redundant quotesvolth2-14/+14
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát5-69/+69
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-21xpwn: bump to commit including openssl 1.1 supportRobin Gloster1-8/+12
2019-08-20Merge pull request #66747 from erikarvstedt/androidenv-fixesMatthew Bauer4-61/+57
Androidenv fixes
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-08-17androidenv: rename stdenv.lib -> libErik Arvstedt4-41/+34
Removes some visual clutter.
2019-08-17androidenv/emulate-app: rename androidsdkComposition -> sdkErik Arvstedt1-13/+13
This greatly improves readability by shortening some of the overlong lines.
2019-08-17androidenv/emulate-app: fix passing extra args to the sdk compositionErik Arvstedt1-9/+6
This feature was originally intended but left unfinished, as indicated by the unused variables 'args' and 'androidSdkArgNames'.
2019-08-17androidenv: fix deployment of google_apis* system imagesErik Arvstedt1-0/+6
Fixes #56866
2019-08-17Merge staging-next into stagingFrederik Rietdijk2-15/+52
2019-08-15treewide: name -> pname (easy cases) (#66585)volth6-6/+6
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-06cocoapods-beta: 1.7.5 -> 1.8.0.beta.1Lily Ballard2-15/+52
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