Skip to content

Releases: BITespresso/createinstalliso

v1.1.0

04 Nov 09:22
Compare
Choose a tag to compare

New Features

  • Add support for macOS Monterey, Ventura, Sonoma and Sequoia (solves #1, #6, #9).
  • Allow using Apple silicon Macs to create ISO images also for x86_64-only macOS versions (solves #2)
  • Automatically apply a patch for the defective macOS Sierra 12.6.06 installer application (solves #4)

Bug Fixes

  • Fix incorrect regular expressions for to determine macOS version names
  • Use -eq for numeric comparisons instead of ==
  • Remove unnecessary option --openfolder from bless command (solves #7)
  • Remove unnecessary option -shadow from hdiutil attach command

Improvements

  • Update README.md by @startergo in #3
  • Make script executable in git by @madsmtm in #5
  • Improve calculations for required free disk space
  • Increase image size of SPARSE images
  • Update README.md for better readability
  • Minor cleanups and improvements in source code

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

28 Mar 19:36
Compare
Choose a tag to compare

Initial Release