expo / orbit

Accelerate your development workflow with one-click build launches and simulator management from your macOS menu bar

Home Page:https://expo.dev/orbit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install via Hombrew

00defeat opened this issue · comments

Is your feature request related to a problem? Please describe.

Add cask to install via hombrew.

Describe the solution you'd like

cask 'expo-orbit' do
  version '0.1.2'
  sha256 'e5fb187b65eed8dce2a9d8552a9171b46639ad90043f4530d8168d6f20a716e9' # fill this with the actual sha256 checksum of the file

  url "https://github.com/expo/orbit/releases/download/expo-orbit-v#{version}/expo-orbit.v#{version}.zip"
  name 'Expo Orbit'
  homepage 'https://github.com/expo/orbit/'

  app 'Expo Orbit.app' # This should match the actual application name once unzipped
end

Additional context

No response

Orbit is now available through homebrew as well

brew update
brew install expo-orbit --cask

Related to Homebrew/homebrew-cask#155831