Skip to content

Instantly share code, notes, and snippets.

@wpyoga
Created May 24, 2023 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpyoga/7505987415194af819b50d378c9f3771 to your computer and use it in GitHub Desktop.
Save wpyoga/7505987415194af819b50d378c9f3771 to your computer and use it in GitHub Desktop.
get BaseSystem.dmg version info
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