diff --git a/Casks/g/gitfox.rb b/Casks/g/gitfox.rb index 62cf476116..a9587ca3a8 100644 --- a/Casks/g/gitfox.rb +++ b/Casks/g/gitfox.rb @@ -14,13 +14,13 @@ cask "gitfox" do end auto_updates true - depends_on macos: ">= :big_sur" + depends_on macos: ">= :monterey" app "Gitfox.app" binary "#{appdir}/Gitfox.app/Contents/SharedSupport/bin/gitfox-cli", target: "gitfox" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.bytieful.gitfox-retail.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.bytieful.gitfox-retail.sfl*", "~/Library/Application Support/com.bytieful.Gitfox", "~/Library/Application Support/com.bytieful.Gitfox-retail", "~/Library/Application Support/Gitfox", @@ -28,8 +28,8 @@ cask "gitfox" do "~/Library/Caches/com.bytieful.Gitfox-retail", "~/Library/Caches/com.crashlytics.data/com.bytieful.Gitfox", "~/Library/HTTPStorages/com.bytieful.Gitfox-retail", - "~/Library/Preferences/com.bytieful.Gitfox.*", "~/Library/Preferences/com.bytieful.Gitfox-retail.plist", + "~/Library/Preferences/com.bytieful.Gitfox.*", "~/Library/Saved Application State/com.bytieful.Gitfox-retail.savedState", "~/Library/WebKit/com.bytieful.Gitfox", "~/Library/WebKit/com.bytieful.Gitfox-retail",