Skip to content

Commit b75321d

Browse files
committed
* update iOS sdk to 10.3 and add comment
1 parent 8cf05f9 commit b75321d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tools/build-curl4ios.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ PLATFORMS=("iPhoneOS" "iPhoneOS" "iPhoneOS" "iPhoneSimulator" "iPhoneSimulator")
3232
LIB_NAME="curl-7.54.1"
3333
DEVELOPER=`xcode-select -print-path`
3434
TOOLCHAIN=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
35-
SDK_VERSION=""10.2""
35+
# If you can't compile with this version, please modify the version to it which on your mac.
36+
SDK_VERSION=""10.3""
3637
IPHONEOS_DEPLOYMENT_TARGET="6.0"
3738
LIB_DEST_DIR="${pwd_path}/../output/ios/curl-universal"
3839
HEADER_DEST_DIR="include"

tools/build-openssl4ios.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ ARCHS=("arm64" "armv7s" "armv7" "i386" "x86_64")
2929
SDKS=("iphoneos" "iphoneos" "iphoneos" "iphonesimulator" "iphonesimulator")
3030
PLATFORMS=("iPhoneOS" "iPhoneOS" "iPhoneOS" "iPhoneSimulator" "iPhoneSimulator")
3131
DEVELOPER=`xcode-select -print-path`
32-
SDK_VERSION=""10.2""
32+
# If you can't compile with this version, please modify the version to it which on your mac.
33+
SDK_VERSION=""10.3""
3334
LIB_NAME="openssl-1.1.0f"
3435
LIB_DEST_DIR="${pwd_path}/../output/ios/openssl-universal"
3536
HEADER_DEST_DIR="include"

0 commit comments

Comments
 (0)