Skip to content

Commit 450acc5

Browse files
authored
Merge pull request #179654 from Homebrew/various-add-rosetta-caveat-i
2 parents 6c59afc + d66f9c0 commit 450acc5

31 files changed

+135
-23
lines changed

Casks/i/ibackupbot.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@
1212
end
1313

1414
app "iBackupBot.app"
15+
16+
caveats do
17+
requires_rosetta
18+
end
1519
end

Casks/i/ibettercharge.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@
2020
end
2121

2222
app "iBetterCharge.app"
23+
24+
caveats do
25+
requires_rosetta
26+
end
2327
end

Casks/i/ibored.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@
1313
end
1414

1515
app "iBored.app"
16+
17+
caveats do
18+
requires_rosetta
19+
end
1620
end

Casks/i/icanhazshortcut.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@
1212
uninstall quit: "info.deseven.icanhazshortcut"
1313

1414
zap trash: "~/Library/Preference/info.deseven.icanhazshortcut"
15+
16+
caveats do
17+
requires_rosetta
18+
end
1519
end

Casks/i/icloud-control.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@
77
desc "User-controlled selective sync for iCloud Drive"
88
homepage "https://github.com/Obbut/iCloud-Control"
99

10+
deprecate! date: "2024-07-17", because: :discontinued
11+
1012
app "iCloud Control.app"
13+
14+
caveats do
15+
requires_rosetta
16+
end
1117
end

Casks/i/icons8.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
desc "App for browsing icon, photo and music packages"
99
homepage "https://icons8.com/"
1010

11-
livecheck do
12-
url "https://desktop.icons8.com/updates/mac/icons8_cast.xml"
13-
strategy :sparkle, &:short_version
14-
end
11+
deprecate! date: "2024-07-17", because: :discontinued
1512

1613
depends_on macos: ">= :high_sierra"
1714

@@ -24,4 +21,8 @@
2421
"~/Library/Containers/com.visualpharm.StandaloneLoginHelper",
2522
"~/Library/Preferences/com.visualpharm.Icons8.plist",
2623
]
24+
25+
caveats do
26+
requires_rosetta
27+
end
2728
end

Casks/i/iconscout.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@
2121
"~/Library/Preferences/com.electron.iconscout.plist",
2222
"~/Library/Saved Application State/com.electron.iconscout.savedState",
2323
]
24+
25+
caveats do
26+
requires_rosetta
27+
end
2428
end

Casks/i/ieasemusic.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
desc "Third-party NetEase cloud music player"
88
homepage "https://github.com/trazyn/ieaseMusic"
99

10+
deprecate! date: "2024-07-15", because: :repo_archived
11+
1012
auto_updates true
1113

1214
app "ieaseMusic.app"
@@ -17,4 +19,8 @@
1719
"~/Library/Preferences/gh.trazyn.ieasemusic.plist",
1820
"~/Library/Saved Application State/gh.trazyn.ieasemusic.savedState",
1921
]
22+
23+
caveats do
24+
requires_rosetta
25+
end
2026
end

Casks/i/iexplorer.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
end
1616

1717
app "iExplorer.app"
18+
19+
caveats do
20+
requires_rosetta
21+
end
1822
end

Casks/i/igdm.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@
1919
"~/Library/Preferences/com.ifedapoolarewaju.desktop.igdm.plist",
2020
"~/Library/Saved Application State/com.ifedapoolarewaju.desktop.igdm.savedState",
2121
]
22+
23+
caveats do
24+
requires_rosetta
25+
end
2226
end

0 commit comments

Comments
 (0)