Skip to content

Instantly share code, notes, and snippets.

@owen800q
Created July 30, 2023 04:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owen800q/1a6090a8e00c0257a492d5232a57ed98 to your computer and use it in GitHub Desktop.
Save owen800q/1a6090a8e00c0257a492d5232a57ed98 to your computer and use it in GitHub Desktop.
IOS setting paths
[
"about": "App-prefs:General&path=About",
"autoLock": "App-prefs:General&path=AUTOLOCK",
"bluetooth": "App-prefs:Bluetooth",
"dateTime": "App-prefs:General&path=DATE_AND_TIME",
"facetime": "App-prefs:FACETIME",
"general": "App-prefs:General",
"keyboard": "App-prefs:General&path=Keyboard",
"iCloud": "App-prefs:CASTLE",
"iCloudStorageBackup": "App-prefs:CASTLE&path=STORAGE_AND_BACKUP",
"international": "App-prefs:General&path=INTERNATIONAL",
"locationServices": "App-prefs:Privacy&path=LOCATION",
"music": "App-prefs:MUSIC",
"notes": "App-prefs:NOTES",
"notifications": "App-prefs:NOTIFICATIONS_ID",
"phone": "App-prefs:Phone",
"photos": "App-prefs:Photos",
"managedConfigurationList": "App-prefs:General&path=ManagedConfigurationList",
"reset": "App-prefs:General&path=Reset",
"ringtone": "App-prefs:Sounds&path=Ringtone",
"sounds": "App-prefs:Sounds",
"softwareUpdate": "App-prefs:General&path=SOFTWARE_UPDATE_LINK",
"store": "App-prefs:STORE",
"tracking": "App-prefs:Privacy&path=USER_TRACKING",
"wallpaper": "App-prefs:Wallpaper",
"wifi": "App-prefs:WIFI",
"tethering": "App-prefs:INTERNET_TETHERING",
"doNotDisturb": "App-prefs:DO_NOT_DISTURB"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment