From 851e516d5ac8751e167206ebc75f4bf12b4bf835 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Fri, 17 Mar 2023 13:46:17 -0700 Subject: [PATCH] Update ithoughtsx from 9.2.0 to 9.3.0 (#141033) \n --- Casks/ithoughtsx.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Casks/ithoughtsx.rb b/Casks/ithoughtsx.rb index aca821128a4..880778287aa 100644 --- a/Casks/ithoughtsx.rb +++ b/Casks/ithoughtsx.rb @@ -1,9 +1,10 @@ cask "ithoughtsx" do - version "9.2.0" + version "9.3.0" sha256 :no_check url "https://cdn.toketaware.com?download=iThoughtsX.zip", - referer: "https://www.toketaware.com/" + referer: "https://www.toketaware.com/", + user_agent: :fake name "iThoughtsX" desc "Mind mapping tool" homepage "https://www.toketaware.com/ithoughts-osx" @@ -19,11 +20,11 @@ cask "ithoughtsx" do app "iThoughtsX.app" zap trash: [ + "~/Library/Application Support/CloudDocs/session/containers/iCloud.com.toketaware.ios.ithoughts/", + "~/Library/Application Support/com.toketaware.ithoughtsx/", "~/Library/Caches/CloudKit/com.apple.bird/iCloud.com.toketaware.ios.ithoughts/", "~/Library/Caches/com.plausiblelabs.crashreporter.data/com.toketaware.ithoughtsx/", "~/Library/Caches/com.toketaware.ithoughtsx/", - "~/Library/Application Support/CloudDocs/session/containers/iCloud.com.toketaware.ios.ithoughts/", - "~/Library/Application Support/com.toketaware.ithoughtsx/", "~/Library/Preferences/com.toketaware.ithoughtsx.plist", ] end