Skip to content

Commit 5cd5f08

Browse files
authored
Merge pull request #1413 from doronz88/bugfix/ios26-additional-skipkeys
mobile_config: Update `SkipSetup` to iOS 26
2 parents 5dda0c6 + 5356aec commit 5cd5f08

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pymobiledevice3/services/mobile_config.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,12 @@ def supervise(self, organization: str, keybag_file: Path) -> None:
252252
'AppleTVSubtitle',
253253
'Intelligence',
254254
'WebContentFiltering',
255-
'CameraButton'
255+
'CameraButton',
256+
'AdditionalPrivacySettings',
257+
'EnableLockdownMode',
258+
'OSShowcase',
259+
'SafetyAndHandling',
260+
'Tips',
256261
],
257262
'SupervisorHostCertificates': [
258263
public_key

0 commit comments

Comments
 (0)