titaniumenv: remove obsolete iosWwdrCertificate parameter
This commit is contained in:
parent
c67c27dc82
commit
b205b587e7
@ -4,7 +4,7 @@
|
|||||||
, xcodeBaseDir ? "/Applications/Xcode.app"
|
, xcodeBaseDir ? "/Applications/Xcode.app"
|
||||||
, tiVersion ? "5.1.1.GA"
|
, tiVersion ? "5.1.1.GA"
|
||||||
, rename ? false
|
, rename ? false
|
||||||
, newBundleId ? "com.example.kitchensink", iosMobileProvisioningProfile ? null, iosCertificate ? null, iosCertificateName ? "Example", iosCertificatePassword ? "", iosVersion ? "9.2", iosWwdrCertificate ? null
|
, newBundleId ? "com.example.kitchensink", iosMobileProvisioningProfile ? null, iosCertificate ? null, iosCertificateName ? "Example", iosCertificatePassword ? "", iosVersion ? "9.2"
|
||||||
, allowUnfree ? false
|
, allowUnfree ? false
|
||||||
, enableWirelessDistribution ? false, installURL ? null
|
, enableWirelessDistribution ? false, installURL ? null
|
||||||
}:
|
}:
|
||||||
@ -84,7 +84,7 @@ rec {
|
|||||||
inherit tiVersion;
|
inherit tiVersion;
|
||||||
release = true;
|
release = true;
|
||||||
rename = true;
|
rename = true;
|
||||||
inherit newBundleId iosMobileProvisioningProfile iosCertificate iosCertificateName iosCertificatePassword iosVersion iosWwdrCertificate;
|
inherit newBundleId iosMobileProvisioningProfile iosCertificate iosCertificateName iosCertificatePassword iosVersion;
|
||||||
inherit enableWirelessDistribution installURL;
|
inherit enableWirelessDistribution installURL;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user