Skip to content

Commit 1b47c13

Browse files
committed
install iOS 17.4 simulator on XCode automatically
1 parent e3a6422 commit 1b47c13

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

macsetup.sh

+6-1
Original file line numberDiff line numberDiff line change
@@ -3210,7 +3210,12 @@ installkeg wp-cli
32103210
#
32113211
# https://github.com/XcodesOrg/xcodes
32123212
#
3213-
installkeg xcodesorg/made/xcodes
3213+
# Notes: to list runtimes `xcodes runtimes`
3214+
#
3215+
if [[ "$(isCLAppInstalled xcodes)" = "false" ]]; then
3216+
installkeg xcodesorg/made/xcodes
3217+
xcodes runtimes install "iOS 17.4"
3218+
fi
32143219

32153220
#
32163221
# yamale

0 commit comments

Comments
 (0)