Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ios-settings-urls

A collection of iOS Settings URLs.
- [The full list](/settings-urls.md).

A collection of iOS Settings URLs. My take on the great work this forked from. Until further notice, all the pronouns after this point are referring to the author of the repository that this was forked from.

From my post on [r/shortcuts](https://www.reddit.com/r/shortcuts): https://www.reddit.com/r/shortcuts/comments/i9rjbh/an_updated_list_of_settings_urls/

Expand Down Expand Up @@ -37,7 +39,7 @@ As this list was built primarily for Shortcuts users, all URLs presented here us

## Contributing

If you find any URLs that are not included in this list or don't work for you, issues and/or pull requests are welcomed.
If you find any URLs that are not included in this list or don't work for you, issues and/or pull requests are welcomed. When creating issues, please remember to include the device you are using as well as the operating system version. Since the JSON list is generated from the Markdown file, please make any additions to the Markdown file and the changes will propogate to the JSON list.

~~I also respond to comments on the original Reddit post.~~ **Update:** As of 2021-02-10, the post is 180 days old and is therefore archived. No further comments can be made there, and as it is approaching the character limit for Reddit posts anyway, I have ceased updating it. All future edits will only be made in this repository, not on the post.

Expand Down
7 changes: 6 additions & 1 deletion settings-urls.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- iCloud → Find My: `prefs:root=APPLE_ACCOUNT&path=LOCATION_SHARING`
- iCloud → Family Sharing: `prefs:root=APPLE_ACCOUNT&path=FAMILY`
- iCloud → Hide My Email: `prefs:root=APPLE_ACCOUNT&path=ICLOUD_SERVICE/PRIVATE_EMAIL_MANAGE`
- iCloud → Mail → iCloud Mail Rules: `prefs:root=APPLE_ACCOUNT&path=ICLOUD_SERVICE/com.apple.Dataclass.Mail/SERVER_SIDE_RULES` (16Pro,iOS18)
- Wi-Fi: `prefs:root=WIFI`
- Bluetooth: `prefs:root=Bluetooth`
- Cellular → (root): `prefs:root=MOBILE_DATA_SETTINGS_ID`
Expand Down Expand Up @@ -165,6 +166,8 @@
- Accessibility → Switch Control → (root): `prefs:root=ACCESSIBILITY&path=ScannerSwitchTitle`
- Accessibility → Switch Control → Switches → (root): `prefs:root=ACCESSIBILITY&path=ScannerSwitchTitle/SwitchesIdentifier`
- Accessibility → Switch Control → Switches → Bluetooth Devices…: `prefs:root=ACCESSIBILITY&path=ScannerSwitchTitle/SwitchesIdentifier/BluetoothDevicesIdentifier`
- Accessibility → Switch Control → Recipes → (root): `prefs:root=ACCESSIBILITY&path=ScannerSwitchTitle/RecipesIdentifier` ([16pro;iOS18.1])
- Accessibility → Switch Control → Recipes → Launch Recipe: `prefs:root=ACCESSIBILITY&path=ScannerSwitchTitle/RecipesIdentifier/LaunchRecipe` ([16pro;iOS18.1])
- Accessibility → Switch Control → Scanning Style: `prefs:root=ACCESSIBILITY&path=ScannerSwitchTitle/Scanning%20Style`
- Accessibility → Switch Control → Pause on First Item: `prefs:root=ACCESSIBILITY&path=ScannerSwitchTitle/Pause%20on%20First%20Item`
- Accessibility → Switch Control → Move Repeat: `prefs:root=ACCESSIBILITY&path=ScannerSwitchTitle/Move%20Repeat`
Expand Down Expand Up @@ -222,7 +225,9 @@
- Emergency SOS: `prefs:root=EMERGENCY_SOS`
- Exposure Notifications: `prefs:root=EXPOSURE_NOTIFICATION`
- Battery → (root): `prefs:root=BATTERY_USAGE`
- Battery → Battery Health: `prefs:root=BATTERY_USAGE&path=BATTERY_HEALTH`
- Battery → Battery Health: `prefs:root=BATTERY_USAGE&path=BATTERY_HEALTH_TITLE` ([16pro;iOS18.1])
- Battery → Battery Health: `prefs:root=BATTERY_USAGE&path=BATTERY_HEALTH` ([earlier versions])
- Battery → Charging: `prefs:root=BATTERY_USAGE&path=CHARGING_OPTIONS_IDENTIFIER` ([16pro;iOS18.1])
- Privacy → (root): `prefs:root=Privacy`
- Privacy → Location Services → (root): `prefs:root=Privacy&path=LOCATION`
- Privacy → Location Services → Share My Location → (root): `prefs:root=Privacy&path=LOCATION/LOCATION_SHARING`
Expand Down