about summary refs log tree commit diff
path: root/pkgs/development/mobile/xcodeenv
Commit message (Collapse)AuthorAge
* 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.
* xcodeenv: fix typoAlexandre Esteves2018-05-06
|
* xcodeenv: publish xcarchive directory in the output store path if requestedSander van der Burg2018-03-22
|
* xcodeenv: replace deprecated package application procedure by the new export ↵Sander van der Burg2018-03-22
| | | | archive operation
* xcodeenv: use 9.2 by defaultSander van der Burg2018-01-05
|
* xcodebuild: fix to make it build against the 11.2 iphone SDKSander van der Burg2018-01-05
|
* xcodeenv, titaniumenv: fix IPA builds by granting codesign the right permissionsSander van der Burg2017-01-27
|
* xcodeenv: make it work with Xcode 8.2.1Sander van der Burg2017-01-25
|
* xcodeenv: make it work with xcode 7.2Sander van der Burg2016-01-07
|
* xcodeenv: make version 6.1.1 the defaultSander van der Burg2015-01-22
|
* xcodeenv: make the login keychain the default, before the generated keychain ↵Sander van der Burg2014-10-27
| | | | gets discarded. Otherwise, the keychain becomes corrupt
* xcodeenv: Reimplement simulator script to work with Xcode 6Sander van der Burg2014-10-15
|
* xcodeenv: make version 6.0.1 the defaultSander van der Burg2014-10-14
|
* Make path to Xcode configurableSander van der Burg2014-10-02
|
* Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-08-04
|\ | | | | | | | | Conflicts: pkgs/desktops/e18/enlightenment.nix
| * Support app names with white spacesSander van der Burg2014-08-04
| |
| * Use hyperlink and click action instead of meta refreshSander van der Burg2014-08-01
| |
| * Add experimental link to proxy to page that does wireless distributions of ↵Sander van der Burg2014-08-01
| | | | | | | | IPA files
* | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-22
|\| | | | | | | | | Conflicts: pkgs/misc/vim-plugins/default.nix
| * Support UUIDs in lowercaseSander van der Burg2014-07-18
| |
* | Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
|/ | | | See c556a6ea46e71e1907d78b71fab36df30297b3ad.
* Make iphone SDK 7.0 the defaultSander van der Burg2014-01-15
|
* Make xcode detection a bit more robust and configurableSander van der Burg2013-12-24
|
* Support Xcode 5.0Sander van der Burg2013-10-15
|
* Moved reference to iPhone SDKs to the wrapper that proxies to XcodeSander van der Burg2013-08-16
|
* Make iPhone simulator SDKs configurableSander van der Burg2013-08-05
|
* Do not make assumptions on the scheme name, but let xcodebuild decide about itSander van der Burg2013-07-15
|
* It's impossible to guess the name so we add an extra optional parameter to ↵Sander van der Burg2013-05-29
| | | | override it
* Use double quotes to expand wildcardsSander van der Burg2013-05-29
|
* Use wildcard for the appnameSander van der Burg2013-05-29
|
* Allow appnames with spaces everywhereSander van der Burg2013-03-21
|
* xcodeenv: Add IPA file to Hydra build productsSander van der Burg2013-03-15
|
* Make iOS SDK version configurableSander van der Burg2013-03-13
|
* Make xcode version configurableSander van der Burg2013-03-12
|
* xcodeenv: Allow app names with with spaces in themSander van der Burg2013-02-12
|
* - Added xcodeenv: experimental support to build iOS apps through NixSander van der Burg2013-01-07
- Moved mobile development tools into a separate folder