|
@@ -5,17 +5,17 @@
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
<string>en</string>
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
- <string>${PRODUCT_NAME}</string>
|
|
|
+ <string>$(PRODUCT_NAME)</string>
|
|
|
<key>CFBundleExecutable</key>
|
|
|
- <string>${EXECUTABLE_NAME}</string>
|
|
|
+ <string>$(EXECUTABLE_NAME)</string>
|
|
|
<key>CFBundleIconFile</key>
|
|
|
<string>Icon</string>
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
- <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
|
|
|
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
<string>6.0</string>
|
|
|
<key>CFBundleName</key>
|
|
|
- <string>${PRODUCT_NAME}</string>
|
|
|
+ <string>$(PRODUCT_NAME)</string>
|
|
|
<key>CFBundlePackageType</key>
|
|
|
<string>APPL</string>
|
|
|
<key>CFBundleSignature</key>
|