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
frombless
command (solves #7) - Remove unnecessary option
-shadow
fromhdiutil 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
- @startergo made their first contribution in #3
- @madsmtm made their first contribution in #5
Full Changelog: v1.0.0...v1.1.0