5 url "https://software.vc.logitech.com/downloads/tune/LogiTuneInstaller.dmg"
7 desc "Optimise your webcam, headset, and Logi Dock for video meetings"
8 homepage "https://www.logitech.com/en-us/video-collaboration/software/logi-tune-software.html"
11 url "https://prosupport.logi.com/api/v2/help_center/de/articles.json?label_names=webcontent=productdownload,webproduct=bad331b5-1feb-11ea-ae1b-a561623ae541"
12 regex(/Software[\s-]Version:.*?v?(\d+(?:\.\d+)+)/i)
13 strategy :json do |json, regex|
14 json["articles"]&.map do |item|
15 match = item["body"]&.match(regex)
24 depends_on macos: ">= :catalina"
26 installer manual: "LogiTuneInstaller.app"
29 "/Applications/LogiTune.app",
30 "/Library/LaunchAgents/com.logitech.logitune.launcher.plist",
31 "/Library/LaunchDaemons/com.logitech.LogiRightSight.plist",
35 "/Users/Shared/logitune",
36 "/Users/Shared/LogiTuneInstallerStarted.txt",
37 "~/Library/Application Support/logitune",
38 "~/Library/Preferences/com.logitech.logitune.plist",
39 "~/Library/Saved Application State/com.logitech.logituneInstaller.savedState",