Skip to content

Commit fb774ab

Browse files
committed
Disable "Print bundled runtimes" shell script
1 parent 2f5d43c commit fb774ab

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/actions/prepare-simulator/action.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ outputs:
1414
runs:
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

0 commit comments

Comments
 (0)