Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak on macOS Sonoma #13

Open
5HT2 opened this issue Jan 29, 2024 · 0 comments
Open

Memory leak on macOS Sonoma #13

5HT2 opened this issue Jan 29, 2024 · 0 comments

Comments

@5HT2
Copy link

5HT2 commented Jan 29, 2024


Using 1.0.6 with cask:

cask "predator-screensaver" do
  version "1.0.6"
  sha256 "6b0b132188a5ee1c1e54a633d280eb842edf183e42b55fae5ca043c38b87164b"

  url "https://github.com/vpeschenkov/Predator/releases/download/#{version}/Predator.saver.zip"
  name "predator-screensaver"
  desc "Predator-inspired clock screensaver"
  homepage "https://github.com/vpeschenkov/Predator"

  livecheck do
    url :url
    strategy :github_latest
  end

  screen_saver "Predator.saver"

  zap trash: [
    "~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver/Data/Library/Preferences/" \
    "ByHost/Predator.*",
    "~/Library/Preferences/ByHost/Predator.*",
    "~/Library/Screen Savers/Predator.saver",
  ]
end

Cask can be found at https://github.com/Homebrew/homebrew-cask/pull/163556/files


Relevant links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant