Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit c5b7bed

Browse files
authored
Raised IPHONEOS_DEPLOYMENT_TARGET version (#2134)
1 parent a9d5e76 commit c5b7bed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CodePush.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.license = package['license']
1111
s.homepage = package['homepage']
1212
s.source = { :git => 'https://github.com/microsoft/react-native-code-push.git', :tag => "v#{s.version}"}
13-
s.ios.deployment_target = '7.0'
13+
s.ios.deployment_target = '9.0'
1414
s.tvos.deployment_target = '9.0'
1515
s.preserve_paths = '*.js'
1616
s.library = 'z'

ios/CodePush.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@
771771
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
772772
GCC_WARN_UNUSED_FUNCTION = YES;
773773
GCC_WARN_UNUSED_VARIABLE = YES;
774-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
774+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
775775
MTL_ENABLE_DEBUG_INFO = YES;
776776
ONLY_ACTIVE_ARCH = YES;
777777
SDKROOT = iphoneos;
@@ -817,7 +817,7 @@
817817
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
818818
GCC_WARN_UNUSED_FUNCTION = YES;
819819
GCC_WARN_UNUSED_VARIABLE = YES;
820-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
820+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
821821
MTL_ENABLE_DEBUG_INFO = NO;
822822
SDKROOT = iphoneos;
823823
USER_HEADER_SEARCH_PATHS = "";

0 commit comments

Comments
 (0)