Files
homebrew-cask/Casks/l/locationsimulator.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

19 lines
627 B
Ruby

cask "locationsimulator" do
version "0.2.2"
sha256 "867941213a23e23c22a3e868e0fa5fec443d1e597e912eca8a1e97f68e7dbb08"
url "https://github.com/Schlaubischlump/LocationSimulator/releases/download/v#{version}/LocationSimulator.app.zip"
name "LocationSimulator"
desc "Application to spoof your iOS, iPadOS or iPhoneSimulator device location"
homepage "https://github.com/Schlaubischlump/LocationSimulator"
depends_on macos: ">= :catalina"
app "LocationSimulator.app"
zap trash: [
"~/Library/Application Support/LocationSimulator",
"~/Library/Preferences/com.schlaubi.LocationSimulator.plist",
]
end