mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
macos_installer_handler.py: Publish supported models
This commit is contained in:
@@ -397,7 +397,8 @@ class RemoteInstallerCatalog:
|
|||||||
"integrity": integrity,
|
"integrity": integrity,
|
||||||
"Source": "Apple Inc.",
|
"Source": "Apple Inc.",
|
||||||
"Variant": catalog_url,
|
"Variant": catalog_url,
|
||||||
"OS": os_data.os_conversion.os_to_kernel(version)
|
"OS": os_data.os_conversion.os_to_kernel(version),
|
||||||
|
"Models": build_plist["MobileAssetProperties"]["SupportedDeviceModels"],
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user