mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
15 lines
456 B
Ruby
15 lines
456 B
Ruby
cask "expo-xde" do
|
|
version "2.25.0"
|
|
sha256 "acc7048dcd9763e6924850595b325a4c38c9d28ab1c07dd07f2bc6058476ed2a"
|
|
|
|
url "https://github.com/expo/xde/releases/download/v#{version}/xde-#{version}.dmg",
|
|
verified: "github.com/expo/xde/"
|
|
name "Expo Development Environment (XDE)"
|
|
desc "Tool for developing and testing React Native apps"
|
|
homepage "https://expo.io/"
|
|
|
|
deprecate! date: "2023-12-17", because: :discontinued
|
|
|
|
app "Expo XDE.app"
|
|
end
|