Skip to content

Commit

Permalink
added support for Monterey
Browse files Browse the repository at this point in the history
  • Loading branch information
jonelo authored Oct 31, 2021
1 parent 6b99e58 commit 8830846
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ What are the system requirements

What are the input requirements
-------------------------------
* `Install macOS Big Sur.app`, `Install macOS Catalina.app`, `Install macOS Mojave.app`, `Install macOS High Sierra.app`, `Install macOS Sierra.app`, `Install OS X El Capitan.app`, `Install OS X Yosemite.app`, `Install OS X Mavericks.app`, `Install OS X Mountain Lion.app`, or `Install Mac OS X Lion.app` from the Apple App Store (1st public version or any update release) or on a bootable macOS install media that has been created by Apple's `createinstallmedia`
* `Install macOS Monterey.app`, `Install macOS Big Sur.app`, `Install macOS Catalina.app`, `Install macOS Mojave.app`, `Install macOS High Sierra.app`, `Install macOS Sierra.app`, `Install OS X El Capitan.app`, `Install OS X Yosemite.app`, `Install OS X Mavericks.app`, `Install OS X Mountain Lion.app`, or `Install Mac OS X Lion.app` from the Apple App Store (1st public version or any update release) or on a bootable macOS install media that has been created by Apple's `createinstallmedia`
* Alternatively, a mounted Mac OS X Install CD/DVD image such as `Mac OS X Install DVD`, `Mac OS X Install CD` or `Mac OS X Install Disk`

See also "How to create a bootable installer for macOS?" at https://support.apple.com/en-us/HT201372
Expand Down Expand Up @@ -116,6 +116,11 @@ BuildVersion: 19A583
ProductName: macOS
ProductVersion: 11.1
BuildVersion: 20C69

/Applications/Install macOS Monterey.app:
ProductName: macOS
ProductVersion: 12.0.1
BuildVersion: 21A559
```

If you specify program parameters, the script prints out product name, product version and build version for each Install OS X .app folder that you have specified.
Expand Down

0 comments on commit 8830846

Please sign in to comment.