Contribute
Register

How to check your Install OS X app's version (Guide + App)

Status
Not open for further replies.

shilohh

Moderator
Joined
Jan 1, 2012
Messages
1,752
Motherboard
Asus Prime Z490-A
CPU
i9-10850K
Graphics
RX 5700 XT
Mac
  1. MacBook Pro
  2. Mac Pro
Mobile Phone
  1. Android
Here is a walk through of how to check the exact version of OS X to be installed when you run the "Install OS X" app from the AppStore or create a USB installer from it. You can also do this for old installers that you may have collected over time.

Right click “Install OS X [OS Name].app” and choose “Show Package Contents”. Navigate to Contents/SharedSupport and mount InstallESD.dmg (double click it).



Terminal:
Code:
open /Volumes/OS\ X\ Install\ ESD/BaseSystem.dmg

Terminal:
Code:
open /Volumes/OS\ X\ Base\ System/System/Library/CoreServices/SystemVersion.plist

To Eject the previously mounted volumes using the Terminal:
Code:
diskutil eject /Volumes/OS\ X\ Base\ System;diskutil eject /Volumes/OS\ X\ Install\ ESD

If you prefer a automated approach, download the attached "Show OS X Installer Version.app" and double click to run it or drag and drop your Install OS X app on to it.
 

Attachments

  • Show OS X Installer Version.app.zip
    155.7 KB · Views: 104
Thanks! I was just wondering a few days ago how to find out this information!
You're welcome. I've been meaning to make the app for a while now and it's definitely coming in handy for me. Enjoy :thumbup:
 
Status
Not open for further replies.
Back
Top