Skip to content

Commit c05df9b

Browse files
mikehardymatt-oakes
authored andcommitted
fix: Update iOS deployment target min to avoid a warning (react-native-netinfo#112 by @mikehardy)
1 parent 5dab253 commit c05df9b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ios/RNCNetInfo.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
developmentRegion = English;
146146
hasScannedForEncodings = 0;
147147
knownRegions = (
148+
English,
148149
en,
149150
);
150151
mainGroup = 58B511D21A9E6C8500147676;
@@ -215,7 +216,7 @@
215216
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
216217
GCC_WARN_UNUSED_FUNCTION = YES;
217218
GCC_WARN_UNUSED_VARIABLE = YES;
218-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
219+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
219220
MTL_ENABLE_DEBUG_INFO = YES;
220221
ONLY_ACTIVE_ARCH = YES;
221222
SDKROOT = iphoneos;
@@ -252,7 +253,7 @@
252253
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
253254
GCC_WARN_UNUSED_FUNCTION = YES;
254255
GCC_WARN_UNUSED_VARIABLE = YES;
255-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
256+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
256257
MTL_ENABLE_DEBUG_INFO = NO;
257258
SDKROOT = iphoneos;
258259
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)