We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fad1c5 commit ab3ab57Copy full SHA for ab3ab57
ios/App/App/Info.plist
@@ -17,9 +17,9 @@
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>1.0.1</string>
+ <string>$(MARKETING_VERSION)</string>
21
<key>CFBundleVersion</key>
22
+ <string>$(CURRENT_PROJECT_VERSION)</string>
23
<key>LSRequiresIPhoneOS</key>
24
<true/>
25
<key>NSAppTransportSecurity</key>
@@ -51,4 +51,4 @@
51
<key>UIViewControllerBasedStatusBarAppearance</key>
52
53
</dict>
54
-</plist>
+</plist>
0 commit comments