Browse Apple Developer topics

Presents a list of categories from Apple’s developer pages, then reformats the option of your choosing into the URL for that category and opens it.

Scripting Actions

shortcuts-action-icon-text.webp
Text
Passes the specified text to the next action.
shortcuts-action-icon-split-text.webp
Split Text
Separates text passed into the action into a list.
shortcuts-action-icon-choose-from-list.webp
Choose from List
Presents a menu of the items passed as input to the action and outputs the user’s selection. Prompt The instruction provided when the list is presented. Select Multiple When enabled, multiple items may be chosen from the list.
shortcuts-action-icon-replace-text.webp
Replace Text
Replaces some text passed into the action with other text.
action-icon-change-case.webp
Change Case
Changes the case of the text passed into the action to UPPERCASE, lowercase, or Title Case.
shortcuts-action-icon-url.webp
URL
Passes the specified URL to the next action.
shortcuts-action-icon-open-urls.webp
Open URLs
Opens URLs passed into the action in Safari (or the corresponding app if it’s a deep link).

Extra Details

Link to Run Shortcut
shortcuts://run-shortcut?name=Browse%20Apple%20Developer%20topics
Link to Open Shortcut
shortcuts://open-shortcut?name=Browse%20Apple%20Developer%20topics
AppleScript code
tell application “Shortcuts Events” run shortcut “Browse Apple Developer topics” end tell

More From This Folder

Copy link at timestamp

Utilizes AppleScript to open the Developer and press Command + Shift + Option + C to copy the URL of the current session at your specific timestamp to your clipboard, so you can jump back to that moment at any time.

Get Shortcut »

Scrape session titles

For a given list of Apple Developer session URLs, this will iterate through each, grabbing the name of the webpage, cleaning it up, and reformatting it into a Markdown list before copying that to your clipboard.

Get Shortcut »

Open Developer TV

Opens the Apple Developer app for Apple TV so you can view bookmarks, browse presentations, and search for topics. When run from Mac, maximizes the window to Full Screen.

Get Shortcut »

More From The Library

Open Health settings

Opens the Settings app to the Health section to let you change your Health Details and Medical ID information, plus Data Access and Devices, Health Records, and Health Checklist.

Get Shortcut »

Show my podcast subscribers

Opens to the Subscribers tab of the Transistor website for your podcast where you can see total listeners, how many remaining you have in your plan, manage subscribers, and share an invite link.

Get Shortcut »


Get way deeper into Shortcuts – become a member.

Browse more