Skip to content

Commit

Permalink
Remove descriptions from multiple cask files and add caveats for unsi…
Browse files Browse the repository at this point in the history
…gned apps in DanceKunKun and VastWords casks
  • Loading branch information
ygsgdbd committed Dec 22, 2024
1 parent 4f368a5 commit 201bf51
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
8 changes: 7 additions & 1 deletion Casks/dancekunkun.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@

url "https://github.com/ygsgdbd/DanceKunKun/releases/download/v#{version}/DanceKunKun.dmg"
name "DanceKunKun"
desc "A fun macOS menu bar app featuring a dancing Cai Xukun that grooves to your CPU usage"
homepage "https://github.com/ygsgdbd/DanceKunKun"

auto_updates false
depends_on macos: ">= :ventura"

app "DanceKunKun.app"

caveats <<~EOS
DanceKunKun is currently unsigned. You'll need to:
1. Right-click the app and select "Open"
2. Click "Open" in the dialog that appears
3. Go to System Settings > Privacy & Security and approve the app
EOS

zap trash: [
"~/Library/Application Support/DanceKunKun",
"~/Library/Preferences/top.ygsgdbd.DanceKunKun.plist",
Expand Down
1 change: 0 additions & 1 deletion Casks/typeswitch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

url "https://github.com/ygsgdbd/TypeSwitch/releases/download/v#{version}/TypeSwitch.dmg"
name "TypeSwitch"
desc "Automatic input method switcher for different applications"
homepage "https://github.com/ygsgdbd/TypeSwitch"

auto_updates false
Expand Down
1 change: 0 additions & 1 deletion Casks/v2bar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

url "https://github.com/ygsgdbd/V2Bar/releases/download/v#{version}/V2Bar-v#{version}.dmg"
name "V2Bar"
desc "V2Bar 是一个简洁优雅的 macOS 菜单栏应用,为你提供快捷的 V2EX 访问体验。"
homepage "https://github.com/ygsgdbd/V2Bar"

auto_updates false
Expand Down
8 changes: 7 additions & 1 deletion Casks/vastwords.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@

url "https://github.com/ygsgdbd/VastWords/releases/download/v#{version}/VastWords.dmg"
name "VastWords"
desc "A macOS menu bar tool for learning English words"
homepage "https://github.com/ygsgdbd/VastWords"

auto_updates false
depends_on macos: ">= :ventura"

app "VastWords.app"

caveats <<~EOS
VastWords is currently unsigned. You'll need to:
1. Right-click the app and select "Open"
2. Click "Open" in the dialog that appears
3. Go to System Settings > Privacy & Security and approve the app
EOS

zap trash: [
"~/Library/Application Support/VastWords",
"~/Library/Preferences/top.ygsgdbd.VastWords.plist",
Expand Down

0 comments on commit 201bf51

Please sign in to comment.