summary refs log tree commit diff
path: root/pkgs/development/mobile
Commit message (Collapse)AuthorAge
* Merge pull request #75841 from lilyball/cocoapods-betaAaron Andersen2020-01-11
|\ | | | | cocoapods-beta: 1.9.0.beta.1 -> 1.9.0.beta.2
| * cocoapods-beta: 1.9.0.beta.1 -> 1.9.0.beta.2Lily Ballard2019-12-17
| |
* | androidenv.lldb: Fix libssl not foundHernawan Faïz Abdillah2020-01-07
| |
* | treewide: *inputs are listsRobin Gloster2019-12-31
|/
* cocoapods-beta: 1.8.4 -> 1.9.0.beta.1Lily Ballard2019-12-16
|
* android: Install platform-tools binaries on all OSesKirill Elagin2019-11-19
|
* deployAndroidPackage: prefer local buildsJamey Sharp2019-11-16
| | | | | | These derivations just unzip something and maybe do a little patching, so there's no benefit to sending the zip file off to a build server and then downloading the unzipped results again.
* titaniumenv: remove 7.1, add 8.2 and make it the defaultSander van der Burg2019-11-11
|
* xcodeenv: bump default Xcode version to 11.1, default iOS SDK to 13.1. Add ↵Sander van der Burg2019-11-11
| | | | troubleshooting section to docs
* cocoapods-beta: 1.8.1 -> 1.8.4Lily Ballard2019-10-19
|
* cocoapods: 1.8.1 -> 1.8.4Lily Ballard2019-10-19
|
* cocoapods-beta: 1.8.0.beta.2 -> 1.8.1Lily Ballard2019-09-27
|
* cocoapods: 1.7.5 -> 1.8.1Lily Ballard2019-09-27
|
* treewide: remove redundant quotesvolth2019-09-08
|
* Merge staging-next into stagingFrederik Rietdijk2019-08-31
|\
| * Merge master into staging-nextFrederik Rietdijk2019-08-31
| |\
| | * cocoapods-beta: 1.8.0.beta.1 -> 1.8.0.beta.2Lily Ballard2019-08-27
| | |
* | | treewide: remove redundant recvolth2019-08-28
| | |
* | | Merge staging-next into stagingFrederik Rietdijk2019-08-28
|\| |
| * | Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * xpwn: bump to commit including openssl 1.1 supportRobin Gloster2019-08-21
| | |
| | * Merge pull request #66747 from erikarvstedt/androidenv-fixesMatthew Bauer2019-08-20
| | |\ | | | | | | | | Androidenv fixes
| | | * androidenv: rename stdenv.lib -> libErik Arvstedt2019-08-17
| | | | | | | | | | | | | | | | Removes some visual clutter.
| | | * androidenv/emulate-app: rename androidsdkComposition -> sdkErik Arvstedt2019-08-17
| | | | | | | | | | | | | | | | This greatly improves readability by shortening some of the overlong lines.
| | | * androidenv/emulate-app: fix passing extra args to the sdk compositionErik Arvstedt2019-08-17
| | | | | | | | | | | | | | | | | | | | This feature was originally intended but left unfinished, as indicated by the unused variables 'args' and 'androidSdkArgNames'.
| | | * androidenv: fix deployment of google_apis* system imagesErik Arvstedt2019-08-17
| | | | | | | | | | | | | | | | Fixes #56866
* | | | treewide: remove redundant quotesvolth2019-08-26
|/ / /
* | | treewide: name -> pnamevolth2019-08-17
| | |
* | | Merge staging-next into stagingFrederik Rietdijk2019-08-17
|\| |
| * | cocoapods-beta: 1.7.5 -> 1.8.0.beta.1Lily Ballard2019-08-06
| |/
* / treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* nodejs-8_x: Drop packageadisbladis2019-08-02
| | | | It will be EOL within the support period of 19.09
* cocoapods-beta: 1.7.4 -> 1.7.5Lily Ballard2019-07-19
|
* cocoapods: 1.7.4 -> 1.7.5Lily Ballard2019-07-19
|
* cocoapods-beta: 1.7.3 -> 1.7.4Lily Ballard2019-07-10
|
* cocoapods: 1.7.3 -> 1.7.4Lily Ballard2019-07-10
|
* Revert Nodejs-8_x deprecationadisbladis2019-07-05
| | | | | | | | | | 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.
* nodejs-8_x: Drop packageadisbladis2019-07-05
| | | | It will be EOL within the support period of 19.09
* cocoapods-beta: 1.7.2 -> 1.7.3Lily Ballard2019-07-01
|
* cocoapods: 1.7.2 -> 1.7.3Lily Ballard2019-07-01
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* Merge staging-next into masterFrederik Rietdijk2019-06-15
|\
| * Merge pull request #61168 from matthewbauer/release-cross-fixesMatthew Bauer2019-06-03
| |\ | | | | | | release-cross.nix changes/fixes
| | * androidenv: add more context to os not found errorMatthew Bauer2019-05-08
| | | | | | | | | | | | | | | 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.
* | | cocoapods: 1.7.1 -> 1.7.2Lily Ballard2019-06-15
|/ / | | | | | | Also update cocoapods-beta to match.
* | Merge pull request #61906 from lilyball/cocoapodsMatthew Bauer2019-05-31
|\ \ | | | | | | cocoapods: 1.6.2 -> 1.7.1
| * | cocoapods-beta: 1.7.0.rc.2 -> 1.7.1Lily Ballard2019-05-30
| | |
| * | cocoapods: 1.6.2 -> 1.7.1Lily Ballard2019-05-30
| | |
* | | genymotion: refactor src from requireFile to fetchurlAlex Ameen2019-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #61934 from lilyball/cocoapods-update-scriptSilvan Mosberger2019-05-24
|\ \ \ | | | | | | | | cocoapods: define updateScript