Skip to content

Commit

Permalink
install iOS 17.4 simulator on XCode automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Apr 9, 2024
1 parent e3a6422 commit 1b47c13
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion macsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3210,7 +3210,12 @@ installkeg wp-cli
#
# https://github.com/XcodesOrg/xcodes
#
installkeg xcodesorg/made/xcodes
# Notes: to list runtimes `xcodes runtimes`
#
if [[ "$(isCLAppInstalled xcodes)" = "false" ]]; then
installkeg xcodesorg/made/xcodes
xcodes runtimes install "iOS 17.4"
fi

#
# yamale
Expand Down

0 comments on commit 1b47c13

Please sign in to comment.