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": [ ],