homebrew-cask/Casks/ios-app-signer.rb

13 lines
517 B
Ruby

cask 'ios-app-signer' do
version '1.12'
sha256 'd8b0eea20984854ebbdb603923087ca0d182aeaeb7a81c08c5dd2d8b734b5235'
# github.com/DanTheMan827/ios-app-signer was verified as official when first introduced to the cask
url "https://github.com/DanTheMan827/ios-app-signer/releases/download/#{version}/iOS.App.Signer.app.zip"
appcast 'https://github.com/DanTheMan827/ios-app-signer/releases.atom'
name 'iOS App Signer'
homepage 'https://dantheman827.github.io/ios-app-signer/'
app 'iOS App Signer.app'
end