Skip to content

Commit

Permalink
Brewfile: skip Xcode installation if Xcode-beta is already installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Sep 6, 2024
1 parent c611933 commit 034a134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ mas "Slack", id: 803453959
mas "StopTheMadness", id: 1376402589
mas "TouchDraw", id: 1580322028
mas "WhatsApp", id: 1147396723
mas "Xcode", id: 497799835
mas "Xcode", id: 497799835 unless File.exist?("/Applications/Xcode-beta.app")
vscode "aliariff.vscode-erb-beautify"
vscode "anykeyh.simplecov-vscode"
vscode "ban.spellright"
Expand Down

0 comments on commit 034a134

Please sign in to comment.