mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
27 lines
715 B
Ruby
27 lines
715 B
Ruby
cask "ultdata" do
|
|
version "9.7.22.10"
|
|
sha256 :no_check
|
|
|
|
url "https://download.tenorshare.com/downloads/ultdata-ios-mac.dmg"
|
|
name "UltData"
|
|
desc "iPhone data recovery software"
|
|
homepage "https://www.tenorshare.com/products/iphone-data-recovery.html"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :extract_plist
|
|
end
|
|
|
|
auto_updates true
|
|
|
|
app "UltData.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/UltData",
|
|
"~/Library/Application Support/com.tenorshare.TenorshareUltData",
|
|
"~/Library/Caches/com.tenorshare.TenorshareUltData",
|
|
"~/Library/Preferences/com.tenorshare.TenorshareUltData.plist",
|
|
"~/Library/Saved Application State/com.tenorshare.TenorshareUltData.savedState",
|
|
]
|
|
end
|