Files
homebrew-cask/Casks/i/idisplay.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

30 lines
596 B
Ruby

cask "idisplay" do
version "3.5.0"
sha256 :no_check
url "https://getidisplay.com/downloads/iDisplayMac.dmg"
name "iDisplay"
desc "Use a tablet as an extra screen"
homepage "https://getidisplay.com/"
livecheck do
url :url
strategy :extract_plist
end
pkg "iDisplay.pkg"
uninstall pkgutil: [
"com.shapeservices.idisplay-host-full",
"com.shapeservices.msm.driver.MSMFramebuffer",
"com.shapeservices.msm.driver.MSMVideoDevice",
]
zap trash: "~/Library/Preferences/com.shapeservices.idisplay-host-full.plist"
caveats do
kext
reboot
end
end