titaniumenv: Fix unpack step and change default iOS SDK to 8.1

This commit is contained in:
Sander van der Burg 2015-01-23 15:57:34 +00:00
parent 11a0344e13
commit 6df95597ed
7 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
{stdenv, androidsdk, titaniumsdk, titanium, xcodewrapper, jdk, python, which, xcodeBaseDir}:
{ name, src, target, androidPlatformVersions ? [ "8" ], androidAbiVersions ? [ "armeabi" "armeabi-v7a" ], tiVersion ? null
, release ? false, androidKeyStore ? null, androidKeyAlias ? null, androidKeyStorePassword ? null
, iosMobileProvisioningProfile ? null, iosCertificateName ? null, iosCertificate ? null, iosCertificatePassword ? null, iosVersion ? "8.0", iosWwdrCertificate ? null
, iosMobileProvisioningProfile ? null, iosCertificateName ? null, iosCertificate ? null, iosCertificatePassword ? null, iosVersion ? "8.1", iosWwdrCertificate ? null
, enableWirelessDistribution ? false, installURL ? null
}:

View file

@ -4,7 +4,7 @@
, xcodeBaseDir ? "/Applications/Xcode.app"
, tiVersion ? "3.5.0.GA"
, rename ? false
, newBundleId ? "com.example.kitchensink", iosMobileProvisioningProfile ? null, iosCertificate ? null, iosCertificateName ? "Example", iosCertificatePassword ? "", iosVersion ? "8.0", iosWwdrCertificate ? null
, newBundleId ? "com.example.kitchensink", iosMobileProvisioningProfile ? null, iosCertificate ? null, iosCertificateName ? "Example", iosCertificatePassword ? "", iosVersion ? "8.1", iosWwdrCertificate ? null
, allowUnfree ? false
, enableWirelessDistribution ? false, installURL ? null
}:

View file

@ -1,5 +1,5 @@
{ titaniumenv, fetchgit, target, androidPlatformVersions ? [ "14" ], tiVersion ? "3.2.3.GA", release ? false
, rename ? false, stdenv ? null, newBundleId ? null, iosMobileProvisioningProfile ? null, iosCertificate ? null, iosCertificateName ? null, iosCertificatePassword ? null, iosVersion ? "8.0", iosWwdrCertificate ? null
, rename ? false, stdenv ? null, newBundleId ? null, iosMobileProvisioningProfile ? null, iosCertificate ? null, iosCertificateName ? null, iosCertificatePassword ? null, iosVersion ? "8.1", iosWwdrCertificate ? null
, enableWirelessDistribution ? false, installURL ? null
}:

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation {
buildCommand = ''
mkdir -p $out
cd $out
yes y | unzip $src
unzip $src
# Fix shebang header for python scripts

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation {
buildCommand = ''
mkdir -p $out
cd $out
yes y | unzip $src
unzip $src
# Fix shebang header for python scripts

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation {
buildCommand = ''
mkdir -p $out
cd $out
yes y | unzip $src
unzip $src
# Fix shebang header for python scripts

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation {
buildCommand = ''
mkdir -p $out
cd $out
yes y | unzip $src
unzip $src
# Fix shebang header for python scripts