File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
.github/actions/prepare-simulator Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,18 @@ outputs:
1414runs :
1515 using : composite
1616 steps :
17- - name : " Print bundled runtimes"
18- shell : bash
19- run : |
20- echo "::group::Bundled runtimes:"
21- for xcode in /Applications/Xcode*.app; do \
22- echo $xcode | grep -o "Xcode.*\.app"; \
23- for plist in $xcode/Contents/Developer/Platforms/*.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/*.simruntime/Contents/Info.plist; do \
24- defaults read $plist CFBundleName; \
25- done; \
26- echo ""; \
27- done
28- echo "::endgroup::"
17+ # - name: "Print bundled runtimes"
18+ # shell: bash
19+ # run: |
20+ # echo "::group::Bundled runtimes:"
21+ # for xcode in /Applications/Xcode*.app; do \
22+ # echo $xcode | grep -o "Xcode.*\.app"; \
23+ # for plist in $xcode/Contents/Developer/Platforms/*.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/*.simruntime/Contents/Info.plist; do \
24+ # defaults read $plist CFBundleName; \
25+ # done; \
26+ # echo ""; \
27+ # done
28+ # echo "::endgroup::"
2929
3030 - name : " Install runtime"
3131 shell : bash
You can’t perform that action at this time.
0 commit comments