Created
May 24, 2023 06:13
-
-
Save wpyoga/7505987415194af819b50d378c9f3771 to your computer and use it in GitHub Desktop.
get BaseSystem.dmg version info
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ventura, Big Sur, Catalina, Mojave: | |
7z e -so BaseSystem.dmg 'macOS Base System/System/Library/CoreServices/SystemVersion.plist' | |
Monterey: | |
7z e BaseSystem.dmg 5.hfs | |
7z e -so 5.hfs 'macOS Base System/System/Library/CoreServices/SystemVersion.plist' | |
High Sierra: | |
7z e -so BaseSystem.dmg 'OS X Base System/System/Library/CoreServices/SystemVersion.plist' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment