Skip to content

Commit

Permalink
Delete watchOS simulators, we don't need them anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Sep 27, 2024
1 parent fc710fc commit 0dffb7b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
set -o pipefail
IFS=$'\n\t'

# delete all watchOS simulators, we don't need them anymore
for i in $(xcrun simctl runtime list | grep watchOS.*Ready | sed -e 's/.* - //' -e 's/ .*//');
xcrun simctl runtime delete $i
done

xcrun simctl runtime list -j > simruntime.json
cat simruntime.json

Expand Down

0 comments on commit 0dffb7b

Please sign in to comment.