Change CFBundleShortVersionString back to 5.0, because App Store Connect complains about 5.0d1 being invalid.

This commit is contained in:
Brent Simmons 2019-10-20 12:27:14 -07:00
parent d8f0edcde2
commit d21ef85ba6
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>5.0d1</string>
<string>5.0</string>
<key>CFBundleVersion</key>
<string>2</string>
<key>NSExtension</key>

View File

@ -23,7 +23,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.0d1</string>
<string>5.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>

View File

@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>5.0d1</string>
<string>5.0</string>
<key>CFBundleVersion</key>
<string>2</string>
<key>NSExtension</key>