Skip to content

Commit 8828fa8

Browse files
authored
Merge pull request #28 from v2er-app/bugfix/sync-info-plist-version
fix: sync Info.plist version with project settings
2 parents 3215244 + e36d1d5 commit 8828fa8

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>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
20-
<string>1</string>
20+
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>UIApplicationSceneManifest</key>

0 commit comments

Comments
 (0)