You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ osxapp_vers
3
3
4
4
What the project is for
5
5
-----------------------
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.
7
7
8
8
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).
9
9
@@ -15,7 +15,7 @@ What are the system requirements
15
15
16
16
What are the input requirements
17
17
-------------------------------
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`
19
19
* 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`
20
20
21
21
See also "How to create a bootable installer for macOS?" at https://support.apple.com/en-us/HT201372
@@ -121,6 +121,11 @@ BuildVersion: 20C69
121
121
ProductName: macOS
122
122
ProductVersion: 12.0.1
123
123
BuildVersion: 21A559
124
+
125
+
/Applications/Install macOS Ventura.app:
126
+
ProductName: macOS
127
+
ProductVersion: 13.0
128
+
BuildVersion: 22A380
124
129
```
125
130
126
131
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