excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / spark-ar-studio.rb
blob4cb24dcf0b7d3cc7234c0f3628b967282099a0ed
1 cask "spark-ar-studio" do
2   version "187"
3   sha256 :no_check
5   url "https://www.facebook.com/sparkarmacos/download/"
6   name "Spark AR Studio"
7   desc "Create and share augmented reality experiences using the Facebook family of apps"
8   homepage "https://sparkar.facebook.com/ar-studio/"
10   livecheck do
11     url :url
12     regex(/SparkARStudio[._-]?v?(\d+)\.dmg/i)
13     strategy :header_match
14   end
16   app "Meta Spark Studio.app"
18   zap trash: [
19     "~/Library/Caches/com.facebook.arstudio.skylight",
20     "~/Library/Preferences/com.facebook.arstudio.skylight.plist",
21     "~/Library/Saved Application State/com.facebook.arstudio.skylight.savedState",
22   ]
23 end