Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 7494070

Browse files
committed
Fix #57
1 parent d4cd236 commit 7494070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ios/RNFetchBlob.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
191191
GCC_WARN_UNUSED_FUNCTION = YES;
192192
GCC_WARN_UNUSED_VARIABLE = YES;
193-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
193+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
194194
MTL_ENABLE_DEBUG_INFO = YES;
195195
ONLY_ACTIVE_ARCH = YES;
196196
SDKROOT = iphoneos;
@@ -228,7 +228,7 @@
228228
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
229229
GCC_WARN_UNUSED_FUNCTION = YES;
230230
GCC_WARN_UNUSED_VARIABLE = YES;
231-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
231+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
232232
MTL_ENABLE_DEBUG_INFO = NO;
233233
SDKROOT = iphoneos;
234234
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)