update app name and bundle id
This commit is contained in:
parent
24c19485de
commit
2a225c573f
@ -523,7 +523,7 @@
|
|||||||
);
|
);
|
||||||
INFOPLIST_FILE = "template-Info.plist";
|
INFOPLIST_FILE = "template-Info.plist";
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = fishrungames.template;
|
PRODUCT_BUNDLE_IDENTIFIER = fishrungames.doublehitballs;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_OBJC_BRIDGING_HEADER = "salmontemplate-Bridging-Header.h";
|
SWIFT_OBJC_BRIDGING_HEADER = "salmontemplate-Bridging-Header.h";
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||||
@ -565,7 +565,7 @@
|
|||||||
);
|
);
|
||||||
INFOPLIST_FILE = "template-Info.plist";
|
INFOPLIST_FILE = "template-Info.plist";
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = fishrungames.template;
|
PRODUCT_BUNDLE_IDENTIFIER = fishrungames.doublehitballs;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_OBJC_BRIDGING_HEADER = "salmontemplate-Bridging-Header.h";
|
SWIFT_OBJC_BRIDGING_HEADER = "salmontemplate-Bridging-Header.h";
|
||||||
SWIFT_VERSION = 3.0;
|
SWIFT_VERSION = 3.0;
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>Salmon Universal Template</string>
|
<string>2x Hit Balls</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>${EXECUTABLE_NAME}</string>
|
<string>${EXECUTABLE_NAME}</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
|
Loading…
Reference in New Issue
Block a user