File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
ios/RNDocumentPicker.xcodeproj Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 105105 developmentRegion = English;
106106 hasScannedForEncodings = 0;
107107 knownRegions = (
108+ English,
108109 en,
109110 );
110111 mainGroup = E01DD9D21D2311A600C39062;
176177 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
177178 GCC_WARN_UNUSED_FUNCTION = YES;
178179 GCC_WARN_UNUSED_VARIABLE = YES;
179- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
180+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
180181 MTL_ENABLE_DEBUG_INFO = YES;
181182 ONLY_ACTIVE_ARCH = YES;
182183 SDKROOT = iphoneos;
224225 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
225226 GCC_WARN_UNUSED_FUNCTION = YES;
226227 GCC_WARN_UNUSED_VARIABLE = YES;
227- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
228+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
228229 MTL_ENABLE_DEBUG_INFO = NO;
229230 SDKROOT = iphoneos;
230231 VALIDATE_PRODUCT = YES;
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ Pod::Spec.new do |s|
1111 s . authors = package [ 'author' ]
1212 s . source = { :git => "https://github.com/Elyx0/react-native-document-picker" , :tag => "v#{ s . version } " }
1313 s . source_files = "ios/RNDocumentPicker/*.{h,m}"
14- s . platform = :ios , "10 .0"
14+ s . platform = :ios , "9 .0"
1515 s . dependency 'React'
1616end
You can’t perform that action at this time.
0 commit comments