kc9wwh / macOSUpgrade

Workflow for doing in-place upgrades.
Other
419 stars 102 forks source link

Issue getting Big Sur installer version #177

Closed damacguy closed 3 years ago

damacguy commented 3 years ago

Not sure if this changed recently, but the "Install macOS Big Sur.app" for 11.6.1 doesn't have a "InstallInfo.plist" at ... /Contents/SharedSupport/. It only has SharedSupport.dmg in /Contents/SharedSupport/ and nothing else.

Also, doesn't look like that dmg has the info needed there.

Maybe I'm missing something though.

taniguti commented 3 years ago

@damacguy

It checks dmg file for getting os version. https://github.com/kc9wwh/macOSUpgrade/blob/master/macOSUpgrade.sh#L204-L226