From dcd21143bc735ff15add4d4b4ba26e3c30ff0dc9 Mon Sep 17 00:00:00 2001 From: Erfin Badriansyah <70316635+erfinbadrian@users.noreply.github.com> Date: Thu, 13 Oct 2022 04:32:44 -0700 Subject: [PATCH] Update info.plist (#34919) Summary: Change version of rn apps following xcode settings. ## Changelog [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 --- template/ios/HelloWorld/Info.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/ios/HelloWorld/Info.plist b/template/ios/HelloWorld/Info.plist index 948d58224f9473..b9fd912f0d5899 100644 --- a/template/ios/HelloWorld/Info.plist +++ b/template/ios/HelloWorld/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + $(MARKETING_VERSION) CFBundleSignature ???? CFBundleVersion - 1 + $(CURRENT_PROJECT_VERSION) LSRequiresIPhoneOS NSAppTransportSecurity