How to check the build number of the link to the pkg file
http://swcdn.apple.com/content/down...vkboeft8qt2i3aclr5bx1e6p/InstallAssistant.pkg - apart from actually downloading the whole thing and installing it? ....
Method 1 - use the pkm file
Just replace the g at the end with m and download the pkm file instead.
Open with textedit or something similar and you will see
<?xml version="1.0" encoding="utf-8"?><pkg-info identifier="com.apple.pkg.InstallAssistant.macOSVentura" postinstall-action="none"
version="22.0.380" format-version="2" auth="root" generator-version="IASUProductGenerator-22" relocatable="true" useHFSPlusCompression="true" overwrite-permissions="true"><payload numberOfFiles="1010" installKBytes="39049"></payload><bundle path="./Applications/Install macOS Ventura.app" CFBundleShortVersionString="18.0.02" CFBundleVersion="18002" SourceVersion="1807000000000000" id="com.apple.InstallAssistant.macOSVentura"></bundle><bundle-version></bundle-version><upgrade-bundle><bundle id="com.apple.InstallAssistant.macOSVentura"></bundle></upgrade-bundle><update-bundle></update-bundle><atomic-update-bundle></atomic-update-bundle><strict-identifier></strict-identifier><relocate></relocate><scripts><postinstall file="./postinstall.sh" component-id="com.apple.InstallAssistant.macOSVentura"></postinstall></scripts></pkg-info>
My red 22.0.380 means it is build 22A380.
Method 2 - use the product id number
You will see in the link itself
swcdn.apple.com/content/downloads/25/16/
012-92138-A_KGGGN26YQB/d0kr042ixfvkboeft8qt2i3aclr5bx1e6p/InstallAssistant.pkg
the number 012-92138. That is the product id.
Open mds and it lists all these
So you can see that product id 012-92138 corresponds to build 22A380