2013-04-17 13:52:42 +02:00
|
|
|
{titaniumenv, fetchgit, target, androidPlatformVersions ? [ "11" ]}:
|
2013-01-07 18:22:10 +01:00
|
|
|
|
|
|
|
titaniumenv.buildApp {
|
2013-05-29 13:50:53 +02:00
|
|
|
name = "KitchenSink-${target}";
|
2013-05-29 15:17:37 +02:00
|
|
|
appName = "KitchenSink";
|
2013-01-07 18:22:10 +01:00
|
|
|
appId = "com.appcelerator.kitchensink";
|
|
|
|
src = fetchgit {
|
|
|
|
url = https://github.com/appcelerator/KitchenSink.git;
|
2014-01-13 14:15:05 +01:00
|
|
|
rev = "d9f39950c0137a1dd67c925ef9e8046a9f0644ff";
|
|
|
|
sha256 = "0aj42ac262hw9n9blzhfibg61kkbp3wky69rp2yhd11vwjlcq1qc";
|
2013-01-07 18:22:10 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
inherit target androidPlatformVersions;
|
|
|
|
|
|
|
|
/*release = true;
|
|
|
|
androidKeyStore = /home/sander/keystore;
|
|
|
|
androidKeyAlias = "sander";
|
|
|
|
androidKeyStorePassword = "foobar";*/
|
|
|
|
|
|
|
|
/*release = true;
|
2014-01-13 15:22:11 +01:00
|
|
|
iosMobileProvisioningProfile = /Users/sander/Downloads/profile.mobileprovision;
|
2013-01-07 18:22:10 +01:00
|
|
|
iosCertificateName = "My Company";
|
|
|
|
iosCertificate = /Users/sander/Downloads/c.p12;
|
|
|
|
iosCertificatePassword = "";*/
|
|
|
|
}
|