Files
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

18 lines
611 B
Ruby

cask "androidtool" do
version "1.66"
sha256 "4f432ad45660071a1f36c4878bd444dd8bedd520c7c70096e5d7a7907ff7c86a"
url "https://github.com/mortenjust/androidtool-mac/releases/download/#{version}/AndroidTool.zip"
name "AndroidTool"
desc "App for recording the screen and installing apps in iOS and Android"
homepage "https://github.com/mortenjust/androidtool-mac"
app "AndroidTool.app"
zap trash: [
"~/Library/Application Support/AndroidTool",
"~/Library/Preferences/com.mortenjust.AndroidTool.plist",
"~/Library/Saved Application State/com.mortenjust.AndroidTool.savedState",
]
end