From ebe21d1109b1f5e166d7f77cc4505e69c0e356da Mon Sep 17 00:00:00 2001 From: Gui Rambo Date: Wed, 10 Jun 2026 12:58:40 -0300 Subject: [PATCH] Declare Skip Setup Assistant feature in catalog --- data/ipsws_v2.json | 9 ++++++++- data/linux_v2.json | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/data/ipsws_v2.json b/data/ipsws_v2.json index bf9d2597..cd7e6227 100644 --- a/data/ipsws_v2.json +++ b/data/ipsws_v2.json @@ -73,7 +73,14 @@ "minVersionHost" : "14.0.0", "name" : "Rosetta Sharing", "unsupportedPlatform" : true - } + }, + { + "id": "provisioning", + "minVersionGuest": "27.0.0", + "minVersionHost": "27.0.0", + "name": "Skip Setup Assistant", + "unsupportedPlatform": false + } ], "groups" : [ { diff --git a/data/linux_v2.json b/data/linux_v2.json index fab347a7..90fbfb82 100644 --- a/data/linux_v2.json +++ b/data/linux_v2.json @@ -69,7 +69,14 @@ "minVersionHost" : "14.0.0", "name" : "Rosetta Sharing", "unsupportedPlatform" : false - } + }, + { + "id": "provisioning", + "minVersionGuest": "0.0.0", + "minVersionHost": "27.0.0", + "name": "Skip Setup Assistant", + "unsupportedPlatform": true + } ], "deviceSupportVersions": [ ],