Files
homebrew-cask/Casks/p/prefs-editor.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

24 lines
578 B
Ruby

cask "prefs-editor" do
version "1.4.1.3.1"
sha256 :no_check
url "https://files.tempel.org/Various/OSX_Prefs_Editor/PrefsEditor.zip"
name "Prefs Editor"
desc "Graphical user interface for the 'defaults' command"
homepage "https://apps.tempel.org/PrefsEditor/"
livecheck do
url "https://apps.tempel.org/PrefsEditor/appcast.xml"
strategy :sparkle
end
auto_updates true
app "Prefs Editor.app"
zap trash: [
"~/Library/Preferences/org.tempel.prefseditor.plist",
"~/Library/Saved Application State/org.tempel.prefseditor.savedState",
]
end