|
@@ -30,5 +30,15 @@
|
|
|
<string>$(MARKETING_VERSION)</string>
|
|
|
<key>CFBundleVersion</key>
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
|
+ <key>CFBundleInfoDictionaryVersion</key>
|
|
|
+ <string>6.0</string>
|
|
|
+ <key>CFBundleDevelopmentRegion</key>
|
|
|
+ <string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
+ <key>NSHumanReadableCopyright</key>
|
|
|
+ <string></string>
|
|
|
+ <key>CFBundleExecutable</key>
|
|
|
+ <string>$(EXECUTABLE_NAME)</string>
|
|
|
+ <key>CFBundlePackageType</key>
|
|
|
+ <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
|
|
</dict>
|
|
|
</plist>
|