Skip to content

Commit 7d9b5ed

Browse files
committed
use Xcode 15
1 parent 9d35095 commit 7d9b5ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apple/init-env.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ function init_env () {
5858
case $1 in
5959
'x86_64')
6060
export XCRUN_PLATFORM='iPhoneSimulator'
61-
export XC_DEPLOYMENT_TARGET='-mios-simulator-version-min=9.0'
61+
export XC_DEPLOYMENT_TARGET='-mios-simulator-version-min=11.0'
6262
;;
6363
'arm64')
6464
export XCRUN_PLATFORM='iPhoneOS'
65-
export XC_DEPLOYMENT_TARGET='-miphoneos-version-min=9.0'
65+
export XC_DEPLOYMENT_TARGET='-miphoneos-version-min=11.0'
6666
;;
6767
esac
6868
export XC_OTHER_CFLAGS='-fembed-bitcode -Os'

0 commit comments

Comments
 (0)