From 3f2f1e89c969a0cf48a7faf6b095acf533edf6b8 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Sun, 4 Jun 2023 13:36:49 -0600 Subject: [PATCH] macos_installer_handler.py: Publish supported models --- resources/macos_installer_handler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/macos_installer_handler.py b/resources/macos_installer_handler.py index 16b4080a2..c73034ef1 100644 --- a/resources/macos_installer_handler.py +++ b/resources/macos_installer_handler.py @@ -397,7 +397,8 @@ class RemoteInstallerCatalog: "integrity": integrity, "Source": "Apple Inc.", "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"], } })