|
@@ -5,9 +5,9 @@
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<string>en</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<key>CFBundleDisplayName</key>
|
|
- <string>$name</string>
|
|
|
|
|
|
+ <string>$(INFOPLIST_KEY_CFBundleDisplayName)</string>
|
|
<key>CFBundleExecutable</key>
|
|
<key>CFBundleExecutable</key>
|
|
- <string>$binary</string>
|
|
|
|
|
|
+ <string>$(EXECUTABLE_NAME)</string>
|
|
<key>CFBundleIcons</key>
|
|
<key>CFBundleIcons</key>
|
|
<dict/>
|
|
<dict/>
|
|
<key>CFBundleIcons~ipad</key>
|
|
<key>CFBundleIcons~ipad</key>
|
|
@@ -17,15 +17,15 @@
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<key>CFBundleName</key>
|
|
- <string>$name</string>
|
|
|
|
|
|
+ <string>$(PRODUCT_NAME)</string>
|
|
<key>CFBundlePackageType</key>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<key>CFBundleShortVersionString</key>
|
|
- <string>$short_version</string>
|
|
|
|
|
|
+ <string>$(MARKETING_VERSION)</string>
|
|
<key>CFBundleSignature</key>
|
|
<key>CFBundleSignature</key>
|
|
<string>$signature</string>
|
|
<string>$signature</string>
|
|
<key>CFBundleVersion</key>
|
|
<key>CFBundleVersion</key>
|
|
- <string>$version</string>
|
|
|
|
|
|
+ <string>$(CURRENT_PROJECT_VERSION)</string>
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
<false />
|
|
<false />
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<key>LSRequiresIPhoneOS</key>
|