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|
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'
Original file line number Diff line number Diff line change 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;
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 = "";
You can’t perform that action at this time.
0 commit comments