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:
14
14
runs :
15
15
using : composite
16
16
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::"
29
29
30
30
- name : " Install runtime"
31
31
shell : bash
You can’t perform that action at this time.
0 commit comments