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