notpeter / apple-installer-checksums

Checksums of Mac OSX installer DMGs
846 stars 107 forks source link

macOS Big Sur 11.6.1 (20G224) checksum #144

Closed wangyanxi closed 2 years ago

wangyanxi commented 2 years ago
shasum ./Contents/SharedSupport/SharedSupport.dmg
5cfddc509dfe11902a130bbeadd934fd696b5774  ./Contents/SharedSupport/SharedSupport.dmg
shasum -a 256 ./Contents/SharedSupport/SharedSupport.dmg
99c77e451667bb8309c0fac2696979410e2f6aad97d46e20c33054955ac64fa2  ./Contents/SharedSupport/SharedSupport.dmg
cat Install\ macOS\ Big\ Sur.app/Contents/Info.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Application-Group</key>
    <string>AirPort</string>
    <key>BuildMachineOSBuild</key>
    <string>20A241123</string>
    <key>CFBundleDevelopmentRegion</key>
    <string>English</string>
    <key>CFBundleDisplayName</key>
    <string>Install macOS Big Sur</string>
    <key>CFBundleExecutable</key>
    <string>InstallAssistant_springboard</string>
    <key>CFBundleGetInfoString</key>
    <string>Install macOS Big Sur, Copyright © 2007-2021 Apple Inc. All rights reserved.</string>
    <key>CFBundleIconFile</key>
    <string>InstallAssistant</string>
    <key>CFBundleIdentifier</key>
    <string>com.apple.InstallAssistant.macOSBigSur</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleName</key>
    <string>Install mac OS</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleShortVersionString</key>
    <string>16.8.10</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleSupportedPlatforms</key>
    <array>
        <string>MacOSX</string>
    </array>
    <key>CFBundleURLTypes</key>
    <array>
        <dict>
            <key>CFBundleURLName</key>
            <string>Open Install OS X URL</string>
            <key>CFBundleURLSchemes</key>
            <array>
                <string>x-install-osx-assistant</string>
            </array>
        </dict>
    </array>
    <key>CFBundleVersion</key>
    <string>16810</string>
    <key>DTCompiler</key>
    <string>com.apple.compilers.llvm.clang.1_0</string>
    <key>DTPlatformBuild</key>
    <string>12E6178j</string>
    <key>DTPlatformName</key>
    <string>macosx</string>
    <key>DTPlatformVersion</key>
    <string>11.6.1</string>
    <key>DTSDKBuild</key>
    <string>20G223</string>
    <key>DTSDKName</key>
    <string>macosx11.6internal</string>
    <key>DTXcode</key>
    <string>1240</string>
    <key>DTXcodeBuild</key>
    <string>12E6178j</string>
    <key>LSApplicationCategoryType</key>
    <string>public.app-category.utilities</string>
    <key>LSHasLocalizedDisplayName</key>
    <true/>
    <key>LSMinimumSystemVersion</key>
    <string>10.9</string>
    <key>MinimumOSVersion</key>
    <string>10.9</string>
    <key>NSMainNibFile</key>
    <string>MainMenu</string>
    <key>NSPrincipalClass</key>
    <string>NSApplication</string>
    <key>NSSupportsAutomaticGraphicsSwitching</key>
    <true/>
    <key>ProductPageIconFile</key>
    <string>ProductPageIcon.icns</string>
</dict>
</plist>
sapperlott commented 2 years ago

I can confirm the SHA1 checksum but the build number should be 20G224 - DTSDKBuild is not the right place to look.

wangyanxi commented 2 years ago

I can confirm the SHA1 checksum but the build number should be 20G224 - DTSDKBuild is not the right place to look.

The version from "About This Mac" after I installed this version.

image

wangyanxi commented 2 years ago

Changed version from 20G223 -> 20G224