Skip to content

Commit dcd2114

Browse files
erfinbadrianfacebook-github-bot
authored andcommitted
Update info.plist (#34919)
Summary: Change version of rn apps following xcode settings. ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [iOS][Fixed] - Automatically following version on xcode. Pull Request resolved: #34919 Reviewed By: cipolleschi Differential Revision: D40340271 Pulled By: motiz88 fbshipit-source-id: a2263a8c7a70847fe6fcedcd82c5109100aafde6
1 parent 0e2f090 commit dcd2114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/ios/HelloWorld/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1</string>
24+
<string>$(CURRENT_PROJECT_VERSION)</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSAppTransportSecurity</key>

0 commit comments

Comments
 (0)