Skip to content

Commit 31d5634

Browse files
committed
fix: sync Info.plist version with project settings
- Update CFBundleShortVersionString from 1.0.1 to 1.1.0 - Update CFBundleVersion from 1 to 3 - This fixes App Store submission error ITMS-90186 and ITMS-90062
1 parent 3215244 commit 31d5634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

V2er/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.1</string>
18+
<string>1.1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1</string>
20+
<string>3</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>UIApplicationSceneManifest</key>

0 commit comments

Comments
 (0)