summaryrefslogtreecommitdiffstats
path: root/pkgs/development/mobile/xcodeenv
AgeCommit message (Collapse)Author
2022-12-15lib.replaceChars: warn about being a deprecated aliasArtturin
replaceStrings has been in nix since 2015(nix 1.10) so it is safe to remove the fallback https://github.com/nixos/nix/commit/d6d5885c1567454754a0d260521bafa0bd5e7fdb
2021-01-21pkgs/development/mobile: stdenv.lib -> libPavol Rusnak
2021-01-21treewide: editorconfig fixeszowoq
- remove trailing whitespace - use spaces for indentation
2019-11-11xcodeenv: bump default Xcode version to 11.1, default iOS SDK to 13.1. Add ↵Sander van der Burg
troubleshooting section to docs
2019-03-10titaniumenv: fix stripping the unneeded architecturesSander van der Burg
2019-02-21xcodeenv: fix generation of ad-hoc wireless installation pageSander van der Burg
2019-02-21xcodeenv: do not rename bundleId to lowercaseSander van der Burg
2019-02-04xcodeenv: enable Xcode 10.1 supportSander van der Burg
2018-12-18Replace xcodeenv with new implementationSander van der Burg
2018-10-02xcodeenv.buildApp: inherit metaLionello Lunesu
Without `inherit meta;` there was no easy way for XCode packages to set meta information of the final derivation.
2018-05-06xcodeenv: fix typoAlexandre Esteves
2018-03-22xcodeenv: publish xcarchive directory in the output store path if requestedSander van der Burg
2018-03-22xcodeenv: replace deprecated package application procedure by the new export ↵Sander van der Burg
archive operation
2018-01-05xcodeenv: use 9.2 by defaultSander van der Burg
2018-01-05xcodebuild: fix to make it build against the 11.2 iphone SDKSander van der Burg
2017-01-27xcodeenv, titaniumenv: fix IPA builds by granting codesign the right permissionsSander van der Burg
2017-01-25xcodeenv: make it work with Xcode 8.2.1Sander van der Burg
2016-01-07xcodeenv: make it work with xcode 7.2Sander van der Burg
2015-01-22xcodeenv: make version 6.1.1 the defaultSander van der Burg
2014-10-27xcodeenv: make the login keychain the default, before the generated keychain ↵Sander van der Burg
gets discarded. Otherwise, the keychain becomes corrupt
2014-10-15xcodeenv: Reimplement simulator script to work with Xcode 6Sander van der Burg
2014-10-14xcodeenv: make version 6.0.1 the defaultSander van der Burg
2014-10-02Make path to Xcode configurableSander van der Burg
2014-08-04Merge remote-tracking branch 'origin/master' into staging.Peter Simons
Conflicts: pkgs/desktops/e18/enlightenment.nix
2014-08-04Support app names with white spacesSander van der Burg
2014-08-01Use hyperlink and click action instead of meta refreshSander van der Burg
2014-08-01Add experimental link to proxy to page that does wireless distributions of ↵Sander van der Burg
IPA files
2014-07-22Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra
Conflicts: pkgs/misc/vim-plugins/default.nix
2014-07-18Support UUIDs in lowercaseSander van der Burg
2014-06-30Another attempt to eradicate ensureDirEelco Dolstra
See c556a6ea46e71e1907d78b71fab36df30297b3ad.
2014-01-15Make iphone SDK 7.0 the defaultSander van der Burg
2013-12-24Make xcode detection a bit more robust and configurableSander van der Burg
2013-10-15Support Xcode 5.0Sander van der Burg
2013-08-16Moved reference to iPhone SDKs to the wrapper that proxies to XcodeSander van der Burg
2013-08-05Make iPhone simulator SDKs configurableSander van der Burg
2013-07-15Do not make assumptions on the scheme name, but let xcodebuild decide about itSander van der Burg
2013-05-29It's impossible to guess the name so we add an extra optional parameter to ↵Sander van der Burg
override it
2013-05-29Use double quotes to expand wildcardsSander van der Burg
2013-05-29Use wildcard for the appnameSander van der Burg
2013-03-21Allow appnames with spaces everywhereSander van der Burg
2013-03-15xcodeenv: Add IPA file to Hydra build productsSander van der Burg
2013-03-13Make iOS SDK version configurableSander van der Burg
2013-03-12Make xcode version configurableSander van der Burg
2013-02-12xcodeenv: Allow app names with with spaces in themSander van der Burg
2013-01-07- Added xcodeenv: experimental support to build iOS apps through NixSander van der Burg
- Moved mobile development tools into a separate folder