This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
10
s . license = package [ 'license' ]
11
11
s . homepage = package [ 'homepage' ]
12
12
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'
14
14
s . tvos . deployment_target = '9.0'
15
15
s . preserve_paths = '*.js'
16
16
s . library = 'z'
Original file line number Diff line number Diff line change 771
771
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
772
772
GCC_WARN_UNUSED_FUNCTION = YES;
773
773
GCC_WARN_UNUSED_VARIABLE = YES;
774
- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
774
+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
775
775
MTL_ENABLE_DEBUG_INFO = YES;
776
776
ONLY_ACTIVE_ARCH = YES;
777
777
SDKROOT = iphoneos;
817
817
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
818
818
GCC_WARN_UNUSED_FUNCTION = YES;
819
819
GCC_WARN_UNUSED_VARIABLE = YES;
820
- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
820
+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
821
821
MTL_ENABLE_DEBUG_INFO = NO;
822
822
SDKROOT = iphoneos;
823
823
USER_HEADER_SEARCH_PATHS = "";
You can’t perform that action at this time.
0 commit comments