Skip to content

Commit

Permalink
Merge pull request #181373 from thatrobotdev/meta-quest-developer-hub
Browse files Browse the repository at this point in the history
meta-quest-developer-hub 4.8.0 (new cask)
  • Loading branch information
p-linnane authored Aug 2, 2024
2 parents da5c2fd + 23d08ec commit 44b732f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Casks/m/meta-quest-developer-hub.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
cask "meta-quest-developer-hub" do
version "4.8.0"
sha256 "c32c569b0d2a803d122de2a2a281df041d368586aa7c61d18fda9821622ed89b"

url "https://www.oculus.com/x2asset/electron-apps/odh/d7fbf9110e4200cae75755db8cff6d5f/Meta%20Quest%20Developer%20Hub-#{version}.zip"
name "meta-quest-developer-hub"
desc "VR development tool"
homepage "https://developer.oculus.com/meta-quest-developer-hub/"

livecheck do
url "https://www.oculus.com/electron-updates/mqdh/latest-mac.yml"
strategy :electron_builder
end

depends_on macos: ">= :catalina"

app "Meta Quest Developer Hub.app"

zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.oculus.odh.sfl*",
"~/Library/Application Support/Meta Quest Developer Hub",
"~/Library/Application Support/odh",
"~/Library/Preferences/com.oculus.odh.plist",
"~/Library/Saved Application State/com.oculus.odh.savedState",
]

caveats do
license "https://developer.oculus.com/licenses/oculussdk"
end
end

0 comments on commit 44b732f

Please sign in to comment.