Skip to content

Commit

Permalink
mobile_config: add new SkipKeys to support iOS 18.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnNEDoMini authored Nov 20, 2024
1 parent b2b7b9d commit 0222f91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pymobiledevice3/services/mobile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@ def supervise(self, organization: str, keybag_file: Path) -> None:
'PreferredLang',
'OnboardingSubtitle',
'AppleTVSubtitle',
'Intelligence'
'Intelligence',
'WebContentFiltering',
'CameraButton'
],
'SupervisorHostCertificates': [
public_key
Expand Down

0 comments on commit 0222f91

Please sign in to comment.