Skip to content

Commit 474418c

Browse files
committed
bump ios.deployment_target to 12.0 for C++17
1 parent 14c4d37 commit 474418c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_commons.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GRPC_IOS_BUILD_FLAGS="
99
CODE_SIGNING_ALLOWED=NO
1010
ONLY_ACTIVE_ARCH=NO
1111
ARCHS=arm64
12-
IPHONEOS_DEPLOYMENT_TARGET=9.0
12+
IPHONEOS_DEPLOYMENT_TARGET=12.0
1313
"
1414

1515
# Xcodebuild destination for iOS

0 commit comments

Comments
 (0)