Skip to content

Commit 04117bb

Browse files
authored
added support for Ventura
1 parent 11a583f commit 04117bb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ osxapp_vers
33

44
What the project is for
55
-----------------------
6-
The script called osxapp_vers finds the product name, the complete product version and build version in a `Install*OS X*.app` package, in a `Install macOS*.app` package or in a mounted CD/DVD image called `Mac OS X Install *` and prints the info out like the macOS' `/usr/bin/sw_vers` does for an installed macOS product.
6+
The script called osxapp_vers finds the product name, the complete product version, and build version in an `Install*OS X*.app` package, in an `Install macOS*.app` package or in a mounted CD/DVD image called `Mac OS X Install *` and prints the info out like the macOS' `/usr/bin/sw_vers` does for an installed macOS product.
77

88
The idea for this has been described at [my blog](https://loefflmann.blogspot.de/2015/03/finding-os-x-version-and-build-in-install-os-x-app.html).
99

@@ -15,7 +15,7 @@ What are the system requirements
1515

1616
What are the input requirements
1717
-------------------------------
18-
* `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`
18+
* `Install macOS Ventura.app`, `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`
1919
* 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`
2020

2121
See also "How to create a bootable installer for macOS?" at https://support.apple.com/en-us/HT201372
@@ -121,6 +121,11 @@ BuildVersion: 20C69
121121
ProductName: macOS
122122
ProductVersion: 12.0.1
123123
BuildVersion: 21A559
124+
125+
/Applications/Install macOS Ventura.app:
126+
ProductName: macOS
127+
ProductVersion: 13.0
128+
BuildVersion: 22A380
124129
```
125130

126131
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.

0 commit comments

Comments
 (0)