Open cross-platform app

Template for shortcut that performs different steps on different platforms for a universal app.

Actions

shortcuts-action-icon-if.webp
If
Tests if a condition is true, and if so, runs the actions inside. Otherwise, the actions under “Otherwise” are run.
shortcuts-action-icon-text.webp
Text
Passes the specified text to the next action.
shortcuts-action-icon-run-shortcut.webp
Run Shortcut
Run an shortcut from your shortcut.
shortcuts-action-icon-open-app.webp
Open App
Opens the specified app.

More From This Folder

Extra Details

Link to Run Shortcut
shortcuts://run-shortcut?name=Open%20cross-platform%20app
Link to Open Shortcut
shortcuts://open-shortcut?name=Open%20cross-platform%20app
AppleScript code
tell application “Shortcuts Events” run shortcut “Open cross-platform app” end tell

More From The Library

Start Multiple Timers

Starts two pre-set timers at once, each for different lengths. This version is a pomodoro timer, set to go off at 20 minutes for a break and again 5 minutes after to get back to work.

Get Shortcut »


Get way deeper into Shortcuts – become a member.

Browse more