Skip to content

Commit b94a071

Browse files
authored
Merge branch 'master' into patch-1
2 parents 8fa9e4d + 9eb8336 commit b94a071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
grep \"Status: signed Apple Software\"
1616
1717
- name: Install Xcode from XIP file Location
18-
command: open -FWga "Archive Utility" --args {{ xcode_xip_location }}
18+
command: xip --expand {{ xcode_xip_location }}
1919

2020
- name: Move Xcode To Applications
2121
shell: mv {{ xcode_xip_location | dirname }}/Xcode*.app /Applications/

0 commit comments

Comments
 (0)