3 livecheck_arch = on_arch_conditional arm: "Aarch64"
6 sha256 arm: "858f25bf5d6a9057349e70bb0472919d687d42ed158f07f468682dd6066ce20d",
7 intel: "3156111b07a7a6e7562e1ebf9c83ed69205a301501e2a1a37111cb6361737db5"
9 url "https://dl.audiorelay.net/setups/macos/AudioRelay-#{version}#{arch}.dmg"
11 desc "Stream audio between your devices"
12 homepage "https://www.audiorelay.net/"
15 url "https://api.audiorelay.net/downloads"
16 strategy :json do |json|
17 json.dig("macOs#{livecheck_arch}", "version")
22 depends_on macos: ">= :high_sierra"
27 "~/Library/Application Support/AudioRelay",
28 "~/Library/Logs/AudioRelay",
29 "~/Library/Preferences/com.azefsw.audioconnect.plist",