mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
14 lines
446 B
Ruby
14 lines
446 B
Ruby
cask "localizationeditor" do
|
|
version "2.9"
|
|
sha256 "7c7f3c9d64763401fca9921b4c2b4d175b96aacc43d362334dedcba1e62cbb2e"
|
|
|
|
url "https://github.com/igorkulman/iOSLocalizationEditor/releases/download/v#{version}/LocalizationEditor.app.zip"
|
|
name "LocalizationEditor"
|
|
desc "iOS app localization manager"
|
|
homepage "https://github.com/igorkulman/iOSLocalizationEditor/"
|
|
|
|
depends_on macos: ">= :high_sierra"
|
|
|
|
app "LocalizationEditor.app"
|
|
end
|