Skip to content

Commit ab3ab57

Browse files
authored
Revert versioning in Info.plist to use variables
1 parent 3fad1c5 commit ab3ab57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ios/App/App/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.1</string>
20+
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>1.0.1</string>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>NSAppTransportSecurity</key>
@@ -51,4 +51,4 @@
5151
<key>UIViewControllerBasedStatusBarAppearance</key>
5252
<true/>
5353
</dict>
54-
</plist>
54+
</plist>

0 commit comments

Comments
 (0)