3
0
Fork 0
forked from mirrors/nixpkgs

titaniumenv: use version 5.1.2 by default in the example

This commit is contained in:
Sander van der Burg 2016-01-28 14:35:54 +00:00
parent ab84149c99
commit 4dc36b1227
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
, systems ? [ "x86_64-linux" "x86_64-darwin" ]
, xcodeVersion ? "7.2"
, xcodeBaseDir ? "/Applications/Xcode.app"
, tiVersion ? "5.1.1.GA"
, tiVersion ? "5.1.2.GA"
, rename ? false
, newBundleId ? "com.example.kitchensink", iosMobileProvisioningProfile ? null, iosCertificate ? null, iosCertificateName ? "Example", iosCertificatePassword ? "", iosVersion ? "9.2"
, allowUnfree ? false

View file

@ -1,4 +1,4 @@
{ titaniumenv, fetchgit, target, androidPlatformVersions ? [ "23" ], tiVersion ? "5.1.1.GA", release ? false
{ titaniumenv, fetchgit, target, androidPlatformVersions ? [ "23" ], tiVersion ? "5.1.2.GA", release ? false
, rename ? false, stdenv ? null, newBundleId ? null, iosMobileProvisioningProfile ? null, iosCertificate ? null, iosCertificateName ? null, iosCertificatePassword ? null, iosVersion ? "8.1"
, enableWirelessDistribution ? false, installURL ? null
}: