mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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: https://github.com/facebook/react-native/pull/34919 Reviewed By: cipolleschi Differential Revision: D40340271 Pulled By: motiz88 fbshipit-source-id: a2263a8c7a70847fe6fcedcd82c5109100aafde6
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0e2f090631
commit
dcd21143bc
@@ -17,11 +17,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
|
||||
Reference in New Issue
Block a user