Skip to content

Commit cfec254

Browse files
authored
target ios 9 (#315)
1 parent 2c6ea9f commit cfec254

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ios/RNDocumentPicker.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
developmentRegion = English;
106106
hasScannedForEncodings = 0;
107107
knownRegions = (
108+
English,
108109
en,
109110
);
110111
mainGroup = E01DD9D21D2311A600C39062;
@@ -176,7 +177,7 @@
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;
@@ -224,7 +225,7 @@
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;

react-native-document-picker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
1616
end

0 commit comments

Comments
 (0)