Skip to content

Commit d299878

Browse files
committed
raise iOS deployment target to 9.3
1 parent 1dc7756 commit d299878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/AllAboutOlaf.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@
17711771
"$(SRCROOT)/../node_modules/react-native-safari-view",
17721772
"$(SRCROOT)/../node_modules/react-native-custom-tabs/ios/ReactNativeCustomTabs",
17731773
);
1774-
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
1774+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
17751775
MTL_ENABLE_DEBUG_INFO = YES;
17761776
ONLY_ACTIVE_ARCH = YES;
17771777
SDKROOT = iphoneos;
@@ -1828,7 +1828,7 @@
18281828
"$(SRCROOT)/../node_modules/react-native-safari-view",
18291829
"$(SRCROOT)/../node_modules/react-native-custom-tabs/ios/ReactNativeCustomTabs",
18301830
);
1831-
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
1831+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
18321832
MTL_ENABLE_DEBUG_INFO = NO;
18331833
SDKROOT = iphoneos;
18341834
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

0 commit comments

Comments
 (0)