Files
homebrew-cask/Casks/r/react-native-debugger.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
635 B
Ruby

cask "react-native-debugger" do
version "0.14.0"
sha256 "3be2e2b0d0fdac91f77905bbdcb835316ef8995aec1de91f55838cf0a8da6625"
url "https://github.com/jhen0409/react-native-debugger/releases/download/v#{version}/rn-debugger-macos-universal.zip"
name "React Native Debugger"
desc "Standalone app for debugging React Native apps"
homepage "https://github.com/jhen0409/react-native-debugger"
auto_updates true
app "React Native Debugger.app"
zap trash: [
"~/Library/Preferences/com.electron.react-native-debugger.plist",
"~/Library/Saved Application State/com.electron.react-native-debugger.savedState",
]
end