Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing rosetta caveats #177913

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Casks/4/4k-stogram.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@
app "4K Stogram.app"

zap trash: "~/Pictures/4K Stogram"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/4/4k-video-downloader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@
"~/Library/Preferences/com.openmedia.4kvideodownloader.plist",
"~/Library/Saved Application State/com.openmedia.4kvideodownloader.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/a/activitywatch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@
"~/Library/Caches/activitywatch",
"~/Library/Logs/activitywatch",
]

caveats do
requires_rosetta
end
end
1 change: 1 addition & 0 deletions Casks/a/adoptopenjdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
]

caveats do
requires_rosetta
<<~EOS
Temurin is the official successor to this software:
Expand Down
4 changes: 4 additions & 0 deletions Casks/a/airpass.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
homepage "https://airpass.tiagoalves.me/"

app "Airpass.app"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/a/amazon-luna.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@
"~/Library/Preferences/Amazon.SpiderPorkClientMac.plist",
"~/Library/WebKit/Amazon.SpiderPorkClientMac",
]

caveats do
requires_rosetta
end
end
15 changes: 9 additions & 6 deletions Casks/a/amazon-music.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,15 @@
"~/Library/Saved Application State/com.amazon.music.savedState",
]

caveats <<~EOS
If the app will not launch after installation, try
caveats do
requires_rosetta
<<~EOS
If the app will not launch after installation, try
brew uninstall --zap --cask #{token}
brew install --cask #{token}
brew uninstall --zap --cask #{token}
brew install --cask #{token}
then re-launch the app.
EOS
then re-launch the app.
EOS
end
end
4 changes: 4 additions & 0 deletions Casks/a/ampps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@
uninstall_preflight do
set_permissions "#{appdir}/AMPPS", "0777"
end

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/a/android-file-transfer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@
"~/Library/Preferences/com.google.android.mtpviewer.plist",
],
rmdir: "~/Library/Application Support/Google"

caveats do
requires_rosetta
end
end
1 change: 1 addition & 0 deletions Casks/a/apache-directory-studio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

caveats do
depends_on_java "11+"
requires_rosetta
<<~EOS
To set the Java VM to use:
Expand Down
4 changes: 4 additions & 0 deletions Casks/a/apptrap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@
uninstall login_item: "AppTrap"

zap trash: "~/Library/Preferences/com.KumaranVijayan.AppTrap.prefpanel.plist"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/a/ariang.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
"~/Library/Preferences/net.mayswind.ariang.plist",
"~/Library/Saved Application State/net.mayswind.ariang.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/a/ark-desktop-wallet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@
deprecate! date: "2023-12-17", because: :discontinued

app "Ark Desktop Wallet.app"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/a/atom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@
"~/Library/Saved Application State/com.github.atom.savedState",
"~/Library/WebKit/com.github.atom",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/a/atomic-wallet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@
app "Atomic Wallet.app"

zap trash: "~/Library/Application Support/atomic"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/a/authy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@
"~/Library/Preferences/com.authy.authy-mac.helper.plist",
"~/Library/Preferences/com.authy.authy-mac.plist",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/b/backlog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
app "Backlog-darwin-x64/Backlog.app"

zap trash: "~/Library/Application Support/Backlog"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/b/banshee.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@
deprecate! date: "2023-12-17", because: :discontinued

app "Banshee.app"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/b/baretorrent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@
"~/Library/Application Support/baretorrent",
"~/Library/Saved Application State/baretorrent.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/b/baritone.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
homepage "https://tma02.github.io/baritone/"

app "Baritone-darwin-x64/Baritone.app"

caveats do
requires_rosetta
end
end
11 changes: 7 additions & 4 deletions Casks/b/battle-net.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@
],
rmdir: "~/Blizzard"

caveats <<~EOS
If your installation directory is not /Applications, you will need to
uninstall this cask manually.
EOS
caveats do
requires_rosetta
<<~EOS
If your installation directory is not /Applications, you will need to
uninstall this cask manually.
EOS
end
end
4 changes: 4 additions & 0 deletions Casks/b/betwixt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@
"~/Library/Preferences/com.electron.betwixt.plist",
"~/Library/Saved Application State/com.electron.betwixt.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/b/beyond-compare.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@
"~/Library/Preferences/com.ScooterSoftware.BeyondCompare.plist",
"~/Library/Saved Application State/com.ScooterSoftware.BeyondCompare.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/b/bisq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@
"~/Library/Application Support/Bisq",
"~/Library/Saved Application State/io.bisq.CAT.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/b/bluestacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@
"~/Library/Preferences/com.bluestacks.BlueStacks.plist",
],
rmdir: "~/Library/Caches/KSCrashReports"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/b/bonitastudiocommunity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@
"/Library/Caches/org.bonitasoft.studio.product",
"~/Library/Preferences/org.bonitasoft.studio.product.plist",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/b/brackets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
"~/Library/Application Support/Brackets",
"~/Library/Preferences/io.brackets.appshell.plist",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/b/btcpayserver-vault.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
depends_on macos: ">= :high_sierra"

app "BTCPayServer Vault.app"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/b/buttercup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@
"~/Library/Preferences/pw.buttercup.desktop.plist",
"~/Library/Saved Application State/pw.buttercup.desktop.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/c/camed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
end

app "CAMEd-#{version}/CAMed.app"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/c/chiaki.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@
"~/Library/Application Support/Chiaki",
"~/Library/Preferences/com.chiaki.Chiaki.plist",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/c/chrome-devtools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@
"~/Library/Preferences/com.auchenberg.chrome-devtools-app.plist",
"~/Library/Saved Application State/com.auchenberg.chrome-devtools-app.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/c/codeql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
binary "#{staged_path}/codeql/codeql"

# No zap stanza required

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/c/coin-wallet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@
"~/Library/Preferences/com.coinspace.wallet*.plist",
"~/Library/Saved Application State/com.coinspace.wallet.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/c/coinomi-wallet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@
"~/Library/Caches/Coinomi",
"~/Library/Saved Application State/com.coinomi.desktop.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/c/colorsnapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@
"~/Library/Cookies/com.koolesache.ColorSnapper2.binarycookies",
"~/Library/Preferences/com.koolesache.ColorSnapper2.plist",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/c/comictagger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@
end

app "ComicTagger.app"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/c/comma-chameleon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
homepage "https://comma-chameleon.io/"

app "Comma Chameleon-darwin-x64/Comma Chameleon.app"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/c/convert3dgui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@
binary "#{appdir}/Convert3DGUI.app/Contents/bin/c4d"

zap trash: "~/Library/Saved Application State/org.itksnap.c3dgui.savedState"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/c/couchbase-server-community.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@
"~/Library/Preferences/com.couchbase.couchbase-server.plist",
"~/Library/Preferences/couchbase-server.ini",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/c/couchbase-server-enterprise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@
"~/Library/Preferences/com.couchbase.couchbase-server.plist",
"~/Library/Preferences/couchbase-server.ini",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/c/couchpotato.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@
app "CouchPotato.app"

zap trash: "~/Library/Application Support/CouchPotato"

caveats do
requires_rosetta
end
end
Loading
Loading