wix / AppleSimulatorUtils

A collection of command-line utils for Apple simulators.
Other
639 stars 62 forks source link

Fix AppleSimulatorUtils version release script. #92

Open asafkorem opened 2 years ago

asafkorem commented 2 years ago

Apparently, the version release script (releaseVersion.sh) does not update the SHA256 of the bottles in homebrew-brew/Formula/applesimutils.rb correctly.

This causes errors when trying to brew install applesimutils unless we manually update the SHA256 (see this commit for example).

Also, we need to add (and test) missing bottle version(s) for macOS Monterey.

asafkorem commented 1 year ago

This is still very relevant.