Predator icon indicating copy to clipboard operation
Predator copied to clipboard

Memory leak on macOS Sonoma

Open 5HT2 opened this issue 6 months ago • 0 comments


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:

  • https://github.com/JohnCoates/Aerial/issues/1339
  • https://www.reddit.com/r/MacOSBeta/comments/15t3hpo/comment/jwlcnfe/
  • https://discussions.apple.com/thread/255256761
  • https://developer.apple.com/forums/thread/736716?answerId=763498022#763498022

5HT2 avatar Jan 29 '24 23:01 5HT2