Created
July 30, 2023 04:26
-
-
Save owen800q/1a6090a8e00c0257a492d5232a57ed98 to your computer and use it in GitHub Desktop.
IOS setting paths
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"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