From 34566d9f8e2b2087e912a73c4d10e9ef5609f820 Mon Sep 17 00:00:00 2001 From: Brianna Birman Date: Wed, 14 Jun 2023 16:58:16 -0700 Subject: [PATCH 1/2] Bump iOS deployment target to 15.0 --- .../project.pbxproj | 6 ++---- MobileSyncExplorerReactNative/ios/Podfile | 2 +- .../MobileSyncExplorerSwift.xcodeproj/project.pbxproj | 8 ++++---- MobileSyncExplorerSwift/Podfile | 2 +- ReactNativeDeferredTemplate/ios/Podfile | 2 +- .../ReactNativeDeferredTemplate.xcodeproj/project.pbxproj | 6 ++---- ReactNativeTemplate/ios/Podfile | 2 +- .../ios/ReactNativeTemplate.xcodeproj/project.pbxproj | 6 ++---- ReactNativeTypeScriptTemplate/ios/Podfile | 2 +- .../project.pbxproj | 6 ++---- iOSIDPTemplate/Authenticator.xcodeproj/project.pbxproj | 6 ++---- iOSIDPTemplate/Podfile | 2 +- .../project.pbxproj | 4 ++-- iOSNativeSwiftEncryptedNotificationTemplate/Podfile | 2 +- .../iOSNativeSwiftTemplate.xcodeproj/project.pbxproj | 6 ++---- .../iOSNativeTemplate.xcodeproj/project.pbxproj | 6 ++---- 16 files changed, 27 insertions(+), 41 deletions(-) diff --git a/MobileSyncExplorerReactNative/ios/MobileSyncExplorerReactNative.xcodeproj/project.pbxproj b/MobileSyncExplorerReactNative/ios/MobileSyncExplorerReactNative.xcodeproj/project.pbxproj index 865b58f4..301267a8 100644 --- a/MobileSyncExplorerReactNative/ios/MobileSyncExplorerReactNative.xcodeproj/project.pbxproj +++ b/MobileSyncExplorerReactNative/ios/MobileSyncExplorerReactNative.xcodeproj/project.pbxproj @@ -308,7 +308,6 @@ "$(SRCROOT)/../node_modules/react-native/React/**", ); INFOPLIST_FILE = MobileSyncExplorerReactNative/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -341,7 +340,6 @@ "$(SRCROOT)/../node_modules/react-native/React/**", ); INFOPLIST_FILE = MobileSyncExplorerReactNative/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -412,7 +410,7 @@ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, "$(SRCROOT)/../node_modules/react-native/React/**", ); - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; @@ -466,7 +464,7 @@ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, "$(SRCROOT)/../node_modules/react-native/React/**", ); - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = NO; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; diff --git a/MobileSyncExplorerReactNative/ios/Podfile b/MobileSyncExplorerReactNative/ios/Podfile index 8984725a..c69a3942 100644 --- a/MobileSyncExplorerReactNative/ios/Podfile +++ b/MobileSyncExplorerReactNative/ios/Podfile @@ -3,7 +3,7 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ require_relative '../mobile_sdk/SalesforceMobileSDK-iOS/mobilesdk_pods' -platform :ios, '14.0' +platform :ios, '15.0' project 'MobileSyncExplorerReactNative.xcodeproj' target 'MobileSyncExplorerReactNative' do diff --git a/MobileSyncExplorerSwift/MobileSyncExplorerSwift.xcodeproj/project.pbxproj b/MobileSyncExplorerSwift/MobileSyncExplorerSwift.xcodeproj/project.pbxproj index f6633e22..ff4cb822 100644 --- a/MobileSyncExplorerSwift/MobileSyncExplorerSwift.xcodeproj/project.pbxproj +++ b/MobileSyncExplorerSwift/MobileSyncExplorerSwift.xcodeproj/project.pbxproj @@ -539,7 +539,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -590,7 +590,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_COMPILATION_MODE = wholemodule; @@ -611,7 +611,7 @@ CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = MobileSyncExplorerSwift/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -636,7 +636,7 @@ CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = MobileSyncExplorerSwift/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/MobileSyncExplorerSwift/Podfile b/MobileSyncExplorerSwift/Podfile index 288beba4..0923a75b 100644 --- a/MobileSyncExplorerSwift/Podfile +++ b/MobileSyncExplorerSwift/Podfile @@ -1,6 +1,6 @@ require_relative './mobile_sdk/SalesforceMobileSDK-iOS/mobilesdk_pods' -platform :ios, '14.0' +platform :ios, '15.0' project 'MobileSyncExplorerSwift.xcodeproj' target 'MobileSyncExplorerSwift' do diff --git a/ReactNativeDeferredTemplate/ios/Podfile b/ReactNativeDeferredTemplate/ios/Podfile index bc7ef018..918c47ae 100644 --- a/ReactNativeDeferredTemplate/ios/Podfile +++ b/ReactNativeDeferredTemplate/ios/Podfile @@ -2,7 +2,7 @@ require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' require_relative '../mobile_sdk/SalesforceMobileSDK-iOS/mobilesdk_pods' -platform :ios, '14.0' +platform :ios, '15.0' project 'ReactNativeDeferredTemplate.xcodeproj' target 'ReactNativeDeferredTemplate' do diff --git a/ReactNativeDeferredTemplate/ios/ReactNativeDeferredTemplate.xcodeproj/project.pbxproj b/ReactNativeDeferredTemplate/ios/ReactNativeDeferredTemplate.xcodeproj/project.pbxproj index 00e713f3..cda081b5 100644 --- a/ReactNativeDeferredTemplate/ios/ReactNativeDeferredTemplate.xcodeproj/project.pbxproj +++ b/ReactNativeDeferredTemplate/ios/ReactNativeDeferredTemplate.xcodeproj/project.pbxproj @@ -289,7 +289,6 @@ "$(SRCROOT)/../node_modules/react-native/React/**", ); INFOPLIST_FILE = ReactNativeDeferredTemplate/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -322,7 +321,6 @@ "$(SRCROOT)/../node_modules/react-native/React/**", ); INFOPLIST_FILE = ReactNativeDeferredTemplate/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -393,7 +391,7 @@ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, "$(SRCROOT)/../node_modules/react-native/React/**", ); - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; @@ -447,7 +445,7 @@ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, "$(SRCROOT)/../node_modules/react-native/React/**", ); - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = NO; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; diff --git a/ReactNativeTemplate/ios/Podfile b/ReactNativeTemplate/ios/Podfile index e6a5e26d..8ea7ea5e 100644 --- a/ReactNativeTemplate/ios/Podfile +++ b/ReactNativeTemplate/ios/Podfile @@ -3,7 +3,7 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ require_relative '../mobile_sdk/SalesforceMobileSDK-iOS/mobilesdk_pods' -platform :ios, '14.0' +platform :ios, '15.0' project 'ReactNativeTemplate.xcodeproj' target 'ReactNativeTemplate' do diff --git a/ReactNativeTemplate/ios/ReactNativeTemplate.xcodeproj/project.pbxproj b/ReactNativeTemplate/ios/ReactNativeTemplate.xcodeproj/project.pbxproj index c71c05de..70005b3a 100644 --- a/ReactNativeTemplate/ios/ReactNativeTemplate.xcodeproj/project.pbxproj +++ b/ReactNativeTemplate/ios/ReactNativeTemplate.xcodeproj/project.pbxproj @@ -289,7 +289,6 @@ "$(SRCROOT)/../node_modules/react-native/React/**", ); INFOPLIST_FILE = ReactNativeTemplate/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -322,7 +321,6 @@ "$(SRCROOT)/../node_modules/react-native/React/**", ); INFOPLIST_FILE = ReactNativeTemplate/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -393,7 +391,7 @@ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, "$(SRCROOT)/../node_modules/react-native/React/**", ); - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; @@ -447,7 +445,7 @@ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, "$(SRCROOT)/../node_modules/react-native/React/**", ); - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = NO; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; diff --git a/ReactNativeTypeScriptTemplate/ios/Podfile b/ReactNativeTypeScriptTemplate/ios/Podfile index c0d8e1da..12c7bfb5 100644 --- a/ReactNativeTypeScriptTemplate/ios/Podfile +++ b/ReactNativeTypeScriptTemplate/ios/Podfile @@ -2,7 +2,7 @@ require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' require_relative '../mobile_sdk/SalesforceMobileSDK-iOS/mobilesdk_pods' -platform :ios, '14.0' +platform :ios, '15.0' project 'ReactNativeTypeScriptTemplate.xcodeproj' target 'ReactNativeTypeScriptTemplate' do diff --git a/ReactNativeTypeScriptTemplate/ios/ReactNativeTypeScriptTemplate.xcodeproj/project.pbxproj b/ReactNativeTypeScriptTemplate/ios/ReactNativeTypeScriptTemplate.xcodeproj/project.pbxproj index 25bdef65..42ae6b84 100644 --- a/ReactNativeTypeScriptTemplate/ios/ReactNativeTypeScriptTemplate.xcodeproj/project.pbxproj +++ b/ReactNativeTypeScriptTemplate/ios/ReactNativeTypeScriptTemplate.xcodeproj/project.pbxproj @@ -289,7 +289,6 @@ "$(SRCROOT)/../node_modules/react-native/React/**", ); INFOPLIST_FILE = ReactNativeTypeScriptTemplate/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -322,7 +321,6 @@ "$(SRCROOT)/../node_modules/react-native/React/**", ); INFOPLIST_FILE = ReactNativeTypeScriptTemplate/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -393,7 +391,7 @@ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, "$(SRCROOT)/../node_modules/react-native/React/**", ); - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; @@ -447,7 +445,7 @@ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, "$(SRCROOT)/../node_modules/react-native/React/**", ); - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = NO; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; diff --git a/iOSIDPTemplate/Authenticator.xcodeproj/project.pbxproj b/iOSIDPTemplate/Authenticator.xcodeproj/project.pbxproj index 50cfc877..ba2e7533 100644 --- a/iOSIDPTemplate/Authenticator.xcodeproj/project.pbxproj +++ b/iOSIDPTemplate/Authenticator.xcodeproj/project.pbxproj @@ -358,7 +358,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -409,7 +409,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_COMPILATION_MODE = wholemodule; @@ -430,7 +430,6 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = Authenticator/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -455,7 +454,6 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = Authenticator/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/iOSIDPTemplate/Podfile b/iOSIDPTemplate/Podfile index 8f147d41..980f2150 100644 --- a/iOSIDPTemplate/Podfile +++ b/iOSIDPTemplate/Podfile @@ -1,6 +1,6 @@ require_relative './mobile_sdk/SalesforceMobileSDK-iOS/mobilesdk_pods' -platform :ios, '14.0' +platform :ios, '15.0' project 'Authenticator.xcodeproj' target 'Authenticator' do diff --git a/iOSNativeSwiftEncryptedNotificationTemplate/EncryptedNotificationTemplate.xcodeproj/project.pbxproj b/iOSNativeSwiftEncryptedNotificationTemplate/EncryptedNotificationTemplate.xcodeproj/project.pbxproj index 334b627d..bb4784f0 100644 --- a/iOSNativeSwiftEncryptedNotificationTemplate/EncryptedNotificationTemplate.xcodeproj/project.pbxproj +++ b/iOSNativeSwiftEncryptedNotificationTemplate/EncryptedNotificationTemplate.xcodeproj/project.pbxproj @@ -418,7 +418,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -468,7 +468,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_COMPILATION_MODE = wholemodule; diff --git a/iOSNativeSwiftEncryptedNotificationTemplate/Podfile b/iOSNativeSwiftEncryptedNotificationTemplate/Podfile index feee6cb0..2c1f5783 100644 --- a/iOSNativeSwiftEncryptedNotificationTemplate/Podfile +++ b/iOSNativeSwiftEncryptedNotificationTemplate/Podfile @@ -1,6 +1,6 @@ require_relative './mobile_sdk/SalesforceMobileSDK-iOS/mobilesdk_pods' -platform :ios, '14.0' +platform :ios, '15.0' project 'EncryptedNotificationTemplate.xcodeproj' target 'EncryptedNotificationTemplate' do diff --git a/iOSNativeSwiftTemplate/iOSNativeSwiftTemplate.xcodeproj/project.pbxproj b/iOSNativeSwiftTemplate/iOSNativeSwiftTemplate.xcodeproj/project.pbxproj index 9384dc5d..815d7e76 100644 --- a/iOSNativeSwiftTemplate/iOSNativeSwiftTemplate.xcodeproj/project.pbxproj +++ b/iOSNativeSwiftTemplate/iOSNativeSwiftTemplate.xcodeproj/project.pbxproj @@ -270,7 +270,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -320,7 +320,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_COMPILATION_MODE = wholemodule; @@ -337,7 +337,6 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = iOSNativeSwiftTemplate/iOSNativeSwiftTemplate.entitlements; INFOPLIST_FILE = iOSNativeSwiftTemplate/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -356,7 +355,6 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = iOSNativeSwiftTemplate/iOSNativeSwiftTemplate.entitlements; INFOPLIST_FILE = iOSNativeSwiftTemplate/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/iOSNativeTemplate/iOSNativeTemplate.xcodeproj/project.pbxproj b/iOSNativeTemplate/iOSNativeTemplate.xcodeproj/project.pbxproj index ea008ca5..a2a49ae5 100644 --- a/iOSNativeTemplate/iOSNativeTemplate.xcodeproj/project.pbxproj +++ b/iOSNativeTemplate/iOSNativeTemplate.xcodeproj/project.pbxproj @@ -307,7 +307,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -356,7 +356,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; @@ -378,7 +378,6 @@ "SIGNPOST_ENABLED=1", ); INFOPLIST_FILE = iOSNativeTemplate/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -398,7 +397,6 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = iOSNativeTemplate/iOSNativeTemplate.entitlements; INFOPLIST_FILE = iOSNativeTemplate/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", From 4bea834beec1ab6cb8205d44bafcfb68f3f5d896 Mon Sep 17 00:00:00 2001 From: Brianna Birman Date: Wed, 14 Jun 2023 17:38:02 -0700 Subject: [PATCH 2/2] Fix typo --- MobileSyncExplorerReactNative/ios/Podfile | 2 +- ReactNativeDeferredTemplate/ios/Podfile | 2 +- ReactNativeTemplate/ios/Podfile | 2 +- ReactNativeTypeScriptTemplate/ios/Podfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MobileSyncExplorerReactNative/ios/Podfile b/MobileSyncExplorerReactNative/ios/Podfile index c69a3942..3df69652 100644 --- a/MobileSyncExplorerReactNative/ios/Podfile +++ b/MobileSyncExplorerReactNative/ios/Podfile @@ -46,7 +46,7 @@ post_install do |installer| # Cocoapods workaround for M1 machines __apply_Xcode_12_5_M1_post_install_workaround(installer) - # Needed with XCdoe 14.3 + # Needed with Xcode 14.3 installer.pods_project.targets.each do |target| if target.name == "React-Codegen" change_deployment_target(target, '12.0') diff --git a/ReactNativeDeferredTemplate/ios/Podfile b/ReactNativeDeferredTemplate/ios/Podfile index 918c47ae..0ad38100 100644 --- a/ReactNativeDeferredTemplate/ios/Podfile +++ b/ReactNativeDeferredTemplate/ios/Podfile @@ -45,7 +45,7 @@ post_install do |installer| # Cocoapods workaround for M1 machines __apply_Xcode_12_5_M1_post_install_workaround(installer) - # Needed with XCdoe 14.3 + # Needed with Xcode 14.3 installer.pods_project.targets.each do |target| if target.name == "React-Codegen" change_deployment_target(target, '12.0') diff --git a/ReactNativeTemplate/ios/Podfile b/ReactNativeTemplate/ios/Podfile index 8ea7ea5e..fe57037b 100644 --- a/ReactNativeTemplate/ios/Podfile +++ b/ReactNativeTemplate/ios/Podfile @@ -46,7 +46,7 @@ post_install do |installer| # Cocoapods workaround for M1 machines __apply_Xcode_12_5_M1_post_install_workaround(installer) - # Needed with XCdoe 14.3 + # Needed with Xcode 14.3 installer.pods_project.targets.each do |target| if target.name == "React-Codegen" change_deployment_target(target, '12.0') diff --git a/ReactNativeTypeScriptTemplate/ios/Podfile b/ReactNativeTypeScriptTemplate/ios/Podfile index 12c7bfb5..5dc6f2d5 100644 --- a/ReactNativeTypeScriptTemplate/ios/Podfile +++ b/ReactNativeTypeScriptTemplate/ios/Podfile @@ -45,7 +45,7 @@ post_install do |installer| # Cocoapods workaround for M1 machines __apply_Xcode_12_5_M1_post_install_workaround(installer) - # Needed with XCdoe 14.3 + # Needed with Xcode 14.3 installer.pods_project.targets.each do |target| if target.name == "React-Codegen" change_deployment_target(target, '12.0')