Skip to content

Commit aab332b

Browse files
author
Yonah Forst
committed
lower iOS deployment target from 9.1 to 8.0
1 parent ee8f706 commit aab332b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReactNativeHeading.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
164164
GCC_WARN_UNUSED_FUNCTION = YES;
165165
GCC_WARN_UNUSED_VARIABLE = YES;
166-
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
166+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
167167
MTL_ENABLE_DEBUG_INFO = YES;
168168
ONLY_ACTIVE_ARCH = YES;
169169
SDKROOT = iphoneos;
@@ -200,7 +200,7 @@
200200
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
201201
GCC_WARN_UNUSED_FUNCTION = YES;
202202
GCC_WARN_UNUSED_VARIABLE = YES;
203-
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
203+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
204204
MTL_ENABLE_DEBUG_INFO = NO;
205205
SDKROOT = iphoneos;
206206
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)