Skip to content
This repository was archived by the owner on Sep 4, 2021. It is now read-only.

Commit 1d3e083

Browse files
committed
fix #21
1 parent 566198a commit 1d3e083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/RNGeocoder.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
166166
GCC_WARN_UNUSED_FUNCTION = YES;
167167
GCC_WARN_UNUSED_VARIABLE = YES;
168-
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
168+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
169169
MTL_ENABLE_DEBUG_INFO = YES;
170170
ONLY_ACTIVE_ARCH = YES;
171171
SDKROOT = iphoneos;
@@ -202,7 +202,7 @@
202202
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
203203
GCC_WARN_UNUSED_FUNCTION = YES;
204204
GCC_WARN_UNUSED_VARIABLE = YES;
205-
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
205+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
206206
MTL_ENABLE_DEBUG_INFO = NO;
207207
SDKROOT = iphoneos;
208208
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)