Skip to content

Commit

Permalink
Merge pull request #202560 from gromgit/xctu/fix-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay authored Feb 22, 2025
2 parents b9cf556 + deeccee commit f7ffe9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Casks/x/xctu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
end

installer script: {
executable: "#{staged_path}/xctu_installer.app/Contents/MacOS/installbuilder.sh",
executable: "#{staged_path}/xctu_installer.app/Contents/MacOS/osx-x86_64",
args: ["--mode", "unattended"],
}

Expand All @@ -30,4 +30,8 @@
"~/Library/Preferences/XCTU.plist",
"~/Library/Saved Application State/XCTU.savedState",
]

caveats do
requires_rosetta
end
end

0 comments on commit f7ffe9e

Please sign in to comment.