Override the KitchenSink's appName
This commit is contained in:
parent
c30eed4b44
commit
2b1eff8e17
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
titaniumenv.buildApp {
|
titaniumenv.buildApp {
|
||||||
name = "KitchenSink-${target}";
|
name = "KitchenSink-${target}";
|
||||||
|
appName = "KitchenSink";
|
||||||
appId = "com.appcelerator.kitchensink";
|
appId = "com.appcelerator.kitchensink";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = https://github.com/appcelerator/KitchenSink.git;
|
url = https://github.com/appcelerator/KitchenSink.git;
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
xcodeenv.simulateApp {
|
xcodeenv.simulateApp {
|
||||||
name = "simulate-${kitchensink.name}-${stdenv.lib.replaceChars [" " "(" ")"] ["_" "" ""] device}";
|
name = "simulate-${kitchensink.name}-${stdenv.lib.replaceChars [" " "(" ")"] ["_" "" ""] device}";
|
||||||
|
appName = "KitchenSink";
|
||||||
app = kitchensink;
|
app = kitchensink;
|
||||||
inherit device;
|
inherit device;
|
||||||
baseDir = "build/iphone/build/Debug-iphonesimulator";
|
baseDir = "build/iphone/build/Debug-iphonesimulator";
|
||||||
|
Loading…
Reference in New Issue
Block a user