We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fa9e4d + 9eb8336 commit b94a071Copy full SHA for b94a071
tasks/main.yml
@@ -15,7 +15,7 @@
15
grep \"Status: signed Apple Software\"
16
17
- name: Install Xcode from XIP file Location
18
- command: open -FWga "Archive Utility" --args {{ xcode_xip_location }}
+ command: xip --expand {{ xcode_xip_location }}
19
20
- name: Move Xcode To Applications
21
shell: mv {{ xcode_xip_location | dirname }}/Xcode*.app /Applications/
0 commit comments