Files
homebrew-cask/Casks/s/sim-genie.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

27 lines
800 B
Ruby

cask "sim-genie" do
version "2022.3,292"
sha256 "8454d4a869728cc19bb14e21be685f51ac23ee3967d037ecb9bd3504853070d7"
url "https://d1b3av25dd6jdq.cloudfront.net/releases/macos/SimGenie.#{version.csv.first}.#{version.csv.second}.zip",
verified: "d1b3av25dd6jdq.cloudfront.net/"
name "Sim Genie"
desc "Easier access to Xcode Simulator functionality"
homepage "https://simgenie.app/"
livecheck do
url "https://simgenie.app/releases/macos/appcast.xml"
strategy :sparkle
end
depends_on macos: ">= :mojave"
app "Sim Genie.app"
zap trash: [
"~/Library/Application Support/Sim Genie",
"~/Library/Caches/com.consumedbycode.simgenie",
"~/Library/HTTPStorages/com.consumedbycode.simgenie",
"~/Library/Preferences/com.consumedbycode.simgenie.plist",
]
end