phinze/homebrew-cask

View on GitHub
Casks/i/idisplay.rb

Summary

Maintainability
A
0 mins
Test Coverage
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/"

  deprecate! date: "2024-07-17", because: :unmaintained

  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