summary refs log tree commit diff
path: root/pkgs/development/mobile
Commit message (Collapse)AuthorAge
* titaniumenv: fix stripping the unneeded architecturesSander van der Burg2019-03-10
|
* titaniumenv: fix deriving path to the IPA fileSander van der Burg2019-02-23
|
* cocoapods: 1.6.0 -> 1.6.1Lily Ballard2019-02-22
|
* Merge pull request #55471 from lilyball/cocoapods_1.6.0Jörg Thalheim2019-02-22
|\ | | | | cocoapods: 1.5.3 -> 1.6.0
| * cocoapods: 1.5.3 -> 1.6.0Lily Ballard2019-02-10
| | | | | | | | | | Fixes #55458. Fixes #55461.
* | xcodeenv: fix generation of ad-hoc wireless installation pageSander van der Burg2019-02-21
| |
* | xcodeenv: do not rename bundleId to lowercaseSander van der Burg2019-02-21
| |
* | androidenv: move defaults to package fileJan Malakhovski2019-02-03
|/
* titaniumenv: fix broken function headerSander van der Burg2019-02-04
|
* titaniumenv: add Xcode 10.1 and Titanium 7.5.1 supportSander van der Burg2019-02-04
|
* xcodeenv: enable Xcode 10.1 supportSander van der Burg2019-02-04
|
* androidenv: move licenseAccepted condition to androidsdkMatthew Bauer2019-01-29
| | | | The NDK can be built without accepting the license.
* androidenv: Remove unused patchSander van der Burg2019-01-26
|
* androidsdk: fix missing fontconfig library reference when tools version ↵Sander van der Burg2019-01-26
| | | | 26.1.x is used
* Reintroduce licenseAccepted optionSander van der Burg2018-12-18
|
* Remove redundant getBin functionSander van der Burg2018-12-18
|
* adb-sync: fix to make it work with platform-toolsSander van der Burg2018-12-18
|
* Fix standalone generation scriptSander van der Burg2018-12-18
|
* Fix inclusion of sourcesSander van der Burg2018-12-18
|
* Port packages with Android dependencies to new androidenvSander van der Burg2018-12-18
|
* Replace titaniumenv with new implementationSander van der Burg2018-12-18
|
* Replace xcodeenv with new implementationSander van der Burg2018-12-18
|
* Replace androidenv by new implementationSander van der Burg2018-12-18
|
* Separate androidndkpkgs from androidenvSander van der Burg2018-12-18
|
* androidndk: Adds missing patch for 18bBastian Köcher2018-12-16
|
* androidndk: 17c -> 18bBastian Köcher2018-11-20
|
* androidsdk: Re-add emulator that was broken out of the sdk-tools package.Clemens Fruhwirth2018-11-12
|
* androidsdk: fix monitor interpreter pathDavid McFarland2018-11-10
|
* treewide: get rid of osx cmake flagsMatthew Bauer2018-11-05
| | | | | | | | | | | Flags that we now set globally: - CMAKE_OSX_SYSROOT - CMAKE_OSX_DEPLOYMENT_TARGET can now be removed. (cherry picked from commit 8742d5de30dfe2447c0fb56a2e7410b402effc80)
* androidenv: version buildTools and add buildToolsVersions sdk argumentNick Novitski2018-10-26
|
* androidenv: add androidsdk_{8_1,9_0}{,_extras}Nick Novitski2018-10-26
|
* androidenv: run ./fetch.shNick Novitski2018-10-26
| | | | | | | Manually corrected three problems: - fetch.sh: android cli cannot find java executable - addons.nix: google_apis_25 expression not added correctly - addons.nix: android_support_extra expression deleted (replaced in android 9 with jetpack/androidx)
* androidenv: remove `android` command from fetch.shNick Novitski2018-10-26
| | | | | It's deprecated, and no longer prints the urls of any xml files for the script to parse.
* androidenv.androidndk: patch prebuilt 64bit binariesNick Novitski2018-10-26
|
* androidenv.buildTools: patch hard-coded /bin/ls pathsNick Novitski2018-10-26
|
* androidenv.buildtools: 28.0.2 -> 28.0.3Nick Novitski2018-10-25
|
* androidsdk: 25.2.5 -> 26.1.1, license agreementNick Novitski2018-10-25
|
* Merge pull request #46720 from baldo/android-platform-toolsMatthew Bauer2018-10-05
|\ | | | | android-platform-tools: 26.0.2 -> 28.0.1
| * android-platform-tools: patchelf also binaries new in 28.0.1.Andreas Baldeau2018-09-16
| |
| * android-platform-tools: 26.0.2 -> 28.0.1Andreas Baldeau2018-09-15
| |
* | xcodeenv.buildApp: inherit metaLionello Lunesu2018-10-02
| | | | | | | | | | Without `inherit meta;` there was no easy way for XCode packages to set meta information of the final derivation.
* | Merge remote-tracking branch 'upstream/master' into ↵John Ericson2018-09-17
|\| | | | | | | darwin-android-ndk-for-master
| * androidndk: Add `makeStandaloneToolchain` supportBastian Köcher2018-09-07
| | | | | | | | | | | | | | | | | | | | Example: ``` let toolchain = (androidenv.androidndk.makeStandaloneToolchain 24 "arm64"); in ... ```
| * androidndk: Fix `make_standalone_toolchain.py`Bastian Köcher2018-09-07
| | | | | | | | | | Python path needs to be absolute and the generated scripts will use also an absolute path to `bash`.
| * Merge branch 'no-toPath'Shea Levy2018-09-06
| |\
| | * treewide: Remove uses of builtins.toPath.Shea Levy2018-05-22
| | | | | | | | | | | | | | | | | | | | | | | | toPath has confusing semantics and is never necessary; it can always either just be omitted or replaced by pre-concatenating `/.`. It has been marked as "!!! obsolete?" for more than 10 years in a C++ comment, hopefully removing it will let us properly deprecate and, eventually, remove it.
* | | androidndk: Add Darwin supportJohn Ericson2018-09-17
|/ / | | | | | | | | Also switch Linux to using the official sha1 hashes for consistency. They are gotten from https://developer.android.com/ndk/downloads/.
* | androidndk: fix evalLuigy Leon2018-09-01
| | | | | | | | | | | | fixup from https://github.com/NixOS/nixpkgs/pull/45820 /cc @Ericson2314
* | Merge pull request #45842 from Kaali/masterJörg Thalheim2018-09-01
|\ \ | | | | | | cocoapods: 1.5.0 -> 1.5.3
| * | cocoapods: 1.5.0 -> 1.5.3Väinö Järvelä2018-08-31
| | |