Skip to content

Commit

Permalink
Merge pull request #1184 from doronz88/bugfix/supervise-missing-keys
Browse files Browse the repository at this point in the history
mobile_config: add missing keys for supervision
  • Loading branch information
doronz88 authored Sep 4, 2024
2 parents 69afeb7 + 35eca81 commit 798bba2
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion pymobiledevice3/services/mobile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,38 @@ def supervise(self, organization: str, keybag_file: Path) -> None:
'Welcome',
'Appearance',
'RestoreCompleted',
'UpdateCompleted'
'UpdateCompleted',
'WiFi',
'Display',
'Tone',
'LanguageAndLocale',
'TouchID',
'TrueToneDisplay',
'FileVault',
'iCloudStorage',
'iCloudDiagnostics',
'Registration',
'DeviceToDeviceMigration',
'UnlockWithWatch',
'Accessibility',
'All',
'ExpressLanguage',
'Language',
'N/A',
'Region',
'Avatar',
'DeviceProtection',
'Key',
'LockdownMode',
'Wallpaper',
'PrivacySubtitle',
'SecuritySubtitle',
'DataSubtitle',
'AppleIDSubtitle',
'AppearanceSubtitle',
'PreferredLang',
'OnboardingSubtitle',
'AppleTVSubtitle',
],
'SupervisorHostCertificates': [
public_key
Expand Down

0 comments on commit 798bba2

Please sign in to comment.