shortcuts-playground 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +54 -0
- package/agents/shortcut-builder.md +172 -0
- package/agents/shortcut-remixer.md +239 -0
- package/commands/build-shortcut.md +32 -0
- package/commands/remix-shortcut.md +34 -0
- package/opencode.json +30 -0
- package/package.json +47 -0
- package/plugin/validator.ts +179 -0
- package/skills/shortcuts-playground/ACTIONS.md +713 -0
- package/skills/shortcuts-playground/APPINTENTS.md +2760 -0
- package/skills/shortcuts-playground/AUTOMATION_TRIGGERS.md +133 -0
- package/skills/shortcuts-playground/BEST_PRACTICES.md +357 -0
- package/skills/shortcuts-playground/CHANGELOG.md +585 -0
- package/skills/shortcuts-playground/CONTROL_FLOW.md +777 -0
- package/skills/shortcuts-playground/DATE_TIME.md +75 -0
- package/skills/shortcuts-playground/EXAMPLES.md +738 -0
- package/skills/shortcuts-playground/FILTERS.md +697 -0
- package/skills/shortcuts-playground/HEALTHKIT.md +317 -0
- package/skills/shortcuts-playground/ICONS_AND_COLORS.md +89 -0
- package/skills/shortcuts-playground/JAVASCRIPT_WEBPAGE.md +51 -0
- package/skills/shortcuts-playground/PARAMETER_TYPES.md +1117 -0
- package/skills/shortcuts-playground/PLIST_FORMAT.md +296 -0
- package/skills/shortcuts-playground/README.md +77 -0
- package/skills/shortcuts-playground/SKILL.md +459 -0
- package/skills/shortcuts-playground/THIRD_PARTY_ACTIONS.md +77 -0
- package/skills/shortcuts-playground/TOOLKIT_SNAPSHOT.md +62 -0
- package/skills/shortcuts-playground/URL_SCHEMES.md +59 -0
- package/skills/shortcuts-playground/VARIABLES.md +569 -0
- package/skills/shortcuts-playground/assets/shortcuts-small.svg +14 -0
- package/skills/shortcuts-playground/assets/shortcuts.png +0 -0
- package/skills/shortcuts-playground/data/healthkit-ios26.2-reference.json +2603 -0
- package/skills/shortcuts-playground/data/macos27-shortpy-grounding.json +4085 -0
- package/skills/shortcuts-playground/data/macos27-workflow-trigger-samples.json +1 -0
- package/skills/shortcuts-playground/data/shortcuts-glyph-synonyms.json +5102 -0
- package/skills/shortcuts-playground/data/shortcuts-icon-colors.json +107 -0
- package/skills/shortcuts-playground/data/shortcuts-official-glyph-mapping.json +509 -0
- package/skills/shortcuts-playground/data/toolkit-v63-tool-ids.json +1806 -0
- package/skills/shortcuts-playground/data/toolkit-v78-first-party-enum-cases.json +1 -0
- package/skills/shortcuts-playground/data/toolkit-v78-first-party-parameter-keys.json +1 -0
- package/skills/shortcuts-playground/data/toolkit-v78-ios27-tool-ids.json +1222 -0
- package/skills/shortcuts-playground/data/toolkit-v78-tool-ids.json +2745 -0
- package/skills/shortcuts-playground/data/toolkit-v78-trigger-parameter-keys.json +1051 -0
- package/skills/shortcuts-playground/golden-shortcuts/index.jsonl +19 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/1be4dde95b794253bf82438e201b33e7.xml +174 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/2e0fb675e45948aaacee7e534f910492.xml +1016 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/332c12a0060043b388b22b806be7ab58.xml +1924 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/3dd4ee24e43f464f92adaa70a0311eaa.xml +1177 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/4d102301c6e646faa7a8a221f4f4ec98.xml +321 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/51cc4e26d1044893a0c3f2f3630cf2d2.xml +1933 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/623e7f1ca5f948e2bd53811fec63e544.xml +136 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/6a18b76843ac45c384ac3400f3740997.xml +1791 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/71f0cacb0f604b399b76c5dcb7286e7c.xml +2228 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/807525ed9f974829bc8494defac923a8.xml +259 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/8ab0d39826ab4249be58672763caa3ba.xml +420 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/91c45fd3fd3b427897d9ba485efb1227.xml +800 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/97be626bb25c41709d175646a7f6d8f2.xml +424 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/ae59e10d409348f9bd33894f03f9beb4.xml +568 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/afa83b6be811483b9c32189c41eb9312.xml +391 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/cfdb083b857e4ac189629fa386d27cdc.xml +193 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/e01cebe192d64b2fbca80204d03d92ab.xml +111 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/ef669bcf8bad489d9ef4b88bfaf5772f.xml +780 -0
- package/skills/shortcuts-playground/golden-shortcuts/xml/f44f5caf5e3e48d4817e73af450c4404.xml +570 -0
- package/skills/shortcuts-playground/scripts/generate_healthkit_reference.py +394 -0
- package/skills/shortcuts-playground/scripts/lookup_action_grounding.py +1164 -0
- package/skills/shortcuts-playground/scripts/select_shortcut_icon_color.py +597 -0
- package/skills/shortcuts-playground/scripts/test_random_mixed_shortcuts.py +1067 -0
- package/skills/shortcuts-playground/scripts/test_wiring_regressions.py +2247 -0
- package/skills/shortcuts-playground/scripts/validate_shortcut.py +4526 -0
|
@@ -0,0 +1,2760 @@
|
|
|
1
|
+
# AppIntents Reference
|
|
2
|
+
|
|
3
|
+
Complete catalog of all 1632 first-party AppIntent actions from macOS ToolKit v63 and backups.
|
|
4
|
+
|
|
5
|
+
OS 27 ToolKit v78 snapshots add more AppIntent, Siri intent, and flow-tool identifiers to the packaged validator allowlist. Those v78 identifiers are validation coverage only unless their schemas are documented here, in another reference file, or in a golden/exported XML sample.
|
|
6
|
+
|
|
7
|
+
The packaged `data/toolkit-v78-first-party-parameter-keys.json` file adds a broader **parameter-key coverage tier** for OS 27 exploration: 2,585 first-party `com.apple.*` and `is.workflow.actions.*` ToolKit rows from local macOS 27 and iOS 27 Simulator databases, with platform labels, Python names, tool types, parameter keys, localized parameter names, sort order, flags, boolean labels, type names, and per-parameter platform provenance. `data/toolkit-v78-first-party-enum-cases.json` adds concrete enum cases for the referenced action and automation-trigger parameter type names. Both files intentionally omit Apple descriptions and do not prove that an action is authoring-safe. `scripts/lookup_action_grounding.py` uses these snapshots as fallbacks when an action is allowlisted but absent from the curated Shortpy grounding catalog. It emits separate notes for action availability, OS 27-era parameter metadata, enum cases, one-sided action provenance, and target-filtered parameter summaries when individual fields exist only on macOS 27 or only in the iOS 27 Simulator ToolKit.
|
|
8
|
+
|
|
9
|
+
## AppIntents vs WF*Actions
|
|
10
|
+
|
|
11
|
+
| Aspect | WF*Actions | AppIntents |
|
|
12
|
+
|--------|-----------|------------|
|
|
13
|
+
| Identifier format | `is.workflow.actions.*` | Full ID (e.g., `com.apple.systempreferences.OpenAboutSettingsStaticDeepLinks`) |
|
|
14
|
+
| Origin | Legacy Shortcuts (pre-iOS 16) | App Intents framework (iOS 16+) |
|
|
15
|
+
| Invocation | Direct identifier in action | Direct identifier in `WFWorkflowActionIdentifier` (with AppIntentDescriptor) |
|
|
16
|
+
| Scope | Core shortcut actions | System integrations, deep links, app extensions |
|
|
17
|
+
|
|
18
|
+
## Platform Availability
|
|
19
|
+
|
|
20
|
+
**The AppIntents listed below come from the macOS ToolKit v63 snapshot, but platform support is NOT uniform.** An AppIntent that appears in this catalog may be:
|
|
21
|
+
|
|
22
|
+
- **Universal** — available on both iOS/iPadOS and macOS (most settings deep-links from apps that exist on both platforms).
|
|
23
|
+
- **macOS-only** — system-preferences deep-links for panes that exist only in `System Settings.app` on the Mac.
|
|
24
|
+
- **iOS-only** — deep-links that open destinations inside the iOS Shortcuts app, iOS Settings, or iOS-exclusive apps. These will silently fail or return errors at runtime on macOS even if the XML validates.
|
|
25
|
+
|
|
26
|
+
**When a shortcut is intended to run on macOS, prefer the macOS-native equivalent or a universal Shortcuts action over a platform-specific AppIntent.** There is no compile-time check — the Shortcuts app accepts the plist on either platform and only reveals the mismatch at runtime.
|
|
27
|
+
|
|
28
|
+
### Known iOS-only AppIntents (non-exhaustive)
|
|
29
|
+
|
|
30
|
+
Do **not** use these when targeting macOS:
|
|
31
|
+
|
|
32
|
+
| Identifier | Title | Notes |
|
|
33
|
+
|------------|-------|-------|
|
|
34
|
+
| `com.apple.shortcuts.OpenShortcutsStaticDeepLinks` | Open Shortcuts Settings | iOS-only — the Shortcuts app has no "Settings" pane on macOS. Use `com.apple.systempreferences.*` for Mac system-settings deep-links instead. |
|
|
35
|
+
|
|
36
|
+
If you hit a runtime failure on macOS for an intent that validated cleanly, assume platform mismatch first. Add the failing identifier to the table above (with a short note) so the next build avoids it.
|
|
37
|
+
|
|
38
|
+
## OS 26 to 27 ToolKit Updates
|
|
39
|
+
|
|
40
|
+
The Automators OS 26 to 27 thread published a useful delta list on June 12-13, 2026. The identifiers below were cross-checked against local macOS 27 ToolKit v78 and, where noted, a hydrated iOS 27.0 Simulator ToolKit v78 database.
|
|
41
|
+
|
|
42
|
+
These entries document authoring metadata. They do not prove runtime availability on every platform; use the macOS/iOS notes when choosing actions.
|
|
43
|
+
|
|
44
|
+
| Display Name | Identifier | Source | Observed Parameters |
|
|
45
|
+
|--------------|------------|--------|---------------------|
|
|
46
|
+
| Set Battery Charge Limit | `com.apple.ShortcutsActions.SetBatteryChargeLimitAction` | macOS 27 v78 + iOS 27 Simulator v78 | `limit`, `setUntilTomorrow`; Automators reports this was added in OS 26.4. |
|
|
47
|
+
| Get Multitasking Mode | `com.apple.ShortcutsActions.GetMultitaskingModeAction` | macOS 27 v78 + iOS 27 Simulator v78 | none; Automators reports this was added in OS 26.4. |
|
|
48
|
+
| Set Multitasking Mode | `com.apple.ShortcutsActions.SetMultitaskingModeAction` | macOS 27 v78 + iOS 27 Simulator v78; exported Stage Manager automation sample | `mode`, `automaticallyShowAndHideDock`, `showRecentApps`; mode cases are `fullScreenApps`, `stageManager`, `windowedApps`. Apple may serialize `mode` as an AppEnum-style dictionary with `identifier`/`value` plus localized `title`/`subtitle`; accept that shape as well as a bare literal. |
|
|
49
|
+
| Share and Collaborate | `com.apple.sociallayerd.CollaborationIntent` | macOS 27 v78 + iOS 27 Simulator v78 | `recipients` |
|
|
50
|
+
| Share | `com.apple.SharingUIService.ShareIntent` | iOS 27 Simulator v78 | `shareTransport`, `recipients`, `mode`, `content` |
|
|
51
|
+
| Create Note | `com.apple.mobilenotes.SharingExtension` | macOS 27 v78 | `name`, `contents`, `folder`, `interpretAsMarkdown`, `OpenWhenRun` |
|
|
52
|
+
| Create Tab Group | `com.apple.Safari.CreateNewTabGroup` / `com.apple.mobilesafari.CreateNewTabGroup` | macOS 27 v78 + iOS 27 Simulator v78 | `contents`, `name`; `contents` accepts URLs or Safari tab entities |
|
|
53
|
+
| Set Appearance on Apple TV | `com.apple.TVRemoteUIService.ToggleSystemAppearanceIntent` | macOS 27 v78 + iOS 27 Simulator v78 | `device`, `appearanceToggle`, `ShowWhenRun`; `appearanceToggle` cases are `light` and `dark`. Renamed from **Set Light/Dark Mode**. |
|
|
54
|
+
| Open Inbox | `com.apple.MobileSMS.ChangeFilterModeIntent` | macOS 27 v78 + iOS 27 Simulator v78 | `filterMode` |
|
|
55
|
+
| Delete Conversations | `com.apple.MobileSMS.DeleteConversationIntent` | macOS 27 v78 + iOS 27 Simulator v78 | `entities` |
|
|
56
|
+
| Delete Messages | `com.apple.MobileSMS.DeleteMessageIntent` | macOS 27 v78 + iOS 27 Simulator v78 | `entities`, `WFLinkMessagesEntityVariablePickerKey` |
|
|
57
|
+
| Mark as Read | `com.apple.MobileSMS.MarkConversationAsUnreadIntent` | macOS 27 v78 + iOS 27 Simulator v78 | `operation`, `conversation`, `unreadState`, `OpenWhenRun` |
|
|
58
|
+
| Search in Messages | `com.apple.MobileSMS.SearchMessagesIntent` | macOS 27 v78 + iOS 27 Simulator v78 | `criteria` |
|
|
59
|
+
| Send Tapback | `com.apple.MobileSMS.SendMessageReactionIntent` | macOS 27 v78 + iOS 27 Simulator v78 | `message`, `reaction`, `WFLinkMessagesEntityVariablePickerKey`; `reaction` cases are `2000` Love, `2001` Like, `2002` Dislike, `2003` Laugh At, `2004` Emphasize, `2005` Question. |
|
|
60
|
+
| Find Message (Messages) | `com.apple.MobileSMS.MessageEntity` | macOS 27 v78 + iOS 27 Simulator v78 | `WFContentItemFilter`, `WFContentItemSortProperty`, `WFContentItemSortOrder`, `WFContentItemLimitEnabled`, `WFContentItemLimitNumber`, `WFCompoundType`, `WFContentItemInputParameter` |
|
|
61
|
+
| Find Album | `com.apple.Photos.AlbumEntity` / `com.apple.mobileslideshow.AlbumEntity` | macOS 27 v78 + iOS 27 Simulator v78 | `WFContentItemFilter`, `WFContentItemSortProperty`, `WFContentItemSortOrder`, `WFContentItemLimitEnabled`, `WFContentItemLimitNumber`, `WFCompoundType`, `WFContentItemInputParameter` |
|
|
62
|
+
| Search | `com.apple.Photos.PhotosSearchAssistantIntent` / `com.apple.mobileslideshow.PhotosSearchAssistantIntent` | macOS 27 v78 + iOS 27 Simulator v78 | `criteria`; renamed from **Search Photos** in the Automators OS 26.4 delta. |
|
|
63
|
+
| Auto Enhance Photo | `com.apple.Photos.EnhanceIntent` / `com.apple.mobileslideshow.EnhanceIntent` | macOS 27 v78 + iOS 27 Simulator v78 | `assets`, `enabled` |
|
|
64
|
+
| Favorite Photos | `com.apple.Photos.FavoriteAssetsIntent` / `com.apple.mobileslideshow.FavoriteAssetsIntent` | macOS 27 v78 + iOS 27 Simulator v78 | `assets`, `action`; action cases are `favorite` and `unfavorite`. |
|
|
65
|
+
| Open Photo | `com.apple.Photos.OpenAssetIntent` / `com.apple.mobileslideshow.OpenAssetIntent` | macOS 27 v78 + iOS 27 Simulator v78 | `target` |
|
|
66
|
+
| Hide Photos | `com.apple.Photos.HideAssetsIntent` / `com.apple.mobileslideshow.HideAssetsIntent` | macOS 27 v78 + iOS 27 Simulator v78 | `assets`, `action`; action cases are `hide` and `unhide`. |
|
|
67
|
+
| Delete Albums | `com.apple.Photos.DeleteAlbumsIntent` / `com.apple.mobileslideshow.DeleteAlbumsIntent` | macOS 27 v78 + iOS 27 Simulator v78 | `entities` |
|
|
68
|
+
| Delete Albums | `com.apple.Photos.PhotosDeleteAlbumsAssistantIntent` / `com.apple.mobileslideshow.PhotosDeleteAlbumsAssistantIntent` | macOS 27 v78 + iOS 27 Simulator v78 | `entities` |
|
|
69
|
+
| Find Message (Mail) | `com.apple.mail.MailMessage` / `com.apple.mail.MailMessageEntity` | macOS 27 v78 | `WFContentItemFilter`, `WFContentItemSortProperty`, `WFContentItemSortOrder`, `WFContentItemLimitEnabled`, `WFContentItemLimitNumber`, `WFCompoundType`, `WFContentItemInputParameter` |
|
|
70
|
+
| Create Group | `com.apple.reminders.CreateGroupAppIntent` | macOS 27 v78 | `name`, `lists` |
|
|
71
|
+
| Create Section | `com.apple.reminders.CreateSectionAppIntent` | macOS 27 v78 | `list`, `name`, `OpenWhenRun` |
|
|
72
|
+
| Edit List | `com.apple.reminders.ListEntity-UpdatableEntity` | macOS 27 v78 | `badge`, `color`, `entity`, `parent` |
|
|
73
|
+
| Delete Lists | `com.apple.reminders.DeleteListsAppIntent` | macOS 27 v78 | `entities` |
|
|
74
|
+
| Delete Groups | `com.apple.reminders.DeleteRemindersListGroupsAppIntent` | macOS 27 v78 | `entities`, `deleteSublists` |
|
|
75
|
+
| Delete Sections | `com.apple.reminders.DeleteSectionsAppIntent` | macOS 27 v78 | `entities` |
|
|
76
|
+
| Open VPN Settings | `com.apple.systempreferences.OpenVPNDeepLink` | macOS 27 v78 | none |
|
|
77
|
+
| Get Current VPN | `com.apple.systempreferences.CurrentlyConnectedVPN` | macOS 27 v78 | `WFContentItemFilter`, `WFContentItemSortProperty`, `WFContentItemSortOrder`, `WFContentItemLimitEnabled`, `WFContentItemLimitNumber`, `WFCompoundType`, `WFContentItemInputParameter` |
|
|
78
|
+
| Update Current VPN | `com.apple.systempreferences.CurrentlyConnectedVPN-UpdatableEntity` | macOS 27 v78 | `entity`, `value` |
|
|
79
|
+
| Update VPN Connect On Demand | `com.apple.systempreferences.VPNConfigurationEntity-UpdatableEntity` | macOS 27 v78 | `connectOnDemand`, `entity` |
|
|
80
|
+
| Open Accessibility Switch Control Settings | `com.apple.systempreferences.OpenAccessibilitySwitchControlStaticDeepLinks` | macOS 27 v78 | `target`; `switchControlSwitches` opens the Switches pane |
|
|
81
|
+
| Set Switch Control | `com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSwitchControlIntent` | macOS 27 v78 | `operation`, `state`, `ShowWhenRun` |
|
|
82
|
+
| Get Switch Control | `com.apple.systempreferences.AxFeatureSwitchcontrolEntity` | macOS 27 v78 | `WFContentItemFilter`, `WFContentItemSortProperty`, `WFContentItemSortOrder`, `WFContentItemLimitEnabled`, `WFContentItemLimitNumber`, `WFCompoundType`, `WFContentItemInputParameter` |
|
|
83
|
+
| Update Switch Control | `com.apple.systempreferences.AxFeatureSwitchcontrolEntity-UpdatableEntity` | macOS 27 v78 | `entity`, `value` |
|
|
84
|
+
| Set Motion Cues | `com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMotionCuesIntent` | macOS 27 v78 | `operation`, `state`, `ShowWhenRun` |
|
|
85
|
+
| Get Vehicle Motion Cues | `com.apple.systempreferences.AxMotionCuesEnabledEntity` | macOS 27 v78 | `WFContentItemFilter`, `WFContentItemSortProperty`, `WFContentItemSortOrder`, `WFContentItemLimitEnabled`, `WFContentItemLimitNumber`, `WFCompoundType`, `WFContentItemInputParameter` |
|
|
86
|
+
| Update Vehicle Motion Cues | `com.apple.systempreferences.AxMotionCuesEnabledEntity-UpdatableEntity` | macOS 27 v78 | `entity`, `value` |
|
|
87
|
+
| Adjust Hearing Device Volume | `com.apple.HearingApp.AdjustVolumeIntent` | iOS 27 runtime metadata + Simulator v78 | `direction` (`VolumeDirection`: Increase/Decrease), `ear` (`HearingEarSelection`: Left/Right/Both) |
|
|
88
|
+
| Mute Hearing Device Volume | `com.apple.HearingApp.MuteVolumeIntent` | iOS 27 Simulator v78 | none |
|
|
89
|
+
| Select Hearing Device Preset | `com.apple.HearingApp.SelectPresetIntent` | iOS 27 runtime metadata + Simulator v78 | `presetName`, `ear` (`HearingEarSelection`: Left/Right/Both) |
|
|
90
|
+
|
|
91
|
+
Messages metadata notes: `Open Inbox` exposes `filterMode` as a numeric enum from the local ToolKit database; observed titles include **Unknown Senders**, **All Transactions**, **All Promotions**, **Spam**, **Recently Deleted**, **Unread**, and **Send Later**, but several numeric cases are all localized as **Messages**, so prefer exported samples before hard-coding those ambiguous values. `Mark as Read` uses `operation` cases `mark` / `toggle`, `unreadState` is a boolean rendered as **Unread** / **Read**, and `OpenWhenRun` is a standard boolean. `Find Message (Messages)` sort properties are `isRead`, `body`, `subject`, `date`, and `Random`; `WFCompoundType` uses `0` (**Any**) / `1` (**All**) and `WFContentItemInputParameter = Library` (**Message**). `Send Tapback` reaction values are documented in the table above.
|
|
92
|
+
|
|
93
|
+
Photos uses platform-specific AppIntent namespaces in v78: prefer `com.apple.Photos.*` on macOS and `com.apple.mobileslideshow.*` on iOS/iPadOS for the paired rows above. `Find Album` sort properties are `albumType`, `name`, `creationDate`, and `Random`; `WFCompoundType` uses `0` (**Any**) / `1` (**All**) and `WFContentItemInputParameter = Library` (**Album**). The Photos action enums currently exposed by ToolKit are simple literal values for `Favorite Photos` (`favorite` / `unfavorite`), `Hide Photos` (`hide` / `unhide`), and `Search` criteria as plain text; entity picker serialization for concrete albums/photos still needs exported samples.
|
|
94
|
+
|
|
95
|
+
Mail exposes both `com.apple.mail.MailMessage` and `com.apple.mail.MailMessageEntity` for **Find Message**. The older row sorts by `dateReceived` or `Random`; the entity row sorts by `subject`, `body`, `dateReceived`, `isRead`, or `Random`. Keep both as valid aliases until an exported shortcut shows one is deprecated.
|
|
96
|
+
|
|
97
|
+
Reminders metadata notes: `Edit List` in ToolKit v78 exposes only `badge`, `color`, `entity`, and `parent` as top-level parameters, even though the Automators row describes a broader set of editable properties such as Auto-Categorize, Pinned, List Layout, Name, Sharing Participants, Show Completed, Sorting Style, and Type. Do not invent those missing keys until an exported shortcut proves their plist shape. `Delete Groups` also exposes `deleteSublists` as a boolean.
|
|
98
|
+
|
|
99
|
+
For current VPN output, prefer the classic WF action `is.workflow.actions.vpn.get`; `com.apple.systempreferences.CurrentlyConnectedVPN` is an AppIntent entity/query row with filter-style metadata.
|
|
100
|
+
|
|
101
|
+
### Linked OS 18 to 26.1 ToolKit Deltas
|
|
102
|
+
|
|
103
|
+
The earlier Automators iOS 18 to OS 26.1 thread includes additional rows that local ToolKit v78 can identify. These are covered by the packaged parameter and enum catalogs, but picker/entity values still require exported samples before hard-coding authoring templates.
|
|
104
|
+
|
|
105
|
+
| Display Name | Identifier | Source | Observed Parameters |
|
|
106
|
+
|--------------|------------|--------|---------------------|
|
|
107
|
+
| Add Alarm | `com.apple.mobiletimer-framework.MobileTimerIntents.MTCreateAlarmIntent` | macOS 27 v78 | `dateComponents`, `name`, `repeats`, `allowsSnooze`, `OpenWhenRun`; `repeats` cases are `sunday` through `saturday`. |
|
|
108
|
+
| Create List | `com.apple.reminders.TTRCreateListAppIntent` | macOS 27 v78 | `name`, `type`, `group`, `OpenWhenRun`; `type` cases are `standard` and `groceries`. |
|
|
109
|
+
| Open Person | `com.apple.Photos.OpenPersonIntent` / `com.apple.mobileslideshow.OpenPersonIntent` | macOS 27 v78 + iOS 27 Simulator v78 | `target` person/pet entity. |
|
|
110
|
+
| Set Library View | `com.apple.Photos.FilterLibraryIntent` / `com.apple.mobileslideshow.FilterLibraryIntent` | macOS 27 v78 + iOS 27 Simulator v78 | `viewMode`; cases are `both`, `personal`, and `shared`. Assistant variants `PhotosFilterLibraryAssistantIntent` use the same cases. |
|
|
111
|
+
| Change Background Sound | `com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundIntent` | macOS 27 v78 | `backgroundSound`, `ShowWhenRun`; confirmed sound cases include `BalancedNoise`, `BrightNoise`, `DarkNoise`, `Ocean`, `Rain`, `Stream`, `Babble`, `Steam`, `Airplane`, `Boat`, `Bus`, `Train`, `RainOnRoof`, `QuietNight`, `Fire`, and `Night`. |
|
|
112
|
+
| Set Background Sounds Volume | `com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundsVolumeIntent` | macOS 27 v78 | `volumeValue`, `ShowWhenRun`. |
|
|
113
|
+
| Set Background Sounds Timer Interval | `com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundsTimerIntent` | macOS 27 v78 | `interval`, `duration`, `endInterval`, `always`, `ShowWhenRun`; `interval` cases are `endInterval` and `duration`. |
|
|
114
|
+
| Toggle Background Sounds | `com.apple.UniversalAccess.UASettingsShortcuts.UAToggleBackgroundSoundsIntent` | macOS 27 v78 | `operation`, `state`, `ShowWhenRun`; `operation` cases are `turn` and `toggle`. |
|
|
115
|
+
|
|
116
|
+
The Automators thread reports **Toggle Vehicle Motion Cues**; `AccessibilityUtilities.framework` defines the private `ToggleVehicleMotionCues` / likely `AXToggleVehicleMotionCuesIntent` with `operation` and `state`, while the confirmed ToolKit match is `com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMotionCuesIntent`, localized as **Set Motion Cues** in the local macOS 27 v78 database. The thread also reports **Toggle Hearing Aid Mute**; `AccessibilityUtilities.framework` defines private `ToggleHearingAidMute` / likely `AXToggleHearingAidMuteIntent` with `operation` and `state`, while the iOS 27 ToolKit/runtime metadata localizes `com.apple.HearingApp.MuteVolumeIntent` as **Mute Hearing Device Volume** with no parameters, alongside related Adjust Volume and Select Preset intents. `Set Appearance on Apple TV` uses an Apple TV device picker plus `appearanceToggle`; use the literal values `light` or `dark` for the appearance enum.
|
|
117
|
+
|
|
118
|
+
The thread also reports **Set Switch Control Switch Set**. This is real in `/System/Library/PrivateFrameworks/AccessibilityUtilities.framework/.../Intents.intentdefinition` as `SetSwitchControlProfile` / likely `AXSetSwitchControlProfileIntent`, with a dynamic `profile` object parameter of type `SwitchControlProfile` and title **Set Switch Control Switch Set**. However, it is not in the local macOS 27 v78 ToolKit database, the hydrated iPhone/iPadOS 27 Simulator v78 ToolKit databases, or ToolRenderer's tool descriptions. The confirmed ToolKit coverage remains **Set Switch Control** as a simple on/off intent plus `switchControlSwitches` as a deep-link target for opening the Switches pane. Do not author Switch Control switch-set changes until an exported shortcut or a device ToolKit database confirms the `WFWorkflowActionIdentifier` and parameter serialization.
|
|
119
|
+
|
|
120
|
+
## How to Invoke AppIntents
|
|
121
|
+
|
|
122
|
+
AppIntents use their full identifier in `WFWorkflowActionIdentifier` and include an `AppIntentDescriptor`:
|
|
123
|
+
|
|
124
|
+
```
|
|
125
|
+
<dict>
|
|
126
|
+
<key>WFWorkflowActionIdentifier</key>
|
|
127
|
+
<string>com.apple.systempreferences.OpenAboutSettingsStaticDeepLinks</string>
|
|
128
|
+
<key>WFWorkflowActionParameters</key>
|
|
129
|
+
<dict>
|
|
130
|
+
<key>AppIntentDescriptor</key>
|
|
131
|
+
<dict>
|
|
132
|
+
<key>BundleIdentifier</key>
|
|
133
|
+
<string>com.apple.systempreferences</string>
|
|
134
|
+
<key>Name</key>
|
|
135
|
+
<string>About</string>
|
|
136
|
+
<key>TeamIdentifier</key>
|
|
137
|
+
<string>0000000000</string>
|
|
138
|
+
<key>AppIntentIdentifier</key>
|
|
139
|
+
<string>OpenAboutSettingsStaticDeepLinks</string>
|
|
140
|
+
</dict>
|
|
141
|
+
<!-- Additional parameters as needed -->
|
|
142
|
+
</dict>
|
|
143
|
+
</dict>
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## AppIntents by Category
|
|
149
|
+
|
|
150
|
+
### Settings Deep Links (23 actions)
|
|
151
|
+
|
|
152
|
+
Open specific Settings panes:
|
|
153
|
+
|
|
154
|
+
| Identifier | Title |
|
|
155
|
+
|------------|-------|
|
|
156
|
+
| `com.apple.Desktop-Settings.extension.OpenDesktopSettingsDeepLink` | Open Desktop & Dock Setting |
|
|
157
|
+
| `com.apple.GameCenter.Settings.DeviceExpertExtension.OpenGameCenterSettingsDeepLinks` | Open Game Center Settings |
|
|
158
|
+
| `com.apple.donotdisturb.DoNotDisturbAppIntents.OpenFocusSettingsDynamicDeepLinks` | Open Focus Settings |
|
|
159
|
+
| `com.apple.news.NewsSettingsAutomaticDownloadDynamicDeepLinks` | Find News Automatic Download Settings |
|
|
160
|
+
| `com.apple.news.NewsSettingsDynamicDeepLinks` | Find News Settings |
|
|
161
|
+
| `com.apple.systempreferences.AppearanceSettingsDeepLink` | Find Mouse setting |
|
|
162
|
+
| `com.apple.systempreferences.BatterySettingsPaneDynamicDeepLinks` | Find Battery Settings |
|
|
163
|
+
| `com.apple.systempreferences.FamilySettingsDeepLink` | Find FamilySettingsDeepLink |
|
|
164
|
+
| `com.apple.systempreferences.KeyboardSettingsDeepLink` | Find Keyboard Settings Deep Link |
|
|
165
|
+
| `com.apple.systempreferences.OpenAboutSettingsStaticDeepLinks` | Open About |
|
|
166
|
+
| `com.apple.systempreferences.OpenAppearanceSettingsDeepLink` | Open Appearance Settings |
|
|
167
|
+
| `com.apple.systempreferences.OpenBatterySettingsPaneDynamicDeepLinks` | Open Battery Settings |
|
|
168
|
+
| `com.apple.systempreferences.OpenBiometricsAndPasswordSettingsEntityDeepLinks` | OpenBiometricsAndPasswordSettingsEntityDeepLinks |
|
|
169
|
+
| `com.apple.systempreferences.OpenBluetoothSettingsDeepLinks` | Open Bluetooth Settings |
|
|
170
|
+
| `com.apple.systempreferences.OpenDesktopSettingsDeepLink` | Open Desktop & Dock Setting |
|
|
171
|
+
| `com.apple.systempreferences.OpenDisplaysSettingsDeepLinks` | Open Displays |
|
|
172
|
+
| `com.apple.systempreferences.OpenInternationalSettingsDeepLink` | Open Language & Region Settings |
|
|
173
|
+
| `com.apple.systempreferences.OpenKeyboardSettingsDeepLink` | Open Keyboard Settings |
|
|
174
|
+
| `com.apple.systempreferences.OpenNetworkSettingsDeepLinks` | Open Network |
|
|
175
|
+
| `com.apple.systempreferences.OpenSoundSettingsDeepLinks` | Open Sound |
|
|
176
|
+
| `com.apple.systempreferences.OpenSpotlightSettingsDeepLinks` | Open Search Settings |
|
|
177
|
+
| `com.apple.systempreferences.OpenTimeMachineSettingsStaticDeepLinks` | Open Time Machine Settings |
|
|
178
|
+
| `com.apple.systempreferences.SpotlightSettingsDeepLinks` | Find Search Settings |
|
|
179
|
+
|
|
180
|
+
### Accessibility (306 actions)
|
|
181
|
+
|
|
182
|
+
Accessibility settings and controls:
|
|
183
|
+
|
|
184
|
+
| Identifier Pattern | Description |
|
|
185
|
+
|-------------------|-------------|
|
|
186
|
+
| `OpenAccessibility*` | Open specific accessibility pane |
|
|
187
|
+
| `Ax*` | Accessibility entities and updatable values |
|
|
188
|
+
| `UpdateAx*` | Update accessibility setting value |
|
|
189
|
+
| `ToggleAx*` | Toggle accessibility feature |
|
|
190
|
+
|
|
191
|
+
Examples:
|
|
192
|
+
- `com.apple.systempreferences.OpenAccessibilityAudioDescriptionsStaticDeepLinks` - Open Accessibility Audio Descriptions Settings
|
|
193
|
+
- `com.apple.systempreferences.AxAdaptiveVoiceShortcutsEntity` - Get Vocal Shortcuts
|
|
194
|
+
|
|
195
|
+
### Clock & Alarms (18 actions)
|
|
196
|
+
|
|
197
|
+
| Identifier | Title |
|
|
198
|
+
|------------|-------|
|
|
199
|
+
| `com.apple.clock.AddWorldClockIntent` | Add City |
|
|
200
|
+
| `com.apple.clock.CancelTimerIntent` | Cancel Timer |
|
|
201
|
+
| `com.apple.clock.DeleteAlarmIntent` | Delete Alarms |
|
|
202
|
+
| `com.apple.clock.GetCurrentTimerDetailsIntent` | Get Current Timer |
|
|
203
|
+
| `com.apple.clock.GetTimeForCityIntent` | Get Time for City |
|
|
204
|
+
| `com.apple.clock.LapStopwatchIntent` | Lap Stopwatch |
|
|
205
|
+
| `com.apple.clock.OpenAlarmIntent` | Opens Alarm |
|
|
206
|
+
| `com.apple.clock.OpenTab` | Open Tab |
|
|
207
|
+
| `com.apple.clock.OpenTabIntent` | Open Clock Tab |
|
|
208
|
+
| `com.apple.clock.PauseTimerIntent` | Pause Timer |
|
|
209
|
+
| `com.apple.clock.RemoveWorldClockIntent` | Remove City |
|
|
210
|
+
| `com.apple.clock.ResetStopwatchIntent` | Reset Stopwatch |
|
|
211
|
+
| `com.apple.clock.ResumeTimerIntent` | Resume Timer |
|
|
212
|
+
| `com.apple.clock.StartStopwatchIntent` | Start Stopwatch |
|
|
213
|
+
| `com.apple.clock.StopStopwatchIntent` | Stop the Stopwatch |
|
|
214
|
+
| `com.apple.mobiletimer-framework.MobileTimerIntents.MTCreateAlarmIntent` | Add Alarm |
|
|
215
|
+
| `com.apple.mobiletimer-framework.MobileTimerIntents.MTGetAlarmsIntent` | Find Alarms |
|
|
216
|
+
| `com.apple.mobiletimer-framework.MobileTimerIntents.MTToggleAlarmIntent` | Toggle Alarm |
|
|
217
|
+
|
|
218
|
+
### Calendar (26 actions)
|
|
219
|
+
|
|
220
|
+
| Identifier | Title |
|
|
221
|
+
|------------|-------|
|
|
222
|
+
| `com.apple.iCal.CreateCalendarIntent` | Create Calendar |
|
|
223
|
+
| `com.apple.iCal.CreateEventIntent` | Create Event |
|
|
224
|
+
| `com.apple.iCal.CreateEventIntent_v0` | Create Event |
|
|
225
|
+
| `com.apple.iCal.DeleteCalendarsIntent` | Delete Calendars |
|
|
226
|
+
| `com.apple.iCal.DeleteEventIntent` | Delete Events |
|
|
227
|
+
| `com.apple.iCal.DeleteEventIntent_v0` | Delete Events |
|
|
228
|
+
| `com.apple.iCal.EditEventIntent` | Edit Event |
|
|
229
|
+
| `com.apple.iCal.EditEventIntent_v0` | Edit Event |
|
|
230
|
+
| `com.apple.iCal.EmailAttendeesIntent` | Email Attendees |
|
|
231
|
+
| `com.apple.iCal.EmailOrganizerIntent` | Email Organizer |
|
|
232
|
+
| `com.apple.iCal.EventEntity` | Find Event |
|
|
233
|
+
| `com.apple.iCal.FetchTransferableEventByURLIntent` | Fetch Transferable Event By URL Intent |
|
|
234
|
+
| `com.apple.iCal.FetchTransferableEventsInRangeIntent` | Fetch Transferable Events In Range Intent <no loc> |
|
|
235
|
+
| `com.apple.iCal.HighlightEventIntent` | Highlight Event |
|
|
236
|
+
| `com.apple.iCal.InboxItemEntity` | Find Inbox Item |
|
|
237
|
+
| `com.apple.iCal.JoinEventIntent` | Join Event |
|
|
238
|
+
| `com.apple.iCal.ListEventsIntent` | List Events Intent <no loc> |
|
|
239
|
+
| `com.apple.iCal.OpenCalendarEditorIntent` | Open Calendar Editor |
|
|
240
|
+
| `com.apple.iCal.OpenCalendarViewIntent` | Open Calendar View |
|
|
241
|
+
| `com.apple.iCal.OpenDateIntent` | Open Date |
|
|
242
|
+
| `com.apple.iCal.OpenEventDetailsIntent` | Open Event Details |
|
|
243
|
+
| `com.apple.iCal.OpenEventEditorIntent` | Open Event Editor |
|
|
244
|
+
| `com.apple.iCal.RespondToInboxItemIntent` | Respond to Inbox Item |
|
|
245
|
+
| `com.apple.iCal.SetCalendarFocusConfiguration` | Set Calendar Focus Filter |
|
|
246
|
+
| `com.apple.iCal.TransferableCalendarEntity` | Find TransferableCalendarEntity <no loc> |
|
|
247
|
+
| `com.apple.iCal.TransferableSourceEntity` | Find TransferableSourceEntity <no loc> |
|
|
248
|
+
|
|
249
|
+
### Reminders (36 actions)
|
|
250
|
+
|
|
251
|
+
⚠️ **For editing an existing reminder's properties (Due Date, Title, Notes, Priority, Is Completed, Is Flagged, List, Subtasks, URL, Tags, Images, Parent Reminder, When Messaging Person), DO NOT use `com.apple.reminders.UpdateReminderAppIntent`.** Its parameter schema is not published and may change between OS releases. Instead, use the classic WorkflowKit action `is.workflow.actions.setters.reminders` — its schema is fully documented in [PARAMETER_TYPES.md → Reminders — Filter & Setter Schemas](PARAMETER_TYPES.md#reminders--filter--setter-schemas-definitive) and verified against an Apple-built sample.
|
|
252
|
+
|
|
253
|
+
The AppIntents below exist in the allowlist for completeness (for actions like `CompleteReminderAppIntent` that have no WF equivalent), but **prefer the WF-action path** for any editing workflow.
|
|
254
|
+
|
|
255
|
+
| Identifier | Title |
|
|
256
|
+
|------------|-------|
|
|
257
|
+
| `com.apple.reminders.AddOrRemoveTagsAppIntent` | Add or Remove Tags |
|
|
258
|
+
| `com.apple.reminders.CompleteReminderAppIntent` | Set Reminder completion state |
|
|
259
|
+
| `com.apple.reminders.CompleteRemindersAppIntent` | Set Reminders completion state <no loc> |
|
|
260
|
+
| `com.apple.reminders.CreateCustomSmartListAppIntent` | Open New Custom Smart List |
|
|
261
|
+
| `com.apple.reminders.CreateGroupAppIntent` | Create Group |
|
|
262
|
+
| `com.apple.reminders.CreateSectionAppIntent` | Create Section |
|
|
263
|
+
| `com.apple.reminders.DeleteListsAppIntent` | Delete Lists |
|
|
264
|
+
| `com.apple.reminders.DeleteRemindersAppIntent` | Delete Reminders and Subtasks |
|
|
265
|
+
| `com.apple.reminders.DeleteRemindersListGroupsAppIntent` | Delete Groups |
|
|
266
|
+
| `com.apple.reminders.DeleteSectionsAppIntent` | Delete Sections |
|
|
267
|
+
| `com.apple.reminders.GroupEntity-UpdatableEntity` | Change Reminders Group Name |
|
|
268
|
+
| `com.apple.reminders.ListEntity-UpdatableEntity` | Edit Reminders List |
|
|
269
|
+
| `com.apple.reminders.MoveRemindersAppIntent` | Move Reminders |
|
|
270
|
+
| `com.apple.reminders.MoveRemindersToListAppIntent` | Move Reminders to a Reminders List <no loc> |
|
|
271
|
+
| `com.apple.reminders.MoveRemindersToParentReminderAppIntent` | Move Reminders to become Subtasks of a Parent Reminder <no loc> |
|
|
272
|
+
| `com.apple.reminders.MoveRemindersToSectionAppIntent` | Move Reminders to a Reminders List Section <no loc> |
|
|
273
|
+
| `com.apple.reminders.OpenGroupAppIntent` | Open Group |
|
|
274
|
+
| `com.apple.reminders.OpenReminderAppIntent` | Open Reminder In List |
|
|
275
|
+
| `com.apple.reminders.OpenSectionAppIntent` | Reveal Section In List |
|
|
276
|
+
| `com.apple.reminders.OpenSmartListAppIntent` | Open Smart List |
|
|
277
|
+
| `com.apple.reminders.OpenTagsAppIntent` | Open Tag Browser |
|
|
278
|
+
| `com.apple.reminders.RemotePreferencesEntity` | Get User Defaults Entity |
|
|
279
|
+
| `com.apple.reminders.SectionEntity-UpdatableEntity` | Edit Reminders List Section |
|
|
280
|
+
| `com.apple.reminders.SmartListEntity` | Find Smart List |
|
|
281
|
+
| `com.apple.reminders.TTRCreateListAppIntent` | Create List |
|
|
282
|
+
| `com.apple.reminders.TTRCreateReminderAppIntent` | Create Reminder |
|
|
283
|
+
| `com.apple.reminders.TTROpenListAppIntent` | Open List |
|
|
284
|
+
| `com.apple.reminders.TTROpenSmartListAppIntent` | Open List |
|
|
285
|
+
| `com.apple.reminders.TTRReminderSetCompletedIntent` | Toggle Reminder completion |
|
|
286
|
+
| `com.apple.reminders.TTRSearchRemindersAppIntent` | Search in Reminders |
|
|
287
|
+
| `com.apple.reminders.UpdateGroupAppIntent` | Update reminders group properties |
|
|
288
|
+
| `com.apple.reminders.UpdateListAppIntent` | Update reminders list properties |
|
|
289
|
+
| `com.apple.reminders.UpdateReminderAppIntent` | Update Reminder properties <no loc> |
|
|
290
|
+
| `com.apple.reminders.UpdateSectionAppIntent` | Update section properties |
|
|
291
|
+
| `com.apple.reminders.UpdateSmartListAppIntent` | Update reminders system smart list properties |
|
|
292
|
+
| `com.apple.reminders.UpdateSmartListIsHiddenAppIntent` | Show/Hide Reminders System Smart List |
|
|
293
|
+
|
|
294
|
+
### Notes (52 actions)
|
|
295
|
+
|
|
296
|
+
| Identifier | Title |
|
|
297
|
+
|------------|-------|
|
|
298
|
+
| `com.apple.Notes.AddFileAttachmentLinkAction` | Add File to Note |
|
|
299
|
+
| `com.apple.Notes.AddLinkAttachmentLinkAction` | Add Link |
|
|
300
|
+
| `com.apple.Notes.AddOrRemoveNoteLockLinkAction` | Add or Remove Note Lock |
|
|
301
|
+
| `com.apple.Notes.AddTagsToNotesLinkAction` | Add Tags to Notes |
|
|
302
|
+
| `com.apple.Notes.AppendMarkdownToNoteLinkAction` | Append Markdown to Note |
|
|
303
|
+
| `com.apple.Notes.ApplyFormattingLinkAction` | Apply Formatting to Selected Text |
|
|
304
|
+
| `com.apple.Notes.AttachmentEntity` | Find Attachment |
|
|
305
|
+
| `com.apple.Notes.ChangeFolderSettingLinkAction` | Change Folder View Setting |
|
|
306
|
+
| `com.apple.Notes.ChangeSettingLinkAction` | Change Notes Setting |
|
|
307
|
+
| `com.apple.Notes.ChangeTagSelectionIntent` | Change Tag Selection |
|
|
308
|
+
| `com.apple.Notes.CloseAppLocationLinkAction` | Close Notes View |
|
|
309
|
+
| `com.apple.Notes.CloseNoteLinkAction` | Close Note |
|
|
310
|
+
| `com.apple.Notes.CreateChecklistItemLinkAction` | Append Checklist Item |
|
|
311
|
+
| `com.apple.Notes.CreateFolderLinkAction` | Create Folder |
|
|
312
|
+
| `com.apple.Notes.CreateNoteFromMarkdownLinkAction` | Create Note from Markdown |
|
|
313
|
+
| `com.apple.Notes.CreateTableLinkAction` | Add Table to Note |
|
|
314
|
+
| `com.apple.Notes.CreateTagLinkAction` | Create Tag |
|
|
315
|
+
| `com.apple.Notes.DeleteAttachmentsLinkAction` | Delete Attachments |
|
|
316
|
+
| `com.apple.Notes.DeleteChecklistItemsLinkAction` | Delete Checklist Items |
|
|
317
|
+
| `com.apple.Notes.DeleteFoldersLinkAction` | Delete Folders |
|
|
318
|
+
| `com.apple.Notes.DeleteNotesLinkAction` | Delete Notes |
|
|
319
|
+
| `com.apple.Notes.DeleteTablesLinkAction` | Delete Tables |
|
|
320
|
+
| `com.apple.Notes.DeleteTagsLinkAction` | Delete Tags |
|
|
321
|
+
| `com.apple.Notes.GetLinkedNotesLinkAction` | Get Linked Notes |
|
|
322
|
+
| `com.apple.Notes.InsertAllMentionLinkAction` | Insert All Mention |
|
|
323
|
+
| `com.apple.Notes.InsertMentionLinkAction` | Insert Mention |
|
|
324
|
+
| `com.apple.Notes.InsertNoteLinkLinkAction` | Insert Note Link |
|
|
325
|
+
| `com.apple.Notes.MoveNotesToFolderLinkAction` | Move Notes to Folder |
|
|
326
|
+
| `com.apple.Notes.OpenAccountLinkAction` | Open Account |
|
|
327
|
+
| `com.apple.Notes.OpenAppLocationLinkAction` | Open Notes View |
|
|
328
|
+
| `com.apple.Notes.OpenAttachmentLinkAction` | Open Attachment |
|
|
329
|
+
| `com.apple.Notes.OpenChecklistItemLinkAction` | Reveal Checklist Item |
|
|
330
|
+
| `com.apple.Notes.OpenFolderLinkAction` | Open Folder |
|
|
331
|
+
| `com.apple.Notes.OpenTableLinkAction` | Reveal Table |
|
|
332
|
+
| `com.apple.Notes.OpenTagLinkAction` | Open Tag |
|
|
333
|
+
| `com.apple.Notes.OpenTopLevelFolderLinkAction` | Open Top-Level Folder |
|
|
334
|
+
| `com.apple.Notes.PinNotesLinkAction` | Pin Notes |
|
|
335
|
+
| `com.apple.Notes.QuickNoteIntent` | Quick Note |
|
|
336
|
+
| `com.apple.Notes.RemoveTagsFromNotesLinkAction` | Remove Tags from Notes |
|
|
337
|
+
| `com.apple.Notes.RenameFolderLinkAction` | Rename Folder |
|
|
338
|
+
| `com.apple.Notes.ReplaceSelectionLinkAction` | Replace Selected Text |
|
|
339
|
+
| `com.apple.Notes.SetAttachmentSizeLinkAction` | Set Attachment Size |
|
|
340
|
+
| `com.apple.Notes.SetChecklistItemCheckedLinkActionv2` | Set Checklist Items Checked |
|
|
341
|
+
| `com.apple.Notes.SetParagraphStyleLinkAction` | Set Paragraph Style |
|
|
342
|
+
| `com.apple.Notes.ShowNotesAppSearchResultsLinkAction` | Show Note and Attachment Search Result |
|
|
343
|
+
| `com.apple.Notes.ShowQuickNoteIntent` | Show Quick Note |
|
|
344
|
+
| `com.apple.Notes.StartRecordingLinkAction` | Start Audio Recording |
|
|
345
|
+
| `com.apple.Notes.TableEntity` | Find Table |
|
|
346
|
+
| `com.apple.mobilenotes.SharingExtension` | Create Note |
|
|
347
|
+
| `is.workflow.actions.appendnote` | Append to Note |
|
|
348
|
+
| `is.workflow.actions.filter.notes` | Find Notes |
|
|
349
|
+
| `is.workflow.actions.shownote` | Open Note |
|
|
350
|
+
|
|
351
|
+
### Safari (31 actions)
|
|
352
|
+
|
|
353
|
+
| Identifier | Title |
|
|
354
|
+
|------------|-------|
|
|
355
|
+
| `com.apple.Safari.BookmarkEntity` | Find Bookmarks |
|
|
356
|
+
| `com.apple.Safari.BookmarkTabIntent` | Bookmark Tab |
|
|
357
|
+
| `com.apple.Safari.BookmarkURLIntent` | Bookmark URL |
|
|
358
|
+
| `com.apple.Safari.CloseTab` | Close Tab |
|
|
359
|
+
| `com.apple.Safari.CloseTabsAssistantIntent` | Close Tabs |
|
|
360
|
+
| `com.apple.Safari.CloseView` | Close View |
|
|
361
|
+
| `com.apple.Safari.CloseWindowsIntent` | Close Windows |
|
|
362
|
+
| `com.apple.Safari.CreateNewBookmark` | Add Bookmark |
|
|
363
|
+
| `com.apple.Safari.CreateNewTab` | Create New Tab |
|
|
364
|
+
| `com.apple.Safari.CreateNewTabGroup` | Create Tab Group |
|
|
365
|
+
| `com.apple.Safari.CreateNewWindow` | Create Window |
|
|
366
|
+
| `com.apple.Safari.CreateTabAssistantIntent` | Create Tab |
|
|
367
|
+
| `com.apple.Safari.DeleteBookmarks` | Delete Bookmarks |
|
|
368
|
+
| `com.apple.Safari.DeleteTabGroups` | Delete Tab Groups |
|
|
369
|
+
| `com.apple.Safari.FindOnPage` | Find on Page |
|
|
370
|
+
| `com.apple.Safari.LoadURLInTab` | Open Link |
|
|
371
|
+
| `com.apple.Safari.MoveTabsToTabGroup` | Move Tabs to Tab Group |
|
|
372
|
+
| `com.apple.Safari.MoveTabsToWindowIntent` | Move Tabs to Window |
|
|
373
|
+
| `com.apple.Safari.OpenBookmark` | Open Bookmark |
|
|
374
|
+
| `com.apple.Safari.OpenBookmarkAssistantIntent` | Open Bookmark |
|
|
375
|
+
| `com.apple.Safari.OpenTab` | Switch Tab |
|
|
376
|
+
| `com.apple.Safari.OpenTabGroup` | Open Tab Group |
|
|
377
|
+
| `com.apple.Safari.OpenTabGroupForFocus` | Set Safari Focus Filter |
|
|
378
|
+
| `com.apple.Safari.OpenView` | Open View |
|
|
379
|
+
| `com.apple.Safari.QuickWebsiteSearchIntent` | Search Website |
|
|
380
|
+
| `com.apple.Safari.QuickWebsiteSearchProviderEntity` | Find browser_SearchableWebsiteEntity_1.0.0_entity_type_display_representation |
|
|
381
|
+
| `com.apple.Safari.SearchTabs` | Search Tabs |
|
|
382
|
+
| `com.apple.Safari.ShowWindowIntent` | Show Window |
|
|
383
|
+
| `com.apple.Safari.TabEntity` | Find Tabs |
|
|
384
|
+
| `com.apple.Safari.TabGroupEntity` | Find Tab Groups |
|
|
385
|
+
| `com.apple.Safari.WindowEntity` | Find Window |
|
|
386
|
+
|
|
387
|
+
### Home (32 actions)
|
|
388
|
+
|
|
389
|
+
| Identifier | Title |
|
|
390
|
+
|------------|-------|
|
|
391
|
+
| `com.apple.Home.ActivateSceneIntent` | Activate Scene |
|
|
392
|
+
| `com.apple.Home.AutomateAttributeValueIntent` | Automate Set Attribute Value |
|
|
393
|
+
| `com.apple.Home.AutomateSceneIntent` | Automate Scene |
|
|
394
|
+
| `com.apple.Home.CameraClipEntity` | Find |
|
|
395
|
+
| `com.apple.Home.DeltaAttributeValueIntent` | Delta Attribute |
|
|
396
|
+
| `com.apple.Home.DeviceEntity` | Find Device |
|
|
397
|
+
| `com.apple.Home.ErrorIntent` | Error Intent |
|
|
398
|
+
| `com.apple.Home.ForecastWidgetConfiguration` | Show the Grid Forecast for a Home or your location. |
|
|
399
|
+
| `com.apple.Home.GetAttributeValueIntent` | Get Attribute |
|
|
400
|
+
| `com.apple.Home.GetDeviceInfoIntent` | Get Device Info |
|
|
401
|
+
| `com.apple.Home.HistoricalUsageWidgetConfiguration` | Select Home |
|
|
402
|
+
| `com.apple.Home.HomeAppIntentsExtensionTestAppIntent` | HomeAppIntentsExtensionTestAppIntent |
|
|
403
|
+
| `com.apple.Home.HomeEntity` | Find Selected Home |
|
|
404
|
+
| `com.apple.Home.HomeSingleTileConfigurationIntent` | Scene or Accessory |
|
|
405
|
+
| `com.apple.Home.HomeXLModuleConfigurationIntent` | Accessories |
|
|
406
|
+
| `com.apple.Home.OpenURLInHomeIntent` | Open Accessory or Scene in Home app |
|
|
407
|
+
| `com.apple.Home.RecommendedItemIntent` | Recommended Item |
|
|
408
|
+
| `com.apple.Home.RoomEntity` | Find Room |
|
|
409
|
+
| `com.apple.Home.SceneEntity` | Find Scene |
|
|
410
|
+
| `com.apple.Home.SecureToggleIntent` | Toggle Accessory or Scene |
|
|
411
|
+
| `com.apple.Home.SelectedHomeEntity` | Find Selected Home |
|
|
412
|
+
| `com.apple.Home.SetAttributeValueIntent` | Set Attribute |
|
|
413
|
+
| `com.apple.Home.ShowDeviceResultIntent` | Show Device Result |
|
|
414
|
+
| `com.apple.Home.ShowErrorIntent` | Show Error |
|
|
415
|
+
| `com.apple.Home.ShowNavigationIntent` | Show Navigation |
|
|
416
|
+
| `com.apple.Home.ShowSceneResultIntent` | Show Scene Result |
|
|
417
|
+
| `com.apple.Home.TileControlAction` | ToggleIntentTitle |
|
|
418
|
+
| `com.apple.Home.ToggleAttributeIntent` | Toggle Attribute |
|
|
419
|
+
| `com.apple.Home.ToggleControlConfigurationIntent` | Scene or Accessory |
|
|
420
|
+
| `com.apple.Home.ToggleIntent` | Toggle Accessory or Scene |
|
|
421
|
+
| `com.apple.Home.UtilityRateInfoWidgetConfiguration` | Select Home |
|
|
422
|
+
| `com.apple.Home.ZoneEntity` | Find Zone |
|
|
423
|
+
|
|
424
|
+
### Photos (69 actions)
|
|
425
|
+
|
|
426
|
+
| Identifier | Title |
|
|
427
|
+
|------------|-------|
|
|
428
|
+
| `com.apple.Photos.AddAssetsToAlbumIntent` | Add Photos To Album |
|
|
429
|
+
| `com.apple.Photos.ApplyFilterIntent` | Apply Filter |
|
|
430
|
+
| `com.apple.Photos.ApplyStyleIntent` | Apply Style |
|
|
431
|
+
| `com.apple.Photos.CleanupIntent` | Clean Up |
|
|
432
|
+
| `com.apple.Photos.CopyEditsIntent` | Copy Edits |
|
|
433
|
+
| `com.apple.Photos.CreateAlbumIntent` | Create Album |
|
|
434
|
+
| `com.apple.Photos.CreateAssetsIntent` | Save to Photos |
|
|
435
|
+
| `com.apple.Photos.CropIntent` | Crop |
|
|
436
|
+
| `com.apple.Photos.DeleteAlbumsIntent` | Delete Albums |
|
|
437
|
+
| `com.apple.Photos.DeleteAssetsIntent` | Delete Photos |
|
|
438
|
+
| `com.apple.Photos.DuplicateAssetsIntent` | Duplicate Photos |
|
|
439
|
+
| `com.apple.Photos.EditAssetIntent` | Edit Photo |
|
|
440
|
+
| `com.apple.Photos.EnableDepthIntent` | Portrait Mode |
|
|
441
|
+
| `com.apple.Photos.EnhanceIntent` | Auto Enhance |
|
|
442
|
+
| `com.apple.Photos.FavoriteAssetsIntent` | Favorite Photos |
|
|
443
|
+
| `com.apple.Photos.FavoriteMemoriesIntent` | Favorite Memories |
|
|
444
|
+
| `com.apple.Photos.FavoritePeopleIntent` | Favorite People or Pets |
|
|
445
|
+
| `com.apple.Photos.FilterLibraryIntent` | Set Library View |
|
|
446
|
+
| `com.apple.Photos.HideAssetsIntent` | Hide Photos |
|
|
447
|
+
| `com.apple.Photos.HidePeopleIntent` | Hide People or Pets |
|
|
448
|
+
| `com.apple.Photos.MarkupIntent` | Markup |
|
|
449
|
+
| `com.apple.Photos.MoveAssetsToPersonalLibraryIntent` | Move to Personal Library |
|
|
450
|
+
| `com.apple.Photos.MoveAssetsToSharedLibraryIntent` | Move to Shared Library |
|
|
451
|
+
| `com.apple.Photos.OpenAlbumIntent` | Open Album |
|
|
452
|
+
| `com.apple.Photos.OpenAssetIntent` | Open Photo |
|
|
453
|
+
| `com.apple.Photos.OpenDestinationIntent` | Open View |
|
|
454
|
+
| `com.apple.Photos.OpenMemoryCreationViewIntent` | Create Memory |
|
|
455
|
+
| `com.apple.Photos.OpenMemoryIntent` | Open Memory |
|
|
456
|
+
| `com.apple.Photos.OpenPersonIntent` | Open Person |
|
|
457
|
+
| `com.apple.Photos.PLPhotosReliveWidgetConfigurationIntent` | Photos Relive Widget Configuration |
|
|
458
|
+
| `com.apple.Photos.PasteEditsIntent` | Paste Edits |
|
|
459
|
+
| `com.apple.Photos.PhotosAddAssetsToAlbumAssistantIntent` | Add Photos to Album |
|
|
460
|
+
| `com.apple.Photos.PhotosCleanupPhotoAssistantIntent` | Cleanup |
|
|
461
|
+
| `com.apple.Photos.PhotosCopyEditsAssistantIntent` | Copy Edits |
|
|
462
|
+
| `com.apple.Photos.PhotosCreateAlbumAssistantIntent` | Create Album |
|
|
463
|
+
| `com.apple.Photos.PhotosCreateAssetsAssistantIntent` | Create Photos |
|
|
464
|
+
| `com.apple.Photos.PhotosCropAssistantIntent` | Crop Photo |
|
|
465
|
+
| `com.apple.Photos.PhotosDeleteAlbumsAssistantIntent` | Delete Albums |
|
|
466
|
+
| `com.apple.Photos.PhotosDeleteAssetsAssistantIntent` | Delete Photos |
|
|
467
|
+
| `com.apple.Photos.PhotosDuplicateAssetsAssistantIntent` | Duplicate Photos |
|
|
468
|
+
| `com.apple.Photos.PhotosPasteEditsAssistantIntent` | Paste Edits |
|
|
469
|
+
| `com.apple.Photos.PhotosReliveWidgetFeaturedConfiguration` | Photos Relive Featured Widget Configuration |
|
|
470
|
+
| `com.apple.Photos.PhotosRemoveAssetsFromAlbumAssistantIntent` | Remove Photos from Album |
|
|
471
|
+
| `com.apple.Photos.PhotosSearchAssistantIntent` | Search Photos |
|
|
472
|
+
| `com.apple.Photos.PhotosSetDepthAssistantIntent` | Set Depth |
|
|
473
|
+
| `com.apple.Photos.PhotosSetExposureAssistantIntent` | Set Exposure |
|
|
474
|
+
| `com.apple.Photos.PhotosSetFilterAssistantIntent` | Apply Filter |
|
|
475
|
+
| `com.apple.Photos.PhotosSetRotationAssistantIntent` | Rotate Photo |
|
|
476
|
+
| `com.apple.Photos.PhotosSetSaturationAssistantIntent` | Set Saturation |
|
|
477
|
+
| `com.apple.Photos.PhotosSetWarmthAssistantIntent` | Set Warmth |
|
|
478
|
+
| `com.apple.Photos.PhotosStraightenAssistantIntent` | Straighten Photo |
|
|
479
|
+
| `com.apple.Photos.PhotosToggleDepthAssistantIntent` | Toggle Depth |
|
|
480
|
+
| `com.apple.Photos.PhotosToggleSuggestedEditsAssistantIntent` | Enhance Photo |
|
|
481
|
+
| `com.apple.Photos.PhotosUpdateAlbumAssistantIntent` | Rename Album |
|
|
482
|
+
| `com.apple.Photos.PhotosUpdateAssetAssistantIntent` | Update Photo |
|
|
483
|
+
| `com.apple.Photos.PhotosUpdateRecognizedPersonAssistantIntent` | Update Person |
|
|
484
|
+
| `com.apple.Photos.RemoveAssetsFromAlbumIntent` | Remove Photos From Album |
|
|
485
|
+
| `com.apple.Photos.RenameAlbumIntent` | Rename Album |
|
|
486
|
+
| `com.apple.Photos.RenamePersonIntent` | Rename Person |
|
|
487
|
+
| `com.apple.Photos.RevealAlbumsIntent` | REVEAL_ALBUMS_INTENT_TITLE |
|
|
488
|
+
| `com.apple.Photos.RevealAssetsIntent` | REVEAL_ASSETS_INTENT_TITLE |
|
|
489
|
+
| `com.apple.Photos.RotateIntent` | Rotate |
|
|
490
|
+
| `com.apple.Photos.SetApertureIntent` | Set Aperture |
|
|
491
|
+
| `com.apple.Photos.SetAudioMixIntent` | Set Audio Mix |
|
|
492
|
+
| `com.apple.Photos.SetExposureIntent` | Set Exposure |
|
|
493
|
+
| `com.apple.Photos.SetPlaybackRateIntent` | Set Playback Speed |
|
|
494
|
+
| `com.apple.Photos.SetSaturationIntent` | Set Saturation |
|
|
495
|
+
| `com.apple.Photos.SetWarmthIntent` | Set Warmth |
|
|
496
|
+
| `com.apple.Photos.StraightenIntent` | Straighten |
|
|
497
|
+
|
|
498
|
+
### Music (1 actions)
|
|
499
|
+
|
|
500
|
+
| Identifier | Title |
|
|
501
|
+
|------------|-------|
|
|
502
|
+
| `com.apple.ShortcutsActions.PlayMusicTopHitAction` | Play Music |
|
|
503
|
+
|
|
504
|
+
### Writing Tools (3 actions)
|
|
505
|
+
|
|
506
|
+
| Identifier | Title |
|
|
507
|
+
|------------|-------|
|
|
508
|
+
| `com.apple.AppKit.WritingToolsComposeIntent` | Text Compose |
|
|
509
|
+
| `com.apple.AppKit.WritingToolsProofreadIntent` | Proofread |
|
|
510
|
+
| `com.apple.AppKit.WritingToolsRewriteIntent` | Rewrite |
|
|
511
|
+
|
|
512
|
+
#### Apple Intelligence / AppKit Runtime Actions
|
|
513
|
+
|
|
514
|
+
macOS 27 ToolKit v78 exposes additional AppKit and Writing Tools intents that operate on a target app/process/window context. They are packaged in the v78 parameter catalog and validator can check top-level keys, simple enum values, and booleans, but authoring useful shortcuts still requires real app/window context values such as `app`, `processInstanceIdentifier`, `targetWindowIdentifier`, and `targetFrame`.
|
|
515
|
+
|
|
516
|
+
| Identifier | Display Name | Observed Parameters |
|
|
517
|
+
|------------|--------------|---------------------|
|
|
518
|
+
| `com.apple.AppKit.FetchIntelligenceCommands` | Fetch Intelligence Commands | `app`, `processInstanceIdentifier`, `cachedIfAvailable`, `includeUntitled`, `includeNonPerformable` |
|
|
519
|
+
| `com.apple.AppKit.InsertIntelligenceText` | Insert Intelligence Text | `app`, `processInstanceIdentifier`, `text`, `replaceExisting`, `targetWindowIdentifier`, `targetFrame` |
|
|
520
|
+
| `com.apple.AppKit.PresentWritingToolsResult` | Present Writing Tools Result | `app`, `text`, `replaceExisting`, `targetWindowIdentifier` |
|
|
521
|
+
| `com.apple.AppKit.RequestEditingContext` | Request Editing Context | `app`, `targetWindowIdentifier`, `targetFrame` |
|
|
522
|
+
| `com.apple.AppKit.RunIntelligenceCommand` | Run Intelligence Command | `app`, `processInstanceIdentifier`, `command` |
|
|
523
|
+
| `com.apple.AppKit.RunIntelligenceCommandForKey` | Run Intelligence Command For Key | `app`, `processInstanceIdentifier`, `identifier`, `command`, `hierarchyComponents` |
|
|
524
|
+
| `com.apple.AppKit.WritingToolsCanPerformIntent` | Can Perform Writing Tools | `app`, `processInstanceIdentifier` |
|
|
525
|
+
| `com.apple.AppKit.WritingToolsOpenEndedIntent` | Open Ended | `app`, `processInstanceIdentifier`, `prompt` |
|
|
526
|
+
| `com.apple.AppKit.WritingToolsPartnerIntent` | Text Compose | `app`, `processInstanceIdentifier`, `prompt`, `externalProviderID` |
|
|
527
|
+
| `com.apple.AppKit.WritingToolsSummarizeIntent` | Summarize | `app`, `processInstanceIdentifier` |
|
|
528
|
+
| `com.apple.AppKit.WritingToolsTransformKeyPointsIntent` | Key Points | `app`, `processInstanceIdentifier` |
|
|
529
|
+
| `com.apple.AppKit.WritingToolsTransformListIntent` | List | `app`, `processInstanceIdentifier` |
|
|
530
|
+
| `com.apple.AppKit.WritingToolsTransformTableIntent` | Table | `app`, `processInstanceIdentifier` |
|
|
531
|
+
|
|
532
|
+
### Voice Memos (24 actions)
|
|
533
|
+
|
|
534
|
+
| Identifier | Title |
|
|
535
|
+
|------------|-------|
|
|
536
|
+
| `com.apple.VoiceMemos.AudioQualityEntity` | Get Audio Quality |
|
|
537
|
+
| `com.apple.VoiceMemos.AudioQualityEntity-UpdatableEntity` | Edit Audio Quality |
|
|
538
|
+
| `com.apple.VoiceMemos.ChangeRecordingPlaybackSetting` | Change Recording Playback Setting |
|
|
539
|
+
| `com.apple.VoiceMemos.ClearDeletedEntity` | Get Clear Deleted |
|
|
540
|
+
| `com.apple.VoiceMemos.ClearDeletedEntity-UpdatableEntity` | Edit Clear Deleted |
|
|
541
|
+
| `com.apple.VoiceMemos.CreateFolder` | Create Folder |
|
|
542
|
+
| `com.apple.VoiceMemos.DeleteFolder` | Delete Folders |
|
|
543
|
+
| `com.apple.VoiceMemos.DeleteRecording` | Delete Recordings |
|
|
544
|
+
| `com.apple.VoiceMemos.LocationBasedNamingEntity` | Get Location-based Naming |
|
|
545
|
+
| `com.apple.VoiceMemos.LocationBasedNamingEntity-UpdatableEntity` | Edit Location-based Naming |
|
|
546
|
+
| `com.apple.VoiceMemos.OpenFolder` | Open Folder |
|
|
547
|
+
| `com.apple.VoiceMemos.OpenResetAnalyticsIdentifierEntity` | Open Reset Identifier |
|
|
548
|
+
| `com.apple.VoiceMemos.PlaybackVoiceMemoIntent` | Play Recording |
|
|
549
|
+
| `com.apple.VoiceMemos.RCCombineRecordings` | Combine Recordings |
|
|
550
|
+
| `com.apple.VoiceMemos.RCControlCenterToggleRecording` | CONTROL_CENTER_TOGGLE_RECORDING_INTENT_TITLE |
|
|
551
|
+
| `com.apple.VoiceMemos.RCImportRecording` | Import Recording |
|
|
552
|
+
| `com.apple.VoiceMemos.RCRecordingEntity` | Find Recordings |
|
|
553
|
+
| `com.apple.VoiceMemos.RecordVoiceMemoIntent` | Create Recording |
|
|
554
|
+
| `com.apple.VoiceMemos.ResetAnalyticsIdentifierEntity` | Get Reset Identifier |
|
|
555
|
+
| `com.apple.VoiceMemos.SearchRecordings` | Search in Voice Memos |
|
|
556
|
+
| `com.apple.VoiceMemos.SelectRecording` | Select Recording |
|
|
557
|
+
| `com.apple.VoiceMemos.StopRecording` | Stop Recording |
|
|
558
|
+
| `com.apple.VoiceMemos.ToggleRecording` | Voice Memo |
|
|
559
|
+
| `com.apple.VoiceMemos.WFAppSettingEntityUpdaterAction` | Change Voice Memos Settings |
|
|
560
|
+
|
|
561
|
+
### Shortcuts (23 actions)
|
|
562
|
+
|
|
563
|
+
| Identifier | Title |
|
|
564
|
+
|------------|-------|
|
|
565
|
+
| `com.apple.VoiceMemos.WFGetAppSettingAction` | Get Voice Memos Settings |
|
|
566
|
+
| `com.apple.news.WFGetAppSettingAction` | Get News Settings |
|
|
567
|
+
| `com.apple.shortcuts.AddShortcutToHomeScreenAction` | Add Shortcut to Home Screen |
|
|
568
|
+
| `com.apple.shortcuts.ChangeShortcutIconAction` | Change Shortcut Icon |
|
|
569
|
+
| `com.apple.shortcuts.CreateFolderAction` | Create Folder |
|
|
570
|
+
| `com.apple.shortcuts.CreateShortcutiCloudLinkAction` | Create iCloud Link for Shortcut |
|
|
571
|
+
| `com.apple.shortcuts.CreateWorkflowAction` | Create Shortcut |
|
|
572
|
+
| `com.apple.shortcuts.DeleteWorkflowAction` | Delete Shortcuts |
|
|
573
|
+
| `com.apple.shortcuts.GetShortcutAttributesAction` | Get Shortcut Attributes |
|
|
574
|
+
| `com.apple.shortcuts.MoveShortcutToFolderAction` | Move Shortcut |
|
|
575
|
+
| `com.apple.shortcuts.OpenAppIntent` | Open App |
|
|
576
|
+
| `com.apple.shortcuts.OpenNavigationDestinationAction` | Open Folder |
|
|
577
|
+
| `com.apple.shortcuts.OpenShortcutsStaticDeepLinks` | Open Shortcuts Settings *(iOS-only — see Platform Availability)* |
|
|
578
|
+
| `com.apple.shortcuts.OpenWorkflowAction` | Open Shortcut |
|
|
579
|
+
| `com.apple.shortcuts.RenameShortcutAction` | Rename Shortcut |
|
|
580
|
+
| `com.apple.shortcuts.RunShortcutConfigurationIntent` | Shortcut |
|
|
581
|
+
| `com.apple.shortcuts.RunShortcutFromCollectionIntent` | Run Shortcut from Folder |
|
|
582
|
+
| `com.apple.shortcuts.RunShortcutIntent` | Run Shortcut |
|
|
583
|
+
| `com.apple.shortcuts.SearchActionDrawerAction` | Search Shortcuts Actions |
|
|
584
|
+
| `com.apple.shortcuts.SearchShortcutsAction` | Search in Shortcuts |
|
|
585
|
+
| `com.apple.shortcuts.SetShortcutAttributesAction` | Set Shortcut Attributes |
|
|
586
|
+
| `com.apple.shortcuts.ShortcutsFolderConfigurationIntent` | Shortcuts Folder |
|
|
587
|
+
| `com.apple.shortcuts.StopWorkflowAction` | Stop Shortcut |
|
|
588
|
+
|
|
589
|
+
### System Controls (52 actions)
|
|
590
|
+
|
|
591
|
+
Toggle and set system settings:
|
|
592
|
+
|
|
593
|
+
| Pattern | Description |
|
|
594
|
+
|---------|-------------|
|
|
595
|
+
| `Set*` | Set system setting |
|
|
596
|
+
| `Toggle*` | Toggle system setting |
|
|
597
|
+
| `Update*` | Update system setting value |
|
|
598
|
+
|
|
599
|
+
Examples:
|
|
600
|
+
- `com.apple.Home.SetAttributeValueIntent` - Set Attribute
|
|
601
|
+
- `com.apple.Home.ToggleAttributeIntent` - Toggle Attribute
|
|
602
|
+
- `com.apple.AddressBook.UpdateContactIntent` - Update Contact Details
|
|
603
|
+
|
|
604
|
+
### Data & Search (37 actions)
|
|
605
|
+
|
|
606
|
+
| Pattern | Description |
|
|
607
|
+
|---------|-------------|
|
|
608
|
+
| `Find*` | Find/search items |
|
|
609
|
+
| `Get*` | Get data |
|
|
610
|
+
| `Search*` | Search for content |
|
|
611
|
+
|
|
612
|
+
Examples:
|
|
613
|
+
- `com.apple.Safari.FindOnPage` - Find on Page
|
|
614
|
+
- `com.apple.Home.GetAttributeValueIntent` - Get Attribute
|
|
615
|
+
- `com.apple.AddressBook.SearchInContactsIntent` - Search in Contacts App
|
|
616
|
+
|
|
617
|
+
------------|-------|
|
|
618
|
+
| `com.apple.Desktop-Settings.extension.OpenDesktopSettingsDeepLink` | Open Desktop & Dock Setting |
|
|
619
|
+
| `com.apple.GameCenter.Settings.DeviceExpertExtension.OpenGameCenterSettingsDeepLinks` | Open Game Center Settings |
|
|
620
|
+
| `com.apple.donotdisturb.DoNotDisturbAppIntents.OpenFocusSettingsDynamicDeepLinks` | Open Focus Settings |
|
|
621
|
+
| `com.apple.news.NewsSettingsAutomaticDownloadDynamicDeepLinks` | Find News Automatic Download Settings |
|
|
622
|
+
| `com.apple.news.NewsSettingsDynamicDeepLinks` | Find News Settings |
|
|
623
|
+
| `com.apple.systempreferences.AppearanceSettingsDeepLink` | Find Mouse setting |
|
|
624
|
+
| `com.apple.systempreferences.BatterySettingsPaneDynamicDeepLinks` | Find Battery Settings |
|
|
625
|
+
| `com.apple.systempreferences.FamilySettingsDeepLink` | Find FamilySettingsDeepLink |
|
|
626
|
+
| `com.apple.systempreferences.KeyboardSettingsDeepLink` | Find Keyboard Settings Deep Link |
|
|
627
|
+
| `com.apple.systempreferences.OpenAboutSettingsStaticDeepLinks` | Open About |
|
|
628
|
+
| `com.apple.systempreferences.OpenAppearanceSettingsDeepLink` | Open Appearance Settings |
|
|
629
|
+
| `com.apple.systempreferences.OpenBatterySettingsPaneDynamicDeepLinks` | Open Battery Settings |
|
|
630
|
+
| `com.apple.systempreferences.OpenBiometricsAndPasswordSettingsEntityDeepLinks` | OpenBiometricsAndPasswordSettingsEntityDeepLinks |
|
|
631
|
+
| `com.apple.systempreferences.OpenBluetoothSettingsDeepLinks` | Open Bluetooth Settings |
|
|
632
|
+
| `com.apple.systempreferences.OpenDesktopSettingsDeepLink` | Open Desktop & Dock Setting |
|
|
633
|
+
| `com.apple.systempreferences.OpenDisplaysSettingsDeepLinks` | Open Displays |
|
|
634
|
+
| `com.apple.systempreferences.OpenInternationalSettingsDeepLink` | Open Language & Region Settings |
|
|
635
|
+
| `com.apple.systempreferences.OpenKeyboardSettingsDeepLink` | Open Keyboard Settings |
|
|
636
|
+
| `com.apple.systempreferences.OpenNetworkSettingsDeepLinks` | Open Network |
|
|
637
|
+
| `com.apple.systempreferences.OpenSoundSettingsDeepLinks` | Open Sound |
|
|
638
|
+
| `com.apple.systempreferences.OpenSpotlightSettingsDeepLinks` | Open Search Settings |
|
|
639
|
+
| `com.apple.systempreferences.OpenTimeMachineSettingsStaticDeepLinks` | Open Time Machine Settings |
|
|
640
|
+
| `com.apple.systempreferences.SpotlightSettingsDeepLinks` | Find Search Settings |
|
|
641
|
+
|
|
642
|
+
### Accessibility (306 actions)
|
|
643
|
+
|
|
644
|
+
Accessibility settings and controls:
|
|
645
|
+
|
|
646
|
+
| Identifier Pattern | Description |
|
|
647
|
+
|-------------------|-------------|
|
|
648
|
+
| `OpenAccessibility*` | Open specific accessibility pane |
|
|
649
|
+
| `Ax*` | Accessibility entities and updatable values |
|
|
650
|
+
| `UpdateAx*` | Update accessibility setting value |
|
|
651
|
+
| `ToggleAx*` | Toggle accessibility feature |
|
|
652
|
+
|
|
653
|
+
Examples:
|
|
654
|
+
- `com.apple.systempreferences.OpenAccessibilityAudioDescriptionsStaticDeepLinks` - Open Accessibility Audio Descriptions Settings
|
|
655
|
+
- `com.apple.systempreferences.AxAdaptiveVoiceShortcutsEntity` - Get Vocal Shortcuts
|
|
656
|
+
|
|
657
|
+
### Clock & Alarms (18 actions)
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
| Identifier | Title |
|
|
662
|
+
|------------|-------|
|
|
663
|
+
| `com.apple.clock.AddWorldClockIntent` | Add City |
|
|
664
|
+
| `com.apple.clock.CancelTimerIntent` | Cancel Timer |
|
|
665
|
+
| `com.apple.clock.DeleteAlarmIntent` | Delete Alarms |
|
|
666
|
+
| `com.apple.clock.GetCurrentTimerDetailsIntent` | Get Current Timer |
|
|
667
|
+
| `com.apple.clock.GetTimeForCityIntent` | Get Time for City |
|
|
668
|
+
| `com.apple.clock.LapStopwatchIntent` | Lap Stopwatch |
|
|
669
|
+
| `com.apple.clock.OpenAlarmIntent` | Opens Alarm |
|
|
670
|
+
| `com.apple.clock.OpenTab` | Open Tab |
|
|
671
|
+
| `com.apple.clock.OpenTabIntent` | Open Clock Tab |
|
|
672
|
+
| `com.apple.clock.PauseTimerIntent` | Pause Timer |
|
|
673
|
+
| `com.apple.clock.RemoveWorldClockIntent` | Remove City |
|
|
674
|
+
| `com.apple.clock.ResetStopwatchIntent` | Reset Stopwatch |
|
|
675
|
+
| `com.apple.clock.ResumeTimerIntent` | Resume Timer |
|
|
676
|
+
| `com.apple.clock.StartStopwatchIntent` | Start Stopwatch |
|
|
677
|
+
| `com.apple.clock.StopStopwatchIntent` | Stop the Stopwatch |
|
|
678
|
+
| `com.apple.mobiletimer-framework.MobileTimerIntents.MTCreateAlarmIntent` | Add Alarm |
|
|
679
|
+
| `com.apple.mobiletimer-framework.MobileTimerIntents.MTGetAlarmsIntent` | Find Alarms |
|
|
680
|
+
| `com.apple.mobiletimer-framework.MobileTimerIntents.MTToggleAlarmIntent` | Toggle Alarm |
|
|
681
|
+
|
|
682
|
+
### Calendar (26 actions)
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
| Identifier | Title |
|
|
687
|
+
|------------|-------|
|
|
688
|
+
| `com.apple.iCal.CreateCalendarIntent` | Create Calendar |
|
|
689
|
+
| `com.apple.iCal.CreateEventIntent` | Create Event |
|
|
690
|
+
| `com.apple.iCal.CreateEventIntent_v0` | Create Event |
|
|
691
|
+
| `com.apple.iCal.DeleteCalendarsIntent` | Delete Calendars |
|
|
692
|
+
| `com.apple.iCal.DeleteEventIntent` | Delete Events |
|
|
693
|
+
| `com.apple.iCal.DeleteEventIntent_v0` | Delete Events |
|
|
694
|
+
| `com.apple.iCal.EditEventIntent` | Edit Event |
|
|
695
|
+
| `com.apple.iCal.EditEventIntent_v0` | Edit Event |
|
|
696
|
+
| `com.apple.iCal.EmailAttendeesIntent` | Email Attendees |
|
|
697
|
+
| `com.apple.iCal.EmailOrganizerIntent` | Email Organizer |
|
|
698
|
+
| `com.apple.iCal.EventEntity` | Find Event |
|
|
699
|
+
| `com.apple.iCal.FetchTransferableEventByURLIntent` | Fetch Transferable Event By URL Intent |
|
|
700
|
+
| `com.apple.iCal.FetchTransferableEventsInRangeIntent` | Fetch Transferable Events In Range Intent <no loc> |
|
|
701
|
+
| `com.apple.iCal.HighlightEventIntent` | Highlight Event |
|
|
702
|
+
| `com.apple.iCal.InboxItemEntity` | Find Inbox Item |
|
|
703
|
+
| `com.apple.iCal.JoinEventIntent` | Join Event |
|
|
704
|
+
| `com.apple.iCal.ListEventsIntent` | List Events Intent <no loc> |
|
|
705
|
+
| `com.apple.iCal.OpenCalendarEditorIntent` | Open Calendar Editor |
|
|
706
|
+
| `com.apple.iCal.OpenCalendarViewIntent` | Open Calendar View |
|
|
707
|
+
| `com.apple.iCal.OpenDateIntent` | Open Date |
|
|
708
|
+
| `com.apple.iCal.OpenEventDetailsIntent` | Open Event Details |
|
|
709
|
+
| `com.apple.iCal.OpenEventEditorIntent` | Open Event Editor |
|
|
710
|
+
| `com.apple.iCal.RespondToInboxItemIntent` | Respond to Inbox Item |
|
|
711
|
+
| `com.apple.iCal.SetCalendarFocusConfiguration` | Set Calendar Focus Filter |
|
|
712
|
+
| `com.apple.iCal.TransferableCalendarEntity` | Find TransferableCalendarEntity <no loc> |
|
|
713
|
+
| `com.apple.iCal.TransferableSourceEntity` | Find TransferableSourceEntity <no loc> |
|
|
714
|
+
|
|
715
|
+
### Reminders (36 actions)
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
| Identifier | Title |
|
|
720
|
+
|------------|-------|
|
|
721
|
+
| `com.apple.reminders.AddOrRemoveTagsAppIntent` | Add or Remove Tags |
|
|
722
|
+
| `com.apple.reminders.CompleteReminderAppIntent` | Set Reminder completion state |
|
|
723
|
+
| `com.apple.reminders.CompleteRemindersAppIntent` | Set Reminders completion state <no loc> |
|
|
724
|
+
| `com.apple.reminders.CreateCustomSmartListAppIntent` | Open New Custom Smart List |
|
|
725
|
+
| `com.apple.reminders.CreateGroupAppIntent` | Create Group |
|
|
726
|
+
| `com.apple.reminders.CreateSectionAppIntent` | Create Section |
|
|
727
|
+
| `com.apple.reminders.DeleteListsAppIntent` | Delete Lists |
|
|
728
|
+
| `com.apple.reminders.DeleteRemindersAppIntent` | Delete Reminders and Subtasks |
|
|
729
|
+
| `com.apple.reminders.DeleteRemindersListGroupsAppIntent` | Delete Groups |
|
|
730
|
+
| `com.apple.reminders.DeleteSectionsAppIntent` | Delete Sections |
|
|
731
|
+
| `com.apple.reminders.GroupEntity-UpdatableEntity` | Change Reminders Group Name |
|
|
732
|
+
| `com.apple.reminders.ListEntity-UpdatableEntity` | Edit Reminders List |
|
|
733
|
+
| `com.apple.reminders.MoveRemindersAppIntent` | Move Reminders |
|
|
734
|
+
| `com.apple.reminders.MoveRemindersToListAppIntent` | Move Reminders to a Reminders List <no loc> |
|
|
735
|
+
| `com.apple.reminders.MoveRemindersToParentReminderAppIntent` | Move Reminders to become Subtasks of a Parent Reminder <no loc> |
|
|
736
|
+
| `com.apple.reminders.MoveRemindersToSectionAppIntent` | Move Reminders to a Reminders List Section <no loc> |
|
|
737
|
+
| `com.apple.reminders.OpenGroupAppIntent` | Open Group |
|
|
738
|
+
| `com.apple.reminders.OpenReminderAppIntent` | Open Reminder In List |
|
|
739
|
+
| `com.apple.reminders.OpenSectionAppIntent` | Reveal Section In List |
|
|
740
|
+
| `com.apple.reminders.OpenSmartListAppIntent` | Open Smart List |
|
|
741
|
+
| `com.apple.reminders.OpenTagsAppIntent` | Open Tag Browser |
|
|
742
|
+
| `com.apple.reminders.RemotePreferencesEntity` | Get User Defaults Entity |
|
|
743
|
+
| `com.apple.reminders.SectionEntity-UpdatableEntity` | Edit Reminders List Section |
|
|
744
|
+
| `com.apple.reminders.SmartListEntity` | Find Smart List |
|
|
745
|
+
| `com.apple.reminders.TTRCreateListAppIntent` | Create List |
|
|
746
|
+
| `com.apple.reminders.TTRCreateReminderAppIntent` | Create Reminder |
|
|
747
|
+
| `com.apple.reminders.TTROpenListAppIntent` | Open List |
|
|
748
|
+
| `com.apple.reminders.TTROpenSmartListAppIntent` | Open List |
|
|
749
|
+
| `com.apple.reminders.TTRReminderSetCompletedIntent` | Toggle Reminder completion |
|
|
750
|
+
| `com.apple.reminders.TTRSearchRemindersAppIntent` | Search in Reminders |
|
|
751
|
+
| `com.apple.reminders.UpdateGroupAppIntent` | Update reminders group properties |
|
|
752
|
+
| `com.apple.reminders.UpdateListAppIntent` | Update reminders list properties |
|
|
753
|
+
| `com.apple.reminders.UpdateReminderAppIntent` | Update Reminder properties <no loc> |
|
|
754
|
+
| `com.apple.reminders.UpdateSectionAppIntent` | Update section properties |
|
|
755
|
+
| `com.apple.reminders.UpdateSmartListAppIntent` | Update reminders system smart list properties |
|
|
756
|
+
| `com.apple.reminders.UpdateSmartListIsHiddenAppIntent` | Show/Hide Reminders System Smart List |
|
|
757
|
+
|
|
758
|
+
### Notes (52 actions)
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
| Identifier | Title |
|
|
763
|
+
|------------|-------|
|
|
764
|
+
| `com.apple.Notes.AddFileAttachmentLinkAction` | Add File to Note |
|
|
765
|
+
| `com.apple.Notes.AddLinkAttachmentLinkAction` | Add Link |
|
|
766
|
+
| `com.apple.Notes.AddOrRemoveNoteLockLinkAction` | Add or Remove Note Lock |
|
|
767
|
+
| `com.apple.Notes.AddTagsToNotesLinkAction` | Add Tags to Notes |
|
|
768
|
+
| `com.apple.Notes.AppendMarkdownToNoteLinkAction` | Append Markdown to Note |
|
|
769
|
+
| `com.apple.Notes.ApplyFormattingLinkAction` | Apply Formatting to Selected Text |
|
|
770
|
+
| `com.apple.Notes.AttachmentEntity` | Find Attachment |
|
|
771
|
+
| `com.apple.Notes.ChangeFolderSettingLinkAction` | Change Folder View Setting |
|
|
772
|
+
| `com.apple.Notes.ChangeSettingLinkAction` | Change Notes Setting |
|
|
773
|
+
| `com.apple.Notes.ChangeTagSelectionIntent` | Change Tag Selection |
|
|
774
|
+
| `com.apple.Notes.CloseAppLocationLinkAction` | Close Notes View |
|
|
775
|
+
| `com.apple.Notes.CloseNoteLinkAction` | Close Note |
|
|
776
|
+
| `com.apple.Notes.CreateChecklistItemLinkAction` | Append Checklist Item |
|
|
777
|
+
| `com.apple.Notes.CreateFolderLinkAction` | Create Folder |
|
|
778
|
+
| `com.apple.Notes.CreateNoteFromMarkdownLinkAction` | Create Note from Markdown |
|
|
779
|
+
| `com.apple.Notes.CreateTableLinkAction` | Add Table to Note |
|
|
780
|
+
| `com.apple.Notes.CreateTagLinkAction` | Create Tag |
|
|
781
|
+
| `com.apple.Notes.DeleteAttachmentsLinkAction` | Delete Attachments |
|
|
782
|
+
| `com.apple.Notes.DeleteChecklistItemsLinkAction` | Delete Checklist Items |
|
|
783
|
+
| `com.apple.Notes.DeleteFoldersLinkAction` | Delete Folders |
|
|
784
|
+
| `com.apple.Notes.DeleteNotesLinkAction` | Delete Notes |
|
|
785
|
+
| `com.apple.Notes.DeleteTablesLinkAction` | Delete Tables |
|
|
786
|
+
| `com.apple.Notes.DeleteTagsLinkAction` | Delete Tags |
|
|
787
|
+
| `com.apple.Notes.GetLinkedNotesLinkAction` | Get Linked Notes |
|
|
788
|
+
| `com.apple.Notes.InsertAllMentionLinkAction` | Insert All Mention |
|
|
789
|
+
| `com.apple.Notes.InsertMentionLinkAction` | Insert Mention |
|
|
790
|
+
| `com.apple.Notes.InsertNoteLinkLinkAction` | Insert Note Link |
|
|
791
|
+
| `com.apple.Notes.MoveNotesToFolderLinkAction` | Move Notes to Folder |
|
|
792
|
+
| `com.apple.Notes.OpenAccountLinkAction` | Open Account |
|
|
793
|
+
| `com.apple.Notes.OpenAppLocationLinkAction` | Open Notes View |
|
|
794
|
+
| `com.apple.Notes.OpenAttachmentLinkAction` | Open Attachment |
|
|
795
|
+
| `com.apple.Notes.OpenChecklistItemLinkAction` | Reveal Checklist Item |
|
|
796
|
+
| `com.apple.Notes.OpenFolderLinkAction` | Open Folder |
|
|
797
|
+
| `com.apple.Notes.OpenTableLinkAction` | Reveal Table |
|
|
798
|
+
| `com.apple.Notes.OpenTagLinkAction` | Open Tag |
|
|
799
|
+
| `com.apple.Notes.OpenTopLevelFolderLinkAction` | Open Top-Level Folder |
|
|
800
|
+
| `com.apple.Notes.PinNotesLinkAction` | Pin Notes |
|
|
801
|
+
| `com.apple.Notes.QuickNoteIntent` | Quick Note |
|
|
802
|
+
| `com.apple.Notes.RemoveTagsFromNotesLinkAction` | Remove Tags from Notes |
|
|
803
|
+
| `com.apple.Notes.RenameFolderLinkAction` | Rename Folder |
|
|
804
|
+
| `com.apple.Notes.ReplaceSelectionLinkAction` | Replace Selected Text |
|
|
805
|
+
| `com.apple.Notes.SetAttachmentSizeLinkAction` | Set Attachment Size |
|
|
806
|
+
| `com.apple.Notes.SetChecklistItemCheckedLinkActionv2` | Set Checklist Items Checked |
|
|
807
|
+
| `com.apple.Notes.SetParagraphStyleLinkAction` | Set Paragraph Style |
|
|
808
|
+
| `com.apple.Notes.ShowNotesAppSearchResultsLinkAction` | Show Note and Attachment Search Result |
|
|
809
|
+
| `com.apple.Notes.ShowQuickNoteIntent` | Show Quick Note |
|
|
810
|
+
| `com.apple.Notes.StartRecordingLinkAction` | Start Audio Recording |
|
|
811
|
+
| `com.apple.Notes.TableEntity` | Find Table |
|
|
812
|
+
| `com.apple.mobilenotes.SharingExtension` | Create Note |
|
|
813
|
+
| `is.workflow.actions.appendnote` | Append to Note |
|
|
814
|
+
| `is.workflow.actions.filter.notes` | Find Notes |
|
|
815
|
+
| `is.workflow.actions.shownote` | Open Note |
|
|
816
|
+
|
|
817
|
+
### Safari (31 actions)
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
| Identifier | Title |
|
|
822
|
+
|------------|-------|
|
|
823
|
+
| `com.apple.Safari.BookmarkEntity` | Find Bookmarks |
|
|
824
|
+
| `com.apple.Safari.BookmarkTabIntent` | Bookmark Tab |
|
|
825
|
+
| `com.apple.Safari.BookmarkURLIntent` | Bookmark URL |
|
|
826
|
+
| `com.apple.Safari.CloseTab` | Close Tab |
|
|
827
|
+
| `com.apple.Safari.CloseTabsAssistantIntent` | Close Tabs |
|
|
828
|
+
| `com.apple.Safari.CloseView` | Close View |
|
|
829
|
+
| `com.apple.Safari.CloseWindowsIntent` | Close Windows |
|
|
830
|
+
| `com.apple.Safari.CreateNewBookmark` | Add Bookmark |
|
|
831
|
+
| `com.apple.Safari.CreateNewTab` | Create New Tab |
|
|
832
|
+
| `com.apple.Safari.CreateNewTabGroup` | Create Tab Group |
|
|
833
|
+
| `com.apple.Safari.CreateNewWindow` | Create Window |
|
|
834
|
+
| `com.apple.Safari.CreateTabAssistantIntent` | Create Tab |
|
|
835
|
+
| `com.apple.Safari.DeleteBookmarks` | Delete Bookmarks |
|
|
836
|
+
| `com.apple.Safari.DeleteTabGroups` | Delete Tab Groups |
|
|
837
|
+
| `com.apple.Safari.FindOnPage` | Find on Page |
|
|
838
|
+
| `com.apple.Safari.LoadURLInTab` | Open Link |
|
|
839
|
+
| `com.apple.Safari.MoveTabsToTabGroup` | Move Tabs to Tab Group |
|
|
840
|
+
| `com.apple.Safari.MoveTabsToWindowIntent` | Move Tabs to Window |
|
|
841
|
+
| `com.apple.Safari.OpenBookmark` | Open Bookmark |
|
|
842
|
+
| `com.apple.Safari.OpenBookmarkAssistantIntent` | Open Bookmark |
|
|
843
|
+
| `com.apple.Safari.OpenTab` | Switch Tab |
|
|
844
|
+
| `com.apple.Safari.OpenTabGroup` | Open Tab Group |
|
|
845
|
+
| `com.apple.Safari.OpenTabGroupForFocus` | Set Safari Focus Filter |
|
|
846
|
+
| `com.apple.Safari.OpenView` | Open View |
|
|
847
|
+
| `com.apple.Safari.QuickWebsiteSearchIntent` | Search Website |
|
|
848
|
+
| `com.apple.Safari.QuickWebsiteSearchProviderEntity` | Find browser_SearchableWebsiteEntity_1.0.0_entity_type_display_representation |
|
|
849
|
+
| `com.apple.Safari.SearchTabs` | Search Tabs |
|
|
850
|
+
| `com.apple.Safari.ShowWindowIntent` | Show Window |
|
|
851
|
+
| `com.apple.Safari.TabEntity` | Find Tabs |
|
|
852
|
+
| `com.apple.Safari.TabGroupEntity` | Find Tab Groups |
|
|
853
|
+
| `com.apple.Safari.WindowEntity` | Find Window |
|
|
854
|
+
|
|
855
|
+
### Home (32 actions)
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
| Identifier | Title |
|
|
860
|
+
|------------|-------|
|
|
861
|
+
| `com.apple.Home.ActivateSceneIntent` | Activate Scene |
|
|
862
|
+
| `com.apple.Home.AutomateAttributeValueIntent` | Automate Set Attribute Value |
|
|
863
|
+
| `com.apple.Home.AutomateSceneIntent` | Automate Scene |
|
|
864
|
+
| `com.apple.Home.CameraClipEntity` | Find |
|
|
865
|
+
| `com.apple.Home.DeltaAttributeValueIntent` | Delta Attribute |
|
|
866
|
+
| `com.apple.Home.DeviceEntity` | Find Device |
|
|
867
|
+
| `com.apple.Home.ErrorIntent` | Error Intent |
|
|
868
|
+
| `com.apple.Home.ForecastWidgetConfiguration` | Show the Grid Forecast for a Home or your location. |
|
|
869
|
+
| `com.apple.Home.GetAttributeValueIntent` | Get Attribute |
|
|
870
|
+
| `com.apple.Home.GetDeviceInfoIntent` | Get Device Info |
|
|
871
|
+
| `com.apple.Home.HistoricalUsageWidgetConfiguration` | Select Home |
|
|
872
|
+
| `com.apple.Home.HomeAppIntentsExtensionTestAppIntent` | HomeAppIntentsExtensionTestAppIntent |
|
|
873
|
+
| `com.apple.Home.HomeEntity` | Find Selected Home |
|
|
874
|
+
| `com.apple.Home.HomeSingleTileConfigurationIntent` | Scene or Accessory |
|
|
875
|
+
| `com.apple.Home.HomeXLModuleConfigurationIntent` | Accessories |
|
|
876
|
+
| `com.apple.Home.OpenURLInHomeIntent` | Open Accessory or Scene in Home app |
|
|
877
|
+
| `com.apple.Home.RecommendedItemIntent` | Recommended Item |
|
|
878
|
+
| `com.apple.Home.RoomEntity` | Find Room |
|
|
879
|
+
| `com.apple.Home.SceneEntity` | Find Scene |
|
|
880
|
+
| `com.apple.Home.SecureToggleIntent` | Toggle Accessory or Scene |
|
|
881
|
+
| `com.apple.Home.SelectedHomeEntity` | Find Selected Home |
|
|
882
|
+
| `com.apple.Home.SetAttributeValueIntent` | Set Attribute |
|
|
883
|
+
| `com.apple.Home.ShowDeviceResultIntent` | Show Device Result |
|
|
884
|
+
| `com.apple.Home.ShowErrorIntent` | Show Error |
|
|
885
|
+
| `com.apple.Home.ShowNavigationIntent` | Show Navigation |
|
|
886
|
+
| `com.apple.Home.ShowSceneResultIntent` | Show Scene Result |
|
|
887
|
+
| `com.apple.Home.TileControlAction` | ToggleIntentTitle |
|
|
888
|
+
| `com.apple.Home.ToggleAttributeIntent` | Toggle Attribute |
|
|
889
|
+
| `com.apple.Home.ToggleControlConfigurationIntent` | Scene or Accessory |
|
|
890
|
+
| `com.apple.Home.ToggleIntent` | Toggle Accessory or Scene |
|
|
891
|
+
| `com.apple.Home.UtilityRateInfoWidgetConfiguration` | Select Home |
|
|
892
|
+
| `com.apple.Home.ZoneEntity` | Find Zone |
|
|
893
|
+
|
|
894
|
+
### Photos (69 actions)
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
| Identifier | Title |
|
|
899
|
+
|------------|-------|
|
|
900
|
+
| `com.apple.Photos.AddAssetsToAlbumIntent` | Add Photos To Album |
|
|
901
|
+
| `com.apple.Photos.ApplyFilterIntent` | Apply Filter |
|
|
902
|
+
| `com.apple.Photos.ApplyStyleIntent` | Apply Style |
|
|
903
|
+
| `com.apple.Photos.CleanupIntent` | Clean Up |
|
|
904
|
+
| `com.apple.Photos.CopyEditsIntent` | Copy Edits |
|
|
905
|
+
| `com.apple.Photos.CreateAlbumIntent` | Create Album |
|
|
906
|
+
| `com.apple.Photos.CreateAssetsIntent` | Save to Photos |
|
|
907
|
+
| `com.apple.Photos.CropIntent` | Crop |
|
|
908
|
+
| `com.apple.Photos.DeleteAlbumsIntent` | Delete Albums |
|
|
909
|
+
| `com.apple.Photos.DeleteAssetsIntent` | Delete Photos |
|
|
910
|
+
| `com.apple.Photos.DuplicateAssetsIntent` | Duplicate Photos |
|
|
911
|
+
| `com.apple.Photos.EditAssetIntent` | Edit Photo |
|
|
912
|
+
| `com.apple.Photos.EnableDepthIntent` | Portrait Mode |
|
|
913
|
+
| `com.apple.Photos.EnhanceIntent` | Auto Enhance |
|
|
914
|
+
| `com.apple.Photos.FavoriteAssetsIntent` | Favorite Photos |
|
|
915
|
+
| `com.apple.Photos.FavoriteMemoriesIntent` | Favorite Memories |
|
|
916
|
+
| `com.apple.Photos.FavoritePeopleIntent` | Favorite People or Pets |
|
|
917
|
+
| `com.apple.Photos.FilterLibraryIntent` | Set Library View |
|
|
918
|
+
| `com.apple.Photos.HideAssetsIntent` | Hide Photos |
|
|
919
|
+
| `com.apple.Photos.HidePeopleIntent` | Hide People or Pets |
|
|
920
|
+
| `com.apple.Photos.MarkupIntent` | Markup |
|
|
921
|
+
| `com.apple.Photos.MoveAssetsToPersonalLibraryIntent` | Move to Personal Library |
|
|
922
|
+
| `com.apple.Photos.MoveAssetsToSharedLibraryIntent` | Move to Shared Library |
|
|
923
|
+
| `com.apple.Photos.OpenAlbumIntent` | Open Album |
|
|
924
|
+
| `com.apple.Photos.OpenAssetIntent` | Open Photo |
|
|
925
|
+
| `com.apple.Photos.OpenDestinationIntent` | Open View |
|
|
926
|
+
| `com.apple.Photos.OpenMemoryCreationViewIntent` | Create Memory |
|
|
927
|
+
| `com.apple.Photos.OpenMemoryIntent` | Open Memory |
|
|
928
|
+
| `com.apple.Photos.OpenPersonIntent` | Open Person |
|
|
929
|
+
| `com.apple.Photos.PLPhotosReliveWidgetConfigurationIntent` | Photos Relive Widget Configuration |
|
|
930
|
+
| `com.apple.Photos.PasteEditsIntent` | Paste Edits |
|
|
931
|
+
| `com.apple.Photos.PhotosAddAssetsToAlbumAssistantIntent` | Add Photos to Album |
|
|
932
|
+
| `com.apple.Photos.PhotosCleanupPhotoAssistantIntent` | Cleanup |
|
|
933
|
+
| `com.apple.Photos.PhotosCopyEditsAssistantIntent` | Copy Edits |
|
|
934
|
+
| `com.apple.Photos.PhotosCreateAlbumAssistantIntent` | Create Album |
|
|
935
|
+
| `com.apple.Photos.PhotosCreateAssetsAssistantIntent` | Create Photos |
|
|
936
|
+
| `com.apple.Photos.PhotosCropAssistantIntent` | Crop Photo |
|
|
937
|
+
| `com.apple.Photos.PhotosDeleteAlbumsAssistantIntent` | Delete Albums |
|
|
938
|
+
| `com.apple.Photos.PhotosDeleteAssetsAssistantIntent` | Delete Photos |
|
|
939
|
+
| `com.apple.Photos.PhotosDuplicateAssetsAssistantIntent` | Duplicate Photos |
|
|
940
|
+
| `com.apple.Photos.PhotosPasteEditsAssistantIntent` | Paste Edits |
|
|
941
|
+
| `com.apple.Photos.PhotosReliveWidgetFeaturedConfiguration` | Photos Relive Featured Widget Configuration |
|
|
942
|
+
| `com.apple.Photos.PhotosRemoveAssetsFromAlbumAssistantIntent` | Remove Photos from Album |
|
|
943
|
+
| `com.apple.Photos.PhotosSearchAssistantIntent` | Search Photos |
|
|
944
|
+
| `com.apple.Photos.PhotosSetDepthAssistantIntent` | Set Depth |
|
|
945
|
+
| `com.apple.Photos.PhotosSetExposureAssistantIntent` | Set Exposure |
|
|
946
|
+
| `com.apple.Photos.PhotosSetFilterAssistantIntent` | Apply Filter |
|
|
947
|
+
| `com.apple.Photos.PhotosSetRotationAssistantIntent` | Rotate Photo |
|
|
948
|
+
| `com.apple.Photos.PhotosSetSaturationAssistantIntent` | Set Saturation |
|
|
949
|
+
| `com.apple.Photos.PhotosSetWarmthAssistantIntent` | Set Warmth |
|
|
950
|
+
| `com.apple.Photos.PhotosStraightenAssistantIntent` | Straighten Photo |
|
|
951
|
+
| `com.apple.Photos.PhotosToggleDepthAssistantIntent` | Toggle Depth |
|
|
952
|
+
| `com.apple.Photos.PhotosToggleSuggestedEditsAssistantIntent` | Enhance Photo |
|
|
953
|
+
| `com.apple.Photos.PhotosUpdateAlbumAssistantIntent` | Rename Album |
|
|
954
|
+
| `com.apple.Photos.PhotosUpdateAssetAssistantIntent` | Update Photo |
|
|
955
|
+
| `com.apple.Photos.PhotosUpdateRecognizedPersonAssistantIntent` | Update Person |
|
|
956
|
+
| `com.apple.Photos.RemoveAssetsFromAlbumIntent` | Remove Photos From Album |
|
|
957
|
+
| `com.apple.Photos.RenameAlbumIntent` | Rename Album |
|
|
958
|
+
| `com.apple.Photos.RenamePersonIntent` | Rename Person |
|
|
959
|
+
| `com.apple.Photos.RevealAlbumsIntent` | REVEAL_ALBUMS_INTENT_TITLE |
|
|
960
|
+
| `com.apple.Photos.RevealAssetsIntent` | REVEAL_ASSETS_INTENT_TITLE |
|
|
961
|
+
| `com.apple.Photos.RotateIntent` | Rotate |
|
|
962
|
+
| `com.apple.Photos.SetApertureIntent` | Set Aperture |
|
|
963
|
+
| `com.apple.Photos.SetAudioMixIntent` | Set Audio Mix |
|
|
964
|
+
| `com.apple.Photos.SetExposureIntent` | Set Exposure |
|
|
965
|
+
| `com.apple.Photos.SetPlaybackRateIntent` | Set Playback Speed |
|
|
966
|
+
| `com.apple.Photos.SetSaturationIntent` | Set Saturation |
|
|
967
|
+
| `com.apple.Photos.SetWarmthIntent` | Set Warmth |
|
|
968
|
+
| `com.apple.Photos.StraightenIntent` | Straighten |
|
|
969
|
+
|
|
970
|
+
### Music (1 actions)
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
| Identifier | Title |
|
|
975
|
+
|------------|-------|
|
|
976
|
+
| `com.apple.ShortcutsActions.PlayMusicTopHitAction` | Play Music |
|
|
977
|
+
|
|
978
|
+
### Writing Tools (3 actions)
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
| Identifier | Title |
|
|
983
|
+
|------------|-------|
|
|
984
|
+
| `com.apple.AppKit.WritingToolsComposeIntent` | Text Compose |
|
|
985
|
+
| `com.apple.AppKit.WritingToolsProofreadIntent` | Proofread |
|
|
986
|
+
| `com.apple.AppKit.WritingToolsRewriteIntent` | Rewrite |
|
|
987
|
+
|
|
988
|
+
### Voice Memos (24 actions)
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
| Identifier | Title |
|
|
993
|
+
|------------|-------|
|
|
994
|
+
| `com.apple.VoiceMemos.AudioQualityEntity` | Get Audio Quality |
|
|
995
|
+
| `com.apple.VoiceMemos.AudioQualityEntity-UpdatableEntity` | Edit Audio Quality |
|
|
996
|
+
| `com.apple.VoiceMemos.ChangeRecordingPlaybackSetting` | Change Recording Playback Setting |
|
|
997
|
+
| `com.apple.VoiceMemos.ClearDeletedEntity` | Get Clear Deleted |
|
|
998
|
+
| `com.apple.VoiceMemos.ClearDeletedEntity-UpdatableEntity` | Edit Clear Deleted |
|
|
999
|
+
| `com.apple.VoiceMemos.CreateFolder` | Create Folder |
|
|
1000
|
+
| `com.apple.VoiceMemos.DeleteFolder` | Delete Folders |
|
|
1001
|
+
| `com.apple.VoiceMemos.DeleteRecording` | Delete Recordings |
|
|
1002
|
+
| `com.apple.VoiceMemos.LocationBasedNamingEntity` | Get Location-based Naming |
|
|
1003
|
+
| `com.apple.VoiceMemos.LocationBasedNamingEntity-UpdatableEntity` | Edit Location-based Naming |
|
|
1004
|
+
| `com.apple.VoiceMemos.OpenFolder` | Open Folder |
|
|
1005
|
+
| `com.apple.VoiceMemos.OpenResetAnalyticsIdentifierEntity` | Open Reset Identifier |
|
|
1006
|
+
| `com.apple.VoiceMemos.PlaybackVoiceMemoIntent` | Play Recording |
|
|
1007
|
+
| `com.apple.VoiceMemos.RCCombineRecordings` | Combine Recordings |
|
|
1008
|
+
| `com.apple.VoiceMemos.RCControlCenterToggleRecording` | CONTROL_CENTER_TOGGLE_RECORDING_INTENT_TITLE |
|
|
1009
|
+
| `com.apple.VoiceMemos.RCImportRecording` | Import Recording |
|
|
1010
|
+
| `com.apple.VoiceMemos.RCRecordingEntity` | Find Recordings |
|
|
1011
|
+
| `com.apple.VoiceMemos.RecordVoiceMemoIntent` | Create Recording |
|
|
1012
|
+
| `com.apple.VoiceMemos.ResetAnalyticsIdentifierEntity` | Get Reset Identifier |
|
|
1013
|
+
| `com.apple.VoiceMemos.SearchRecordings` | Search in Voice Memos |
|
|
1014
|
+
| `com.apple.VoiceMemos.SelectRecording` | Select Recording |
|
|
1015
|
+
| `com.apple.VoiceMemos.StopRecording` | Stop Recording |
|
|
1016
|
+
| `com.apple.VoiceMemos.ToggleRecording` | Voice Memo |
|
|
1017
|
+
| `com.apple.VoiceMemos.WFAppSettingEntityUpdaterAction` | Change Voice Memos Settings |
|
|
1018
|
+
|
|
1019
|
+
### Shortcuts (23 actions)
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
| Identifier | Title |
|
|
1024
|
+
|------------|-------|
|
|
1025
|
+
| `com.apple.VoiceMemos.WFGetAppSettingAction` | Get Voice Memos Settings |
|
|
1026
|
+
| `com.apple.news.WFGetAppSettingAction` | Get News Settings |
|
|
1027
|
+
| `com.apple.shortcuts.AddShortcutToHomeScreenAction` | Add Shortcut to Home Screen |
|
|
1028
|
+
| `com.apple.shortcuts.ChangeShortcutIconAction` | Change Shortcut Icon |
|
|
1029
|
+
| `com.apple.shortcuts.CreateFolderAction` | Create Folder |
|
|
1030
|
+
| `com.apple.shortcuts.CreateShortcutiCloudLinkAction` | Create iCloud Link for Shortcut |
|
|
1031
|
+
| `com.apple.shortcuts.CreateWorkflowAction` | Create Shortcut |
|
|
1032
|
+
| `com.apple.shortcuts.DeleteWorkflowAction` | Delete Shortcuts |
|
|
1033
|
+
| `com.apple.shortcuts.GetShortcutAttributesAction` | Get Shortcut Attributes |
|
|
1034
|
+
| `com.apple.shortcuts.MoveShortcutToFolderAction` | Move Shortcut |
|
|
1035
|
+
| `com.apple.shortcuts.OpenAppIntent` | Open App |
|
|
1036
|
+
| `com.apple.shortcuts.OpenNavigationDestinationAction` | Open Folder |
|
|
1037
|
+
| `com.apple.shortcuts.OpenShortcutsStaticDeepLinks` | Open Shortcuts Settings *(iOS-only — see Platform Availability)* |
|
|
1038
|
+
| `com.apple.shortcuts.OpenWorkflowAction` | Open Shortcut |
|
|
1039
|
+
| `com.apple.shortcuts.RenameShortcutAction` | Rename Shortcut |
|
|
1040
|
+
| `com.apple.shortcuts.RunShortcutConfigurationIntent` | Shortcut |
|
|
1041
|
+
| `com.apple.shortcuts.RunShortcutFromCollectionIntent` | Run Shortcut from Folder |
|
|
1042
|
+
| `com.apple.shortcuts.RunShortcutIntent` | Run Shortcut |
|
|
1043
|
+
| `com.apple.shortcuts.SearchActionDrawerAction` | Search Shortcuts Actions |
|
|
1044
|
+
| `com.apple.shortcuts.SearchShortcutsAction` | Search in Shortcuts |
|
|
1045
|
+
| `com.apple.shortcuts.SetShortcutAttributesAction` | Set Shortcut Attributes |
|
|
1046
|
+
| `com.apple.shortcuts.ShortcutsFolderConfigurationIntent` | Shortcuts Folder |
|
|
1047
|
+
| `com.apple.shortcuts.StopWorkflowAction` | Stop Shortcut |
|
|
1048
|
+
|
|
1049
|
+
### System Controls (52 actions)
|
|
1050
|
+
|
|
1051
|
+
Toggle and set system settings:
|
|
1052
|
+
|
|
1053
|
+
| Pattern | Description |
|
|
1054
|
+
|---------|-------------|
|
|
1055
|
+
| `Set*` | Set system setting |
|
|
1056
|
+
| `Toggle*` | Toggle system setting |
|
|
1057
|
+
| `Update*` | Update system setting value |
|
|
1058
|
+
|
|
1059
|
+
Examples:
|
|
1060
|
+
- `com.apple.Home.SetAttributeValueIntent` - Set Attribute
|
|
1061
|
+
- `com.apple.Home.ToggleAttributeIntent` - Toggle Attribute
|
|
1062
|
+
- `com.apple.AddressBook.UpdateContactIntent` - Update Contact Details
|
|
1063
|
+
|
|
1064
|
+
### Data & Search (37 actions)
|
|
1065
|
+
|
|
1066
|
+
| Pattern | Description |
|
|
1067
|
+
|---------|-------------|
|
|
1068
|
+
| `Find*` | Find/search items |
|
|
1069
|
+
| `Get*` | Get data |
|
|
1070
|
+
| `Search*` | Search for content |
|
|
1071
|
+
|
|
1072
|
+
Examples:
|
|
1073
|
+
- `com.apple.Safari.FindOnPage` - Find on Page
|
|
1074
|
+
- `com.apple.Home.GetAttributeValueIntent` - Get Attribute
|
|
1075
|
+
- `com.apple.AddressBook.SearchInContactsIntent` - Search in Contacts App
|
|
1076
|
+
|
|
1077
|
+
------------|-------|
|
|
1078
|
+
| `OpenAboutSettingsStaticDeepLinks` | Open About |
|
|
1079
|
+
| `OpenAirDropSettingsStaticDeepLinks` | Open AirDrop |
|
|
1080
|
+
| `OpenAppleIDSettingsStaticDeepLinks` | Open Apple ID |
|
|
1081
|
+
| `OpenBatterySettingsStaticDeepLinks` | Open Battery |
|
|
1082
|
+
| `OpenBluetoothSettingsStaticDeepLinks` | Open Bluetooth |
|
|
1083
|
+
| `OpenDisplaySettingsStaticDeepLinks` | Open Display |
|
|
1084
|
+
| `OpenFamilySettingsStaticDeepLinks` | Open Family |
|
|
1085
|
+
| `OpenFocusSettingsStaticDeepLinks` | Open Focus |
|
|
1086
|
+
| `OpenGeneralSettingsStaticDeepLinks` | Open General |
|
|
1087
|
+
| `OpenInternetAccountsSettingsStaticDeepLinks` | Open Internet Accounts |
|
|
1088
|
+
| `OpenKeyboardSettingsStaticDeepLinks` | Open Keyboard |
|
|
1089
|
+
| `OpenLanguageSettingsStaticDeepLinks` | Open Language |
|
|
1090
|
+
| `OpenNetworkSettingsStaticDeepLinks` | Open Network |
|
|
1091
|
+
| `OpenNotificationSettingsStaticDeepLinks` | Open Notifications |
|
|
1092
|
+
| `OpenPasswordsSettingsStaticDeepLinks` | Open Passwords |
|
|
1093
|
+
| `OpenPrivacySettingsStaticDeepLinks` | Open Privacy |
|
|
1094
|
+
| `OpenScreenTimeSettingsStaticDeepLinks` | Open Screen Time |
|
|
1095
|
+
| `OpenSecuritySettingsStaticDeepLinks` | Open Security |
|
|
1096
|
+
| `OpenSiriSettingsStaticDeepLinks` | Open Siri |
|
|
1097
|
+
| `OpenSoftwareUpdateSettingsStaticDeepLinks` | Open Software Update |
|
|
1098
|
+
| `OpenSoundSettingsStaticDeepLinks` | Open Sound |
|
|
1099
|
+
| `OpenStorageSettingsStaticDeepLinks` | Open Storage |
|
|
1100
|
+
| `OpenTrackpadSettingsStaticDeepLinks` | Open Trackpad |
|
|
1101
|
+
| `OpenWalletSettingsStaticDeepLinks` | Open Wallet |
|
|
1102
|
+
| `OpenWiFiSettingsStaticDeepLinks` | Open WiFi |
|
|
1103
|
+
|
|
1104
|
+
### Accessibility (164 actions)
|
|
1105
|
+
|
|
1106
|
+
Accessibility settings and controls:
|
|
1107
|
+
|
|
1108
|
+
| Identifier Pattern | Description |
|
|
1109
|
+
|-------------------|-------------|
|
|
1110
|
+
| `OpenAccessibility*StaticDeepLinks` | Open specific accessibility pane |
|
|
1111
|
+
| `UpdateAx*EntityValueIntent` | Update accessibility setting value |
|
|
1112
|
+
| `ToggleAx*` | Toggle accessibility feature |
|
|
1113
|
+
|
|
1114
|
+
Examples:
|
|
1115
|
+
- `OpenAccessibilityVoiceOverStaticDeepLinks` - Open VoiceOver
|
|
1116
|
+
- `OpenAccessibilityZoomStaticDeepLinks` - Open Zoom
|
|
1117
|
+
- `OpenAccessibilitySwitchControlStaticDeepLinks` - Open Switch Control
|
|
1118
|
+
- `UpdateAxVoiceOverSpeakingRateEntityValueIntent` - Update VoiceOver rate
|
|
1119
|
+
- `ToggleAxVoiceOverIntent` - Toggle VoiceOver
|
|
1120
|
+
|
|
1121
|
+
### Clock & Alarms (23 actions)
|
|
1122
|
+
|
|
1123
|
+
| Identifier | Description |
|
|
1124
|
+
|------------|-------------|
|
|
1125
|
+
| `CreateAlarmIntent` | Create new alarm |
|
|
1126
|
+
| `DeleteAlarmIntent` | Delete alarm |
|
|
1127
|
+
| `ToggleAlarmIntent` | Toggle alarm on/off |
|
|
1128
|
+
| `CreateTimerIntent` | Create timer |
|
|
1129
|
+
| `PauseTimerIntent` | Pause timer |
|
|
1130
|
+
| `ResumeTimerIntent` | Resume timer |
|
|
1131
|
+
| `CancelTimerIntent` | Cancel timer |
|
|
1132
|
+
| `StartStopwatchIntent` | Start stopwatch |
|
|
1133
|
+
| `ResetStopwatchIntent` | Reset stopwatch |
|
|
1134
|
+
|
|
1135
|
+
### Calendar (5 actions)
|
|
1136
|
+
|
|
1137
|
+
| Identifier | Description |
|
|
1138
|
+
|------------|-------------|
|
|
1139
|
+
| `CreateCalendarIntent` | Create calendar |
|
|
1140
|
+
| `DeleteCalendarIntent` | Delete calendar |
|
|
1141
|
+
| `OpenCalendarScreenIntent` | Open calendar view |
|
|
1142
|
+
| `CloseCalendarScreenIntent` | Close calendar |
|
|
1143
|
+
|
|
1144
|
+
### Reminders (12 actions)
|
|
1145
|
+
|
|
1146
|
+
| Identifier | Description |
|
|
1147
|
+
|------------|-------------|
|
|
1148
|
+
| `CreateReminderListIntent` | Create reminder list |
|
|
1149
|
+
| `DeleteReminderListIntent` | Delete reminder list |
|
|
1150
|
+
| `OpenReminderListIntent` | Open reminder list |
|
|
1151
|
+
| `OpenSmartReminderListIntent` | Open smart list |
|
|
1152
|
+
| `CompleteReminderIntent` | Complete reminder |
|
|
1153
|
+
|
|
1154
|
+
### Notes (8 actions)
|
|
1155
|
+
|
|
1156
|
+
| Identifier | Description |
|
|
1157
|
+
|------------|-------------|
|
|
1158
|
+
| `CreateNoteFolderIntent` | Create folder |
|
|
1159
|
+
| `DeleteNoteFolderIntent` | Delete folder |
|
|
1160
|
+
| `CreateNoteTagIntent` | Create tag |
|
|
1161
|
+
| `DeleteNoteTagIntent` | Delete tag |
|
|
1162
|
+
| `AddTagsToNotesIntent` | Add tags to notes |
|
|
1163
|
+
| `RemoveTagsFromNotesIntent` | Remove tags |
|
|
1164
|
+
| `PinNotesIntent` | Pin notes |
|
|
1165
|
+
| `FindNotesIntent` | Find notes |
|
|
1166
|
+
|
|
1167
|
+
### Safari (18 actions)
|
|
1168
|
+
|
|
1169
|
+
| Identifier | Description |
|
|
1170
|
+
|------------|-------------|
|
|
1171
|
+
| `CreateTabIntent` | Create new tab |
|
|
1172
|
+
| `CreatePrivateTabIntent` | Create private tab |
|
|
1173
|
+
| `CloseTabIntent` | Close tab |
|
|
1174
|
+
| `CreateTabGroupIntent` | Create tab group |
|
|
1175
|
+
| `OpenTabIntent` | Open tab |
|
|
1176
|
+
| `OpenTabGroupIntent` | Open tab group |
|
|
1177
|
+
| `FindBookmarksIntent` | Find bookmarks |
|
|
1178
|
+
| `FindReadingListItemsIntent` | Find reading list |
|
|
1179
|
+
| `FindTabsIntent` | Find tabs |
|
|
1180
|
+
| `FindTabGroupsIntent` | Find tab groups |
|
|
1181
|
+
| `ChangeReaderModeStateIntent` | Toggle reader mode |
|
|
1182
|
+
|
|
1183
|
+
### Home (4 actions)
|
|
1184
|
+
|
|
1185
|
+
| Identifier | Description |
|
|
1186
|
+
|------------|-------------|
|
|
1187
|
+
| `FindHomeIntent` | Find home |
|
|
1188
|
+
| `FindHomeDeviceIntent` | Find device |
|
|
1189
|
+
| `FindHomeSceneIntent` | Find scene |
|
|
1190
|
+
| `ToggleHomeAccessoryIntent` | Toggle accessory |
|
|
1191
|
+
|
|
1192
|
+
### Photos (24 actions)
|
|
1193
|
+
|
|
1194
|
+
| Identifier | Description |
|
|
1195
|
+
|------------|-------------|
|
|
1196
|
+
| `CreateMemoryIntent` | Create memory |
|
|
1197
|
+
| `OpenCameraIntent` | Open camera |
|
|
1198
|
+
| `FindPhotosIntent` | Find photos |
|
|
1199
|
+
| `FindAlbumsIntent` | Find albums |
|
|
1200
|
+
| `CreateAlbumIntent` | Create album |
|
|
1201
|
+
|
|
1202
|
+
### Music (2 actions)
|
|
1203
|
+
|
|
1204
|
+
| Identifier | Description |
|
|
1205
|
+
|------------|-------------|
|
|
1206
|
+
| `RecognizeMusicIntent` | Shazam recognition |
|
|
1207
|
+
| `PlayMusicIntent` | Play music |
|
|
1208
|
+
|
|
1209
|
+
### Writing Tools (3 actions)
|
|
1210
|
+
|
|
1211
|
+
| Identifier | Description |
|
|
1212
|
+
|------------|-------------|
|
|
1213
|
+
| `ProofreadIntent` | Proofread text |
|
|
1214
|
+
| `RewriteIntent` | Rewrite text |
|
|
1215
|
+
| `SummarizeIntent` | Summarize text |
|
|
1216
|
+
|
|
1217
|
+
### Voice Memos (10 actions)
|
|
1218
|
+
|
|
1219
|
+
| Identifier | Description |
|
|
1220
|
+
|------------|-------------|
|
|
1221
|
+
| `CreateVoiceMemoFolderIntent` | Create folder |
|
|
1222
|
+
| `DeleteVoiceMemoFolderIntent` | Delete folder |
|
|
1223
|
+
| `OpenVoiceMemoFolderIntent` | Open folder |
|
|
1224
|
+
| `FindVoiceMemosIntent` | Find recordings |
|
|
1225
|
+
| `PlayVoiceMemoIntent` | Play recording |
|
|
1226
|
+
| `DeleteVoiceMemosIntent` | Delete recordings |
|
|
1227
|
+
|
|
1228
|
+
### Shortcuts (8 actions)
|
|
1229
|
+
|
|
1230
|
+
| Identifier | Description |
|
|
1231
|
+
|------------|-------------|
|
|
1232
|
+
| `CreateWorkflowIntent` | Create shortcut |
|
|
1233
|
+
| `DeleteWorkflowIntent` | Delete shortcut |
|
|
1234
|
+
| `CreateiCloudLinkIntent` | Create iCloud link |
|
|
1235
|
+
| `SearchShortcutsIntent` | Search shortcuts |
|
|
1236
|
+
| `RunShortcutIntent` | Run shortcut |
|
|
1237
|
+
|
|
1238
|
+
### System Controls (154 actions)
|
|
1239
|
+
|
|
1240
|
+
Toggle and set system settings:
|
|
1241
|
+
|
|
1242
|
+
| Pattern | Description |
|
|
1243
|
+
|---------|-------------|
|
|
1244
|
+
| `Set*ModeIntent` | Set mode (silent, low power, etc.) |
|
|
1245
|
+
| `Toggle*Intent` | Toggle setting |
|
|
1246
|
+
| `Update*EntityValueIntent` | Update setting value |
|
|
1247
|
+
| `Set*SettingIntent` | Set specific setting |
|
|
1248
|
+
|
|
1249
|
+
Examples:
|
|
1250
|
+
- `SetLowPowerModeIntent` - Set low power mode
|
|
1251
|
+
- `SetAirplaneModeIntent` - Set airplane mode
|
|
1252
|
+
- `ToggleBluetoothIntent` - Toggle Bluetooth
|
|
1253
|
+
- `SetBrightnessIntent` - Set brightness
|
|
1254
|
+
- `SetVolumeIntent` - Set volume
|
|
1255
|
+
|
|
1256
|
+
### Data & Search (21 actions)
|
|
1257
|
+
|
|
1258
|
+
| Pattern | Description |
|
|
1259
|
+
|---------|-------------|
|
|
1260
|
+
| `Find*Intent` | Find/search items |
|
|
1261
|
+
| `Get*Intent` | Get data |
|
|
1262
|
+
| `Search*Intent` | Search for content |
|
|
1263
|
+
|
|
1264
|
+
Examples:
|
|
1265
|
+
- `FindSportsEventsIntent` - Find sports events
|
|
1266
|
+
- `GetPhysicalActivityIntent` - Get physical activity
|
|
1267
|
+
- `SearchFilesIntent` - Search files
|
|
1268
|
+
|
|
1269
|
+
---
|
|
1270
|
+
|
|
1271
|
+
## Complete AppIntent Identifier List
|
|
1272
|
+
|
|
1273
|
+
All 1632 first-party AppIntent identifiers (full IDs):
|
|
1274
|
+
|
|
1275
|
+
### Open* (Settings Deep Links)
|
|
1276
|
+
```
|
|
1277
|
+
com.apple.AppStoreSettingsAppIntents.OpenAppStoreSettingsDeepLinkIntent, com.apple.Bridge.OpenAboutDeepLinks, com.apple.Bridge.OpenAccessibilityDeepLinks
|
|
1278
|
+
com.apple.Bridge.OpenActionButtonDeepLinks, com.apple.Bridge.OpenAppViewDeepLinks, com.apple.Bridge.OpenAssistiveTouchDeepLinks
|
|
1279
|
+
com.apple.Bridge.OpenCellularDeepLinks, com.apple.Bridge.OpenDisplayBrightnessDeepLinks, com.apple.Bridge.OpenEmergencySOSDeepLinks
|
|
1280
|
+
com.apple.Bridge.OpenGeneralDeepLinks, com.apple.Bridge.OpenGesturesDeepLinks, com.apple.Bridge.OpenNotificationsDeepLinks
|
|
1281
|
+
com.apple.Bridge.OpenPasscodeDeepLinks, com.apple.Bridge.OpenPrivacyDeepLinks, com.apple.Bridge.OpenSiriDeepLinks
|
|
1282
|
+
com.apple.Bridge.OpenSmartStackDeepLinks, com.apple.Bridge.OpenSoundsAndHapticsDeepLinks, com.apple.Bridge.OpenVoiceOverDeepLinks
|
|
1283
|
+
com.apple.Bridge.OpenZoomDeepLinks, com.apple.ClassKit.ClassKitAppIntents.OpenClassKitAppIntentsDeepLinks, com.apple.Desktop-Settings.extension.OpenDesktopSettingsDeepLink
|
|
1284
|
+
com.apple.Fitness.OpenActivityRingIntent, com.apple.Fitness.OpenFitnessAppSettingsDeepLinksIntent, com.apple.Fitness.OpenFitnessPlusForYouIntent
|
|
1285
|
+
com.apple.Fitness.OpenMindfulnessSessionIntent, com.apple.Fitness.OpenUnifiedWorkoutIntent, com.apple.GameCenter.Settings.DeviceExpertExtension.OpenGameCenterSettingsDeepLinks
|
|
1286
|
+
com.apple.HealthStandaloneIntents.OpenHealthSettingsIntent, com.apple.Home.OpenURLInHomeIntent, com.apple.Maps.MapsSettingsAppIntents.OpenMapsSettingsDeepLink
|
|
1287
|
+
com.apple.MobileSMS.OpenConversationIntent, com.apple.MobileSMS.OpenConversationListIntent, com.apple.MobileSMS.OpenMessageIntent
|
|
1288
|
+
com.apple.Notes.OpenAccountLinkAction, com.apple.Notes.OpenAppLocationLinkAction, com.apple.Notes.OpenAttachmentLinkAction
|
|
1289
|
+
com.apple.Notes.OpenChecklistItemLinkAction, com.apple.Notes.OpenFolderLinkAction, com.apple.Notes.OpenTableLinkAction
|
|
1290
|
+
com.apple.Notes.OpenTagLinkAction, com.apple.Notes.OpenTopLevelFolderLinkAction, com.apple.Passbook.OpenOrdersIntent
|
|
1291
|
+
com.apple.Passbook.OpenSavingsAccountEntity, com.apple.Passbook.OpenTransactionEntity, com.apple.Photos.OpenAlbumIntent
|
|
1292
|
+
com.apple.Photos.OpenAssetIntent, com.apple.Photos.OpenDestinationIntent, com.apple.Photos.OpenMemoryCreationViewIntent
|
|
1293
|
+
com.apple.Photos.OpenMemoryIntent, com.apple.Photos.OpenPersonIntent, com.apple.Preferences.OpenAirDropBringDevicesTogetherEntity
|
|
1294
|
+
com.apple.Preferences.OpenAirDropReceivingModeEntity, com.apple.Preferences.OpenAirDropSettingsStaticLinks, com.apple.Preferences.OpenAirDropUseCellularDataEntity
|
|
1295
|
+
com.apple.Preferences.OpenAmbientSettingsDeepLinks, com.apple.Preferences.OpenCameraSettingsDeepLinks, com.apple.Preferences.OpenContactsDynamicDeepLinks
|
|
1296
|
+
com.apple.Preferences.OpenControlCenterDeepLinks, com.apple.Preferences.OpenDefaultAppsSettingsDeepLink, com.apple.Preferences.OpenDictionarySettingsDeepLinks
|
|
1297
|
+
com.apple.Preferences.OpenDisplayAndBrightnessDeepLink, com.apple.Preferences.OpenFaceTimeSettingsDynamicDeepLinks, com.apple.Preferences.OpenFindMySettingsDeepLinks
|
|
1298
|
+
com.apple.Preferences.OpenFocusSettingsDynamicDeepLinks, com.apple.Preferences.OpenFontSettingsStaticDeepLinks, com.apple.Preferences.OpenHomeScreenAndAppLibraryDeepLink
|
|
1299
|
+
com.apple.Preferences.OpenMailSettingsDeepLink, com.apple.Preferences.OpenMobilePhoneSettingsDynamicDeepLinks, com.apple.Preferences.OpenMultitaskingAndGesturesDeepLink
|
|
1300
|
+
com.apple.Preferences.OpenMusicSettingsDeepLink, com.apple.Preferences.OpenNotificationsSettingsDeepLinks, com.apple.Preferences.OpenPasswordManagerDeepLinks
|
|
1301
|
+
com.apple.Preferences.OpenPasswordSettingsDeepLinks, com.apple.Preferences.OpenPhotosDeepLinks, com.apple.Preferences.OpenSafetyCheckDeepLinks
|
|
1302
|
+
com.apple.Preferences.OpenScreenTimeDeepLinksIntent, com.apple.Preferences.OpenScreenshotServicesSettingsDeepLinkIntent, com.apple.Preferences.OpenSettingsCellularDeepLinks
|
|
1303
|
+
com.apple.Preferences.OpenSettingsDeepLink, com.apple.Preferences.OpenSettingsSOSDeepLinks, com.apple.Preferences.OpenTVProviderDeepLinks
|
|
1304
|
+
com.apple.Preferences.OpenTwentyFourHourTimeEntity, com.apple.Preferences.OpenWalletDeepLinksIntent, com.apple.Preferences.OpeniCloudCalendarSettingsDeepLinks
|
|
1305
|
+
com.apple.Preferences.OpeniCloudMailSettingsDeepLinks, com.apple.Preview.OpenIntent, com.apple.Safari.OpenBookmark
|
|
1306
|
+
com.apple.Safari.OpenBookmarkAssistantIntent, com.apple.Safari.OpenTab, com.apple.Safari.OpenTabGroup
|
|
1307
|
+
com.apple.Safari.OpenTabGroupForFocus, com.apple.Safari.OpenView, com.apple.TransparencySettingsIntents.OpenTransparencyPublicVerificationCodeDeepLink
|
|
1308
|
+
com.apple.TransparencySettingsIntents.OpenTransparencyStatusDeepLink, com.apple.VoiceMemos.OpenFolder, com.apple.VoiceMemos.OpenResetAnalyticsIdentifierEntity
|
|
1309
|
+
com.apple.clock.OpenAlarmIntent, com.apple.clock.OpenTab, com.apple.clock.OpenTabIntent
|
|
1310
|
+
com.apple.compass.CompassSettingsAppIntents.OpenCompassSettingsDeepLink, com.apple.donotdisturb.DoNotDisturbAppIntents.OpenFocusSettingsDynamicDeepLinks, com.apple.finder.OpenItemIntent
|
|
1311
|
+
com.apple.iBooksX.OpenBookIntent, com.apple.iBooksX.OpenDefaultCollectionIntent, com.apple.iBooksX.OpenMostRecentBookIntent
|
|
1312
|
+
com.apple.iBooksX.OpenSpecificBookIntent, com.apple.iBooksX.OpenTabBarItemIntent, com.apple.iBooksX.OpenTableOfContentsIntent
|
|
1313
|
+
com.apple.iCal.OpenCalendarEditorIntent, com.apple.iCal.OpenCalendarViewIntent, com.apple.iCal.OpenDateIntent
|
|
1314
|
+
com.apple.iCal.OpenEventDetailsIntent, com.apple.iCal.OpenEventEditorIntent, com.apple.intelligenceflow.IntelligenceFlowAppIntentsExtension.OpenApplication
|
|
1315
|
+
com.apple.intelligenceflow.IntelligenceFlowAppIntentsExtension.OpenFile, com.apple.intelligenceflow.IntelligenceFlowAppIntentsExtension.OpenURL, com.apple.journal.OpenEntryEntityIntent
|
|
1316
|
+
com.apple.journal.OpenJournalSettingsDeeplinks, com.apple.mail.OpenDraftIntent, com.apple.mail.OpenDraftURLIntent
|
|
1317
|
+
com.apple.mail.OpenMessageURLIntent, com.apple.mobilecal.OpenSettingsCalendarStaticDeepLinks, com.apple.mobilesafari.OpenLinksInBackgroundEntity
|
|
1318
|
+
com.apple.mobilesafari.OpenLinksInBackgroundEntity-UpdatableEntity, com.apple.mobilesafari.OpenSafariSettingDeepLinks, com.apple.news.OpenArticleIntent
|
|
1319
|
+
com.apple.news.OpenFeedIntent, com.apple.news.OpenHistoryIntent, com.apple.news.OpenNewsSettingsAutomaticDownloadDynamicDeepLinks
|
|
1320
|
+
com.apple.news.OpenNewsSettingsDynamicDeepLinks, com.apple.news.OpenRecipeIntent, com.apple.news.OpenSavedIntent
|
|
1321
|
+
com.apple.news.OpenSavedRecipesIntent, com.apple.news.OpenStaticFeed, com.apple.omniSearch.SearchToolExtension.OpenFlightReservationEntityIntent
|
|
1322
|
+
com.apple.omniSearch.SearchToolExtension.OpenGenericEventEntityIntent, com.apple.omniSearch.SearchToolExtension.OpenHotelReservationEntityIntent, com.apple.omniSearch.SearchToolExtension.OpenIDCardBusinessEntityIntent
|
|
1323
|
+
com.apple.omniSearch.SearchToolExtension.OpenIDCardPersonalEntityIntent, com.apple.omniSearch.SearchToolExtension.OpenMediaEntityIntent, com.apple.omniSearch.SearchToolExtension.OpenRestaurantReservationEntityIntent
|
|
1324
|
+
com.apple.omniSearch.SearchToolExtension.OpenSearchSpotlightEntityIntent, com.apple.omniSearch.SearchToolExtension.OpenTicketedShowEntityIntent, com.apple.omniSearch.SearchToolExtension.OpenTicketedTransportationEntityIntent
|
|
1325
|
+
com.apple.omniSearch.SearchToolExtension.OpenVehicleReservationEntityIntent, com.apple.podcasts.OpenAppLocationAppIntent, com.apple.podcasts.OpenChannelAppIntent
|
|
1326
|
+
com.apple.podcasts.OpenEpisodeAppIntent, com.apple.podcasts.OpenShowAppIntent, com.apple.reminders.OpenGroupAppIntent
|
|
1327
|
+
com.apple.reminders.OpenIncludeDueTodayDeepLink, com.apple.reminders.OpenMuteNotificationsDeepLink, com.apple.reminders.OpenReminderAppIntent
|
|
1328
|
+
com.apple.reminders.OpenRemindersSettingsDeepLink, com.apple.reminders.OpenSectionAppIntent, com.apple.reminders.OpenShowAsOverdueDeepLink
|
|
1329
|
+
com.apple.reminders.OpenShowSuggestionsDeepLink, com.apple.reminders.OpenSmartListAppIntent, com.apple.reminders.OpenTagsAppIntent
|
|
1330
|
+
com.apple.reminders.OpenTodayNotificationDeepLink, com.apple.shortcuts.OpenAppIntent, com.apple.shortcuts.OpenNavigationDestinationAction
|
|
1331
|
+
com.apple.shortcuts.OpenShortcutsStaticDeepLinks, com.apple.shortcuts.OpenWorkflowAction, com.apple.siri.AssistantSettingsControls.OpenAlwaysPrintSiriResponseEntity
|
|
1332
|
+
com.apple.siri.AssistantSettingsControls.OpenAlwaysShowSpeechEntity, com.apple.siri.AssistantSettingsControls.OpenAskSiriEntity, com.apple.siri.AssistantSettingsControls.OpenKeyboardShortcutEntity
|
|
1333
|
+
com.apple.siri.AssistantSettingsControls.OpenSiriAndDictationHistoryEntity, com.apple.siri.AssistantSettingsControls.OpenSiriLanguageEntity, com.apple.siri.AssistantSettingsControls.OpenSiriSuggestionsAndPrivacyEntity
|
|
1334
|
+
com.apple.siri.AssistantSettingsControls.OpenSiriSuggestionsAndPrivacyForAppEntity, com.apple.siri.AssistantSettingsControls.OpenSiriSuggestionsShowInAppEntity, com.apple.siri.AssistantSettingsControls.OpenSiriVoiceEntity
|
|
1335
|
+
com.apple.siri.AssistantSettingsControls.OpenVoiceFeedbackToggleEntity, com.apple.springboard.OpenCamera, com.apple.stocks.OpenArticleIntent
|
|
1336
|
+
com.apple.stocks.OpenBusinessNewsIntent, com.apple.stocks.OpenFeedIntent, com.apple.stocks.OpenHistoryIntent
|
|
1337
|
+
com.apple.stocks.OpenRecipeIntent, com.apple.stocks.OpenSavedIntent, com.apple.stocks.OpenSavedRecipesIntent
|
|
1338
|
+
com.apple.stocks.OpenStaticFeed, com.apple.stocks.OpenSymbolIntent, com.apple.stocks.OpenWatchlistIntent
|
|
1339
|
+
com.apple.systempreferences.OpenAboutSettingsStaticDeepLinks, com.apple.systempreferences.OpenAccessibilityAudioDescriptionsStaticDeepLinks, com.apple.systempreferences.OpenAccessibilityAudioStaticDeepLinks
|
|
1340
|
+
com.apple.systempreferences.OpenAccessibilityCaptionsStaticDeepLinks, com.apple.systempreferences.OpenAccessibilityDisplayStaticDeepLinks, com.apple.systempreferences.OpenAccessibilityHearingDevicesStaticDeepLinks
|
|
1341
|
+
com.apple.systempreferences.OpenAccessibilityHoverTextStaticDeepLinks, com.apple.systempreferences.OpenAccessibilityKeyboardStaticDeepLinks, com.apple.systempreferences.OpenAccessibilityLiveCaptionsStaticDeepLinks
|
|
1342
|
+
com.apple.systempreferences.OpenAccessibilityLiveSpeechStaticDeepLinks, com.apple.systempreferences.OpenAccessibilityMotionStaticDeepLinks, com.apple.systempreferences.OpenAccessibilityPersonalVoiceStaticDeepLinks
|
|
1343
|
+
com.apple.systempreferences.OpenAccessibilityPointerControlStaticDeepLinks, com.apple.systempreferences.OpenAccessibilityRTTStaticDeepLinks, com.apple.systempreferences.OpenAccessibilityRootStaticDeepLinks
|
|
1344
|
+
com.apple.systempreferences.OpenAccessibilityShortcutStaticDeepLinks, com.apple.systempreferences.OpenAccessibilitySiriStaticDeepLinks, com.apple.systempreferences.OpenAccessibilitySpokenContentStaticDeepLinks
|
|
1345
|
+
com.apple.systempreferences.OpenAccessibilitySwitchControlStaticDeepLinks, com.apple.systempreferences.OpenAccessibilityVocalShortcutsStaticDeepLinks, com.apple.systempreferences.OpenAccessibilityVoiceControlStaticDeepLinks
|
|
1346
|
+
com.apple.systempreferences.OpenAccessibilityVoiceOverStaticDeepLinks, com.apple.systempreferences.OpenAccessibilityZoomStaticDeepLinks, com.apple.systempreferences.OpenAirDropHandoffDeepLinks
|
|
1347
|
+
com.apple.systempreferences.OpenAppearanceSettingsDeepLink, com.apple.systempreferences.OpenAppleAccountMainDeepLink, com.apple.systempreferences.OpenApplicationNotificationsSettings
|
|
1348
|
+
com.apple.systempreferences.OpenAutoBrightnessEntityDeepLink, com.apple.systempreferences.OpenAutomaticReconnectEntityDeepLink, com.apple.systempreferences.OpenAutomaticallySetDateTimeSetting
|
|
1349
|
+
com.apple.systempreferences.OpenAutomaticallySetTimeZoneSetting, com.apple.systempreferences.OpenBatteryHealthPaneDynamicDeepLinks, com.apple.systempreferences.OpenBatteryOptionsPaneDynamicDeepLinks
|
|
1350
|
+
com.apple.systempreferences.OpenBatterySettingsPaneDynamicDeepLinks, com.apple.systempreferences.OpenBiometricsAndPasswordSettingsEntityDeepLinks, com.apple.systempreferences.OpenBluetoothPowerDeepLink
|
|
1351
|
+
com.apple.systempreferences.OpenBluetoothSettingsDeepLinks, com.apple.systempreferences.OpenClassKitAppIntentsDeepLinks, com.apple.systempreferences.OpenClassroomDynamicDeepLinks
|
|
1352
|
+
com.apple.systempreferences.OpenClockOptionsEntity, com.apple.systempreferences.OpenConfiguredInternetAccountSettings, com.apple.systempreferences.OpenControlCenterModule
|
|
1353
|
+
com.apple.systempreferences.OpenCurrentTimeZoneSetting, com.apple.systempreferences.OpenDateTimeDeepLinks, com.apple.systempreferences.OpenDesktopSettingsDeepLink
|
|
1354
|
+
com.apple.systempreferences.OpenDesktopSettingsEntity, com.apple.systempreferences.OpenDeviceManagementStaticDeepLinks, com.apple.systempreferences.OpenDisplaysSettingsDeepLinks
|
|
1355
|
+
com.apple.systempreferences.OpenDockSettingsEntity, com.apple.systempreferences.OpenEnergySaverPaneDynamicDeepLinks, com.apple.systempreferences.OpenFamilyMemberSettings
|
|
1356
|
+
com.apple.systempreferences.OpenFamilySettings, com.apple.systempreferences.OpenFamilySetup, com.apple.systempreferences.OpenFamilySubscriptions
|
|
1357
|
+
com.apple.systempreferences.OpenInternationalSettingsDeepLink, com.apple.systempreferences.OpenInternetAccountsSettings, com.apple.systempreferences.OpenKeyboardSettingsDeepLink
|
|
1358
|
+
com.apple.systempreferences.OpenLockScreenDeepLinks, com.apple.systempreferences.OpenLoginItemsDeepLinks, com.apple.systempreferences.OpenMagicEdgeEntityDeepLink
|
|
1359
|
+
com.apple.systempreferences.OpenMissionControlSettingsEntity, com.apple.systempreferences.OpenMouseDeepLink, com.apple.systempreferences.OpenNetworkSettingsDeepLinks
|
|
1360
|
+
com.apple.systempreferences.OpenNewDeviceOutreachStaticDeepLinks, com.apple.systempreferences.OpenNotificationCenterEntity, com.apple.systempreferences.OpenNotificationSummarizationEntity
|
|
1361
|
+
com.apple.systempreferences.OpenPrinterScannerDeepLinks, com.apple.systempreferences.OpenPrivacySecurityDeepLinks, com.apple.systempreferences.OpenSUSDeepLinks
|
|
1362
|
+
com.apple.systempreferences.OpenShareKeyboardEntityDeepLink, com.apple.systempreferences.OpenSoundSettingsDeepLinks, com.apple.systempreferences.OpenSoundSettingsFeedbackSoundEntity
|
|
1363
|
+
com.apple.systempreferences.OpenSoundSettingsInterfaceEffectsEntity, com.apple.systempreferences.OpenSoundSettingsStartupSoundEntity, com.apple.systempreferences.OpenSpotlightSettingsDeepLinks
|
|
1364
|
+
com.apple.systempreferences.OpenStartupDiskStaticDeepLinks, com.apple.systempreferences.OpenStorageSettingsDeeplinks, com.apple.systempreferences.OpenTheCurrentDateTimeSetting
|
|
1365
|
+
com.apple.systempreferences.OpenTimeMachineSettingsStaticDeepLinks, com.apple.systempreferences.OpenTrackpadDeepLinks, com.apple.systempreferences.OpenTransferResetDeepLinks
|
|
1366
|
+
com.apple.systempreferences.OpenTrueToneEntityDeepLink, com.apple.systempreferences.OpenTwentyFourHourTimeSetting, com.apple.systempreferences.OpenUsersGroupsDeepLinks
|
|
1367
|
+
com.apple.systempreferences.OpenVPNDeepLink, com.apple.systempreferences.OpenWallpaperDeepLinks, com.apple.systempreferences.OpenWidgetSettingsEntity
|
|
1368
|
+
com.apple.systempreferences.OpenWindowsSettingsEntity, com.apple.systempreferences.SharingSettingsIntents.OpenSharingDeepLinks, com.apple.weather.OpenMoonIntent
|
|
1369
|
+
com.apple.weather.OpenNotificationsConfigurationIntent, com.apple.weather.OpenSunriseSunsetIntent, com.apple.weather.OpenUnitsConfigurationIntent
|
|
1370
|
+
com.apple.weather.OpenWeatherAirQualityIntent, com.apple.weather.OpenWeatherSpecificConditionIntent
|
|
1371
|
+
```
|
|
1372
|
+
|
|
1373
|
+
### Create* (Creation Actions)
|
|
1374
|
+
```
|
|
1375
|
+
com.apple.AddressBook.CreateContactIntent, com.apple.Notes.CreateChecklistItemLinkAction, com.apple.Notes.CreateFolderLinkAction
|
|
1376
|
+
com.apple.Notes.CreateNoteFromMarkdownLinkAction, com.apple.Notes.CreateTableLinkAction, com.apple.Notes.CreateTagLinkAction
|
|
1377
|
+
com.apple.Photos.CreateAlbumIntent, com.apple.Photos.CreateAssetsIntent, com.apple.Safari.CreateNewBookmark
|
|
1378
|
+
com.apple.Safari.CreateNewTab, com.apple.Safari.CreateNewTabGroup, com.apple.Safari.CreateNewWindow
|
|
1379
|
+
com.apple.Safari.CreateTabAssistantIntent, com.apple.VoiceMemos.CreateFolder, com.apple.finder.CreateFolderIntent
|
|
1380
|
+
com.apple.iCal.CreateCalendarIntent, com.apple.iCal.CreateEventIntent, com.apple.iCal.CreateEventIntent_v0
|
|
1381
|
+
com.apple.journal.CreateEntryAudioIntent, com.apple.journal.CreateEntryIntent, com.apple.mobilenotes.CreateTagLinkAction
|
|
1382
|
+
com.apple.reminders.CreateCustomSmartListAppIntent, com.apple.reminders.CreateGroupAppIntent, com.apple.reminders.CreateQuickReminderIntent
|
|
1383
|
+
com.apple.reminders.CreateSectionAppIntent, com.apple.shortcuts.CreateFolderAction, com.apple.shortcuts.CreateShortcutiCloudLinkAction
|
|
1384
|
+
com.apple.shortcuts.CreateWorkflowAction
|
|
1385
|
+
```
|
|
1386
|
+
|
|
1387
|
+
### Toggle* (Toggle Actions)
|
|
1388
|
+
```
|
|
1389
|
+
com.apple.Home.ToggleAttributeIntent, com.apple.Home.ToggleControlConfigurationIntent, com.apple.Home.ToggleIntent
|
|
1390
|
+
com.apple.ShortcutsActions.ToggleCellularPlanAction, com.apple.Spotlight.ToggleSpotlightIntent, com.apple.VoiceMemos.ToggleRecording
|
|
1391
|
+
com.apple.news.ToggleAudioPlaybackIntent, com.apple.springboard.ToggleFlashlight, com.apple.systempreferences.ToggleHighPowerModeBatteryNoBatteryIntent
|
|
1392
|
+
com.apple.systempreferences.ToggleHighPowerModeOnBatteryIntent, com.apple.systempreferences.ToggleLowPowerModeIntent
|
|
1393
|
+
```
|
|
1394
|
+
|
|
1395
|
+
### Set* (Setting Actions)
|
|
1396
|
+
```
|
|
1397
|
+
com.apple.Bridge.SettingsNavigationEventDonationIntent, com.apple.DocumentsApp.SetFilenameExtensionVisibilityIntent, com.apple.DocumentsApp.SetGroupingModeIntent
|
|
1398
|
+
com.apple.Fitness.SetFitnessGoalIntent, com.apple.Fitness.SetFitnessGoalScheduleIntent, com.apple.Fitness.SetWorkoutEffortIntent
|
|
1399
|
+
com.apple.Home.SetAttributeValueIntent, com.apple.Notes.SetAttachmentSizeLinkAction, com.apple.Notes.SetChecklistItemCheckedLinkActionv2
|
|
1400
|
+
com.apple.Notes.SetParagraphStyleLinkAction, com.apple.Passbook.SetDefaultCardIntent, com.apple.Photos.SetApertureIntent
|
|
1401
|
+
com.apple.Photos.SetAudioMixIntent, com.apple.Photos.SetExposureIntent, com.apple.Photos.SetPlaybackRateIntent
|
|
1402
|
+
com.apple.Photos.SetSaturationIntent, com.apple.Photos.SetWarmthIntent, com.apple.Preferences.SettingsCellularDeepLinks
|
|
1403
|
+
com.apple.Preferences.SettingsDeepLink, com.apple.Preferences.SettingsNavigationEventDonationIntent, com.apple.ShortcutsActions.SetDataRoamingAction
|
|
1404
|
+
com.apple.ShortcutsActions.SetDefaultCellularPlanAction, com.apple.ShortcutsActions.SetSilentModeAction, com.apple.ShortcutsActions.SetVoiceDataModeAction
|
|
1405
|
+
com.apple.controlcenter.SetDarkModeEnabledIntent, com.apple.controlcenter.SetNightShiftEnabledIntent, com.apple.controlcenter.SetTrueToneEnabledIntent
|
|
1406
|
+
com.apple.dock.SetDockAutoHideEnabledIntent, com.apple.donotdisturb.DoNotDisturbAppIntents.SetFocusState, com.apple.homed.SetPersonalContentSettingIntent
|
|
1407
|
+
com.apple.iCal.SetCalendarFocusConfiguration, com.apple.mail.SetMailMessageIsRead, com.apple.mail.SetReadLaterIntent
|
|
1408
|
+
com.apple.mobilecal.SettingsAllDayDefaultAlertTimesEntity, com.apple.mobilecal.SettingsAllDayDefaultAlertTimesEntity-UpdatableEntity, com.apple.mobilecal.SettingsAlternateCalendarEntity
|
|
1409
|
+
com.apple.mobilecal.SettingsAlternateCalendarEntity-UpdatableEntity, com.apple.mobilecal.SettingsBirthdaysDefaultAlertTimesEntity, com.apple.mobilecal.SettingsBirthdaysDefaultAlertTimesEntity-UpdatableEntity
|
|
1410
|
+
com.apple.mobilecal.SettingsDurationForNewEventsEntity, com.apple.mobilecal.SettingsDurationForNewEventsEntity-UpdatableEntity, com.apple.mobilecal.SettingsEventsDefaultAlertTimesEntity
|
|
1411
|
+
com.apple.mobilecal.SettingsEventsDefaultAlertTimesEntity-UpdatableEntity, com.apple.mobilecal.SettingsShowInviteeDeclinesEntity, com.apple.mobilecal.SettingsShowInviteeDeclinesEntity-UpdatableEntity
|
|
1412
|
+
com.apple.mobilecal.SettingsShowLocationSuggestionsEntity, com.apple.mobilecal.SettingsShowLocationSuggestionsEntity-UpdatableEntity, com.apple.mobilecal.SettingsShowWeekNumbersEntity
|
|
1413
|
+
com.apple.mobilecal.SettingsShowWeekNumbersEntity-UpdatableEntity, com.apple.mobilecal.SettingsStartWeekOnEntity, com.apple.mobilecal.SettingsStartWeekOnEntity-UpdatableEntity
|
|
1414
|
+
com.apple.mobilecal.SettingsSyncDurationsEntity, com.apple.mobilecal.SettingsSyncDurationsEntity-UpdatableEntity, com.apple.mobilecal.SettingsTimeToLeaveEntity
|
|
1415
|
+
com.apple.mobilecal.SettingsTimeToLeaveEntity-UpdatableEntity, com.apple.mobilecal.SettingsWeekViewStartsOnTodayEntity, com.apple.mobilecal.SettingsWeekViewStartsOnTodayEntity-UpdatableEntity
|
|
1416
|
+
com.apple.shortcuts.SetShortcutAttributesAction, com.apple.springboard.SetAppearanceStyleIntent, com.apple.springboard.SetFlashlightIntent
|
|
1417
|
+
com.apple.springboard.SetSilentModeIntent, com.apple.systempreferences.SetupFamilyDeepLink, com.apple.wallpaper.agent.SetWallpaperIntent
|
|
1418
|
+
com.apple.wallpaper.agent.SetWallpaperPhotoIntent, com.apple.weather.SetDistanceUnitIntent, com.apple.weather.SetPrecipitationUnitIntent
|
|
1419
|
+
com.apple.weather.SetPressureUnitIntent, com.apple.weather.SetTemperatureUnitIntent, com.apple.weather.SetWindUnitIntent
|
|
1420
|
+
```
|
|
1421
|
+
|
|
1422
|
+
### Find* (Search Actions)
|
|
1423
|
+
```
|
|
1424
|
+
com.apple.Safari.FindOnPage, com.apple.intelligenceplatform.IntelligencePlatform.IntelligencePlatformDataActionsAppIntentsExtension.FindSportsEvents
|
|
1425
|
+
```
|
|
1426
|
+
|
|
1427
|
+
### All AppIntent Identifiers (full IDs)
|
|
1428
|
+
```
|
|
1429
|
+
com.apple.AddressBook.ContactEntity
|
|
1430
|
+
com.apple.AddressBook.CreateContactIntent
|
|
1431
|
+
com.apple.AddressBook.DeleteContactIntent
|
|
1432
|
+
com.apple.AddressBook.FetchContactAvatarIntent
|
|
1433
|
+
com.apple.AddressBook.FetchContactIntent
|
|
1434
|
+
com.apple.AddressBook.SearchInContactsIntent
|
|
1435
|
+
com.apple.AddressBook.UpdateContactIntent
|
|
1436
|
+
com.apple.AddressBook.ViewContactCardIntent
|
|
1437
|
+
com.apple.AppKit.FetchIntelligenceCommands
|
|
1438
|
+
com.apple.AppKit.InsertIntelligenceText
|
|
1439
|
+
com.apple.AppKit.RunIntelligenceCommand
|
|
1440
|
+
com.apple.AppKit.RunIntelligenceCommandForKey
|
|
1441
|
+
com.apple.AppKit.WindowTabActivateIntent
|
|
1442
|
+
com.apple.AppKit.WindowTabEntity
|
|
1443
|
+
com.apple.AppKit.WritingToolsComposeIntent
|
|
1444
|
+
com.apple.AppKit.WritingToolsProofreadIntent
|
|
1445
|
+
com.apple.AppKit.WritingToolsRewriteIntent
|
|
1446
|
+
com.apple.AppStore.SystemSearchIntent
|
|
1447
|
+
com.apple.Desktop-Settings.extension.OpenDesktopSettingsDeepLink
|
|
1448
|
+
com.apple.GameCenter.Settings.DeviceExpertExtension.OpenGameCenterSettingsDeepLinks
|
|
1449
|
+
com.apple.GenerativePlaygroundApp.GenerateImageIntent
|
|
1450
|
+
com.apple.Home.ActivateSceneIntent
|
|
1451
|
+
com.apple.Home.AutomateAttributeValueIntent
|
|
1452
|
+
com.apple.Home.AutomateSceneIntent
|
|
1453
|
+
com.apple.Home.CameraClipEntity
|
|
1454
|
+
com.apple.Home.DeltaAttributeValueIntent
|
|
1455
|
+
com.apple.Home.DeviceEntity
|
|
1456
|
+
com.apple.Home.ErrorIntent
|
|
1457
|
+
com.apple.Home.ForecastWidgetConfiguration
|
|
1458
|
+
com.apple.Home.GetAttributeValueIntent
|
|
1459
|
+
com.apple.Home.GetDeviceInfoIntent
|
|
1460
|
+
com.apple.Home.HistoricalUsageWidgetConfiguration
|
|
1461
|
+
com.apple.Home.HomeAppIntentsExtensionTestAppIntent
|
|
1462
|
+
com.apple.Home.HomeEntity
|
|
1463
|
+
com.apple.Home.HomeSingleTileConfigurationIntent
|
|
1464
|
+
com.apple.Home.HomeXLModuleConfigurationIntent
|
|
1465
|
+
com.apple.Home.OpenURLInHomeIntent
|
|
1466
|
+
com.apple.Home.RecommendedItemIntent
|
|
1467
|
+
com.apple.Home.RoomEntity
|
|
1468
|
+
com.apple.Home.SceneEntity
|
|
1469
|
+
com.apple.Home.SecureToggleIntent
|
|
1470
|
+
com.apple.Home.SelectedHomeEntity
|
|
1471
|
+
com.apple.Home.SetAttributeValueIntent
|
|
1472
|
+
com.apple.Home.ShowDeviceResultIntent
|
|
1473
|
+
com.apple.Home.ShowErrorIntent
|
|
1474
|
+
com.apple.Home.ShowNavigationIntent
|
|
1475
|
+
com.apple.Home.ShowSceneResultIntent
|
|
1476
|
+
com.apple.Home.TileControlAction
|
|
1477
|
+
com.apple.Home.ToggleAttributeIntent
|
|
1478
|
+
com.apple.Home.ToggleControlConfigurationIntent
|
|
1479
|
+
com.apple.Home.ToggleIntent
|
|
1480
|
+
com.apple.Home.UtilityRateInfoWidgetConfiguration
|
|
1481
|
+
com.apple.Home.ZoneEntity
|
|
1482
|
+
com.apple.HydraUSDAppIntents.ConvertToUSDZ
|
|
1483
|
+
com.apple.Magnifier.DescribeThisIntent
|
|
1484
|
+
com.apple.Magnifier.DetectDoorsIntent
|
|
1485
|
+
com.apple.Magnifier.DetectFurnitureIntent
|
|
1486
|
+
com.apple.Magnifier.DetectPeopleIntent
|
|
1487
|
+
com.apple.Magnifier.DetectTextIntent
|
|
1488
|
+
com.apple.Magnifier.MagnifierIntent
|
|
1489
|
+
com.apple.Magnifier.PointAndSpeakIntent
|
|
1490
|
+
com.apple.Magnifier.ReaderModeIntent
|
|
1491
|
+
com.apple.Magnifier.StartDetectionTypeIntent
|
|
1492
|
+
com.apple.MobileSMS.ChangeFilterModeIntent
|
|
1493
|
+
com.apple.MobileSMS.ConversationEntity
|
|
1494
|
+
com.apple.MobileSMS.ConversationListFocusFilterAction
|
|
1495
|
+
com.apple.MobileSMS.DeleteConversationIntent
|
|
1496
|
+
com.apple.MobileSMS.DeleteMessageIntent
|
|
1497
|
+
com.apple.MobileSMS.FetchConversationIdentifierIntent
|
|
1498
|
+
com.apple.MobileSMS.FetchDowntimeConversationListIntent
|
|
1499
|
+
com.apple.MobileSMS.FetchMutedConversationListIntent
|
|
1500
|
+
com.apple.MobileSMS.MarkConversationAsUnreadIntent
|
|
1501
|
+
com.apple.MobileSMS.MessageEntity
|
|
1502
|
+
com.apple.MobileSMS.MuteConversationIntent
|
|
1503
|
+
com.apple.MobileSMS.OpenConversationIntent
|
|
1504
|
+
com.apple.MobileSMS.OpenConversationListIntent
|
|
1505
|
+
com.apple.MobileSMS.OpenMessageIntent
|
|
1506
|
+
com.apple.MobileSMS.RemoveTapbackIntent
|
|
1507
|
+
com.apple.MobileSMS.SendMessageReactionIntent
|
|
1508
|
+
com.apple.MobileSMS.SendReplyIntent
|
|
1509
|
+
com.apple.MobileSMS.SendTapbackIntent
|
|
1510
|
+
com.apple.Notes.AddFileAttachmentLinkAction
|
|
1511
|
+
com.apple.Notes.AddLinkAttachmentLinkAction
|
|
1512
|
+
com.apple.Notes.AddOrRemoveNoteLockLinkAction
|
|
1513
|
+
com.apple.Notes.AddTagsToNotesLinkAction
|
|
1514
|
+
com.apple.Notes.AppendMarkdownToNoteLinkAction
|
|
1515
|
+
com.apple.Notes.ApplyFormattingLinkAction
|
|
1516
|
+
com.apple.Notes.AttachmentEntity
|
|
1517
|
+
com.apple.Notes.ChangeFolderSettingLinkAction
|
|
1518
|
+
com.apple.Notes.ChangeSettingLinkAction
|
|
1519
|
+
com.apple.Notes.ChangeTagSelectionIntent
|
|
1520
|
+
com.apple.Notes.CloseAppLocationLinkAction
|
|
1521
|
+
com.apple.Notes.CloseNoteLinkAction
|
|
1522
|
+
com.apple.Notes.CreateChecklistItemLinkAction
|
|
1523
|
+
com.apple.Notes.CreateFolderLinkAction
|
|
1524
|
+
com.apple.Notes.CreateNoteFromMarkdownLinkAction
|
|
1525
|
+
com.apple.Notes.CreateTableLinkAction
|
|
1526
|
+
com.apple.Notes.CreateTagLinkAction
|
|
1527
|
+
com.apple.Notes.DeleteAttachmentsLinkAction
|
|
1528
|
+
com.apple.Notes.DeleteChecklistItemsLinkAction
|
|
1529
|
+
com.apple.Notes.DeleteFoldersLinkAction
|
|
1530
|
+
com.apple.Notes.DeleteNotesLinkAction
|
|
1531
|
+
com.apple.Notes.DeleteTablesLinkAction
|
|
1532
|
+
com.apple.Notes.DeleteTagsLinkAction
|
|
1533
|
+
com.apple.Notes.GetLinkedNotesLinkAction
|
|
1534
|
+
com.apple.Notes.InsertAllMentionLinkAction
|
|
1535
|
+
com.apple.Notes.InsertMentionLinkAction
|
|
1536
|
+
com.apple.Notes.InsertNoteLinkLinkAction
|
|
1537
|
+
com.apple.Notes.MoveNotesToFolderLinkAction
|
|
1538
|
+
com.apple.Notes.OpenAccountLinkAction
|
|
1539
|
+
com.apple.Notes.OpenAppLocationLinkAction
|
|
1540
|
+
com.apple.Notes.OpenAttachmentLinkAction
|
|
1541
|
+
com.apple.Notes.OpenChecklistItemLinkAction
|
|
1542
|
+
com.apple.Notes.OpenFolderLinkAction
|
|
1543
|
+
com.apple.Notes.OpenTableLinkAction
|
|
1544
|
+
com.apple.Notes.OpenTagLinkAction
|
|
1545
|
+
com.apple.Notes.OpenTopLevelFolderLinkAction
|
|
1546
|
+
com.apple.Notes.PinNotesLinkAction
|
|
1547
|
+
com.apple.Notes.QuickNoteIntent
|
|
1548
|
+
com.apple.Notes.RemoveTagsFromNotesLinkAction
|
|
1549
|
+
com.apple.Notes.RenameFolderLinkAction
|
|
1550
|
+
com.apple.Notes.ReplaceSelectionLinkAction
|
|
1551
|
+
com.apple.Notes.SetAttachmentSizeLinkAction
|
|
1552
|
+
com.apple.Notes.SetChecklistItemCheckedLinkActionv2
|
|
1553
|
+
com.apple.Notes.SetParagraphStyleLinkAction
|
|
1554
|
+
com.apple.Notes.ShowNotesAppSearchResultsLinkAction
|
|
1555
|
+
com.apple.Notes.ShowQuickNoteIntent
|
|
1556
|
+
com.apple.Notes.StartRecordingLinkAction
|
|
1557
|
+
com.apple.Notes.TableEntity
|
|
1558
|
+
com.apple.PeopleViewService.SelectPersonIntent
|
|
1559
|
+
com.apple.PeopleViewService.URLAppIntent
|
|
1560
|
+
com.apple.Photos.AddAssetsToAlbumIntent
|
|
1561
|
+
com.apple.Photos.ApplyFilterIntent
|
|
1562
|
+
com.apple.Photos.ApplyStyleIntent
|
|
1563
|
+
com.apple.Photos.CleanupIntent
|
|
1564
|
+
com.apple.Photos.CopyEditsIntent
|
|
1565
|
+
com.apple.Photos.CreateAlbumIntent
|
|
1566
|
+
com.apple.Photos.CreateAssetsIntent
|
|
1567
|
+
com.apple.Photos.CropIntent
|
|
1568
|
+
com.apple.Photos.DeleteAlbumsIntent
|
|
1569
|
+
com.apple.Photos.DeleteAssetsIntent
|
|
1570
|
+
com.apple.Photos.DuplicateAssetsIntent
|
|
1571
|
+
com.apple.Photos.EditAssetIntent
|
|
1572
|
+
com.apple.Photos.EnableDepthIntent
|
|
1573
|
+
com.apple.Photos.EnhanceIntent
|
|
1574
|
+
com.apple.Photos.FavoriteAssetsIntent
|
|
1575
|
+
com.apple.Photos.FavoriteMemoriesIntent
|
|
1576
|
+
com.apple.Photos.FavoritePeopleIntent
|
|
1577
|
+
com.apple.Photos.FilterLibraryIntent
|
|
1578
|
+
com.apple.Photos.HideAssetsIntent
|
|
1579
|
+
com.apple.Photos.HidePeopleIntent
|
|
1580
|
+
com.apple.Photos.MarkupIntent
|
|
1581
|
+
com.apple.Photos.MoveAssetsToPersonalLibraryIntent
|
|
1582
|
+
com.apple.Photos.MoveAssetsToSharedLibraryIntent
|
|
1583
|
+
com.apple.Photos.OpenAlbumIntent
|
|
1584
|
+
com.apple.Photos.OpenAssetIntent
|
|
1585
|
+
com.apple.Photos.OpenDestinationIntent
|
|
1586
|
+
com.apple.Photos.OpenMemoryCreationViewIntent
|
|
1587
|
+
com.apple.Photos.OpenMemoryIntent
|
|
1588
|
+
com.apple.Photos.OpenPersonIntent
|
|
1589
|
+
com.apple.Photos.PLPhotosReliveWidgetConfigurationIntent
|
|
1590
|
+
com.apple.Photos.PasteEditsIntent
|
|
1591
|
+
com.apple.Photos.PhotosAddAssetsToAlbumAssistantIntent
|
|
1592
|
+
com.apple.Photos.PhotosCleanupPhotoAssistantIntent
|
|
1593
|
+
com.apple.Photos.PhotosCopyEditsAssistantIntent
|
|
1594
|
+
com.apple.Photos.PhotosCreateAlbumAssistantIntent
|
|
1595
|
+
com.apple.Photos.PhotosCreateAssetsAssistantIntent
|
|
1596
|
+
com.apple.Photos.PhotosCropAssistantIntent
|
|
1597
|
+
com.apple.Photos.PhotosDeleteAlbumsAssistantIntent
|
|
1598
|
+
com.apple.Photos.PhotosDeleteAssetsAssistantIntent
|
|
1599
|
+
com.apple.Photos.PhotosDuplicateAssetsAssistantIntent
|
|
1600
|
+
com.apple.Photos.PhotosPasteEditsAssistantIntent
|
|
1601
|
+
com.apple.Photos.PhotosReliveWidgetFeaturedConfiguration
|
|
1602
|
+
com.apple.Photos.PhotosRemoveAssetsFromAlbumAssistantIntent
|
|
1603
|
+
com.apple.Photos.PhotosSearchAssistantIntent
|
|
1604
|
+
com.apple.Photos.PhotosSetDepthAssistantIntent
|
|
1605
|
+
com.apple.Photos.PhotosSetExposureAssistantIntent
|
|
1606
|
+
com.apple.Photos.PhotosSetFilterAssistantIntent
|
|
1607
|
+
com.apple.Photos.PhotosSetRotationAssistantIntent
|
|
1608
|
+
com.apple.Photos.PhotosSetSaturationAssistantIntent
|
|
1609
|
+
com.apple.Photos.PhotosSetWarmthAssistantIntent
|
|
1610
|
+
com.apple.Photos.PhotosStraightenAssistantIntent
|
|
1611
|
+
com.apple.Photos.PhotosToggleDepthAssistantIntent
|
|
1612
|
+
com.apple.Photos.PhotosToggleSuggestedEditsAssistantIntent
|
|
1613
|
+
com.apple.Photos.PhotosUpdateAlbumAssistantIntent
|
|
1614
|
+
com.apple.Photos.PhotosUpdateAssetAssistantIntent
|
|
1615
|
+
com.apple.Photos.PhotosUpdateRecognizedPersonAssistantIntent
|
|
1616
|
+
com.apple.Photos.RemoveAssetsFromAlbumIntent
|
|
1617
|
+
com.apple.Photos.RenameAlbumIntent
|
|
1618
|
+
com.apple.Photos.RenamePersonIntent
|
|
1619
|
+
com.apple.Photos.RevealAlbumsIntent
|
|
1620
|
+
com.apple.Photos.RevealAssetsIntent
|
|
1621
|
+
com.apple.Photos.RotateIntent
|
|
1622
|
+
com.apple.Photos.SetApertureIntent
|
|
1623
|
+
com.apple.Photos.SetAudioMixIntent
|
|
1624
|
+
com.apple.Photos.SetExposureIntent
|
|
1625
|
+
com.apple.Photos.SetPlaybackRateIntent
|
|
1626
|
+
com.apple.Photos.SetSaturationIntent
|
|
1627
|
+
com.apple.Photos.SetWarmthIntent
|
|
1628
|
+
com.apple.Photos.StraightenIntent
|
|
1629
|
+
com.apple.Preview.AutoEnhanceIntent
|
|
1630
|
+
com.apple.Preview.BookmarkIntent
|
|
1631
|
+
com.apple.Preview.CloseIntent
|
|
1632
|
+
com.apple.Preview.DeletePageIntent
|
|
1633
|
+
com.apple.Preview.DocumentEntity
|
|
1634
|
+
com.apple.Preview.ExportIntent
|
|
1635
|
+
com.apple.Preview.FlipIntent
|
|
1636
|
+
com.apple.Preview.GetPagesIntent
|
|
1637
|
+
com.apple.Preview.InsertPageIntent
|
|
1638
|
+
com.apple.Preview.OpenIntent
|
|
1639
|
+
com.apple.Preview.RemoveBackgroundIntent
|
|
1640
|
+
com.apple.Preview.ResizeIntent
|
|
1641
|
+
com.apple.Preview.RevealDocumentIntent
|
|
1642
|
+
com.apple.Preview.RevealPageIntent
|
|
1643
|
+
com.apple.Preview.RotateIntent
|
|
1644
|
+
com.apple.Preview.RotatePageIntent
|
|
1645
|
+
com.apple.Preview.SaveIntent
|
|
1646
|
+
com.apple.Preview.SearchIntent
|
|
1647
|
+
com.apple.Safari.BookmarkEntity
|
|
1648
|
+
com.apple.Safari.BookmarkTabIntent
|
|
1649
|
+
com.apple.Safari.BookmarkURLIntent
|
|
1650
|
+
com.apple.Safari.CloseTab
|
|
1651
|
+
com.apple.Safari.CloseTabsAssistantIntent
|
|
1652
|
+
com.apple.Safari.CloseView
|
|
1653
|
+
com.apple.Safari.CloseWindowsIntent
|
|
1654
|
+
com.apple.Safari.CreateNewBookmark
|
|
1655
|
+
com.apple.Safari.CreateNewTab
|
|
1656
|
+
com.apple.Safari.CreateNewTabGroup
|
|
1657
|
+
com.apple.Safari.CreateNewWindow
|
|
1658
|
+
com.apple.Safari.CreateTabAssistantIntent
|
|
1659
|
+
com.apple.Safari.DeleteBookmarks
|
|
1660
|
+
com.apple.Safari.DeleteTabGroups
|
|
1661
|
+
com.apple.Safari.FindOnPage
|
|
1662
|
+
com.apple.Safari.LoadURLInTab
|
|
1663
|
+
com.apple.Safari.MoveTabsToTabGroup
|
|
1664
|
+
com.apple.Safari.MoveTabsToWindowIntent
|
|
1665
|
+
com.apple.Safari.OpenBookmark
|
|
1666
|
+
com.apple.Safari.OpenBookmarkAssistantIntent
|
|
1667
|
+
com.apple.Safari.OpenTab
|
|
1668
|
+
com.apple.Safari.OpenTabGroup
|
|
1669
|
+
com.apple.Safari.OpenTabGroupForFocus
|
|
1670
|
+
com.apple.Safari.OpenView
|
|
1671
|
+
com.apple.Safari.QuickWebsiteSearchIntent
|
|
1672
|
+
com.apple.Safari.QuickWebsiteSearchProviderEntity
|
|
1673
|
+
com.apple.Safari.SearchTabs
|
|
1674
|
+
com.apple.Safari.ShowWindowIntent
|
|
1675
|
+
com.apple.Safari.TabEntity
|
|
1676
|
+
com.apple.Safari.TabGroupEntity
|
|
1677
|
+
com.apple.Safari.WindowEntity
|
|
1678
|
+
com.apple.ShortcutsActions.CellularPlanEntity
|
|
1679
|
+
com.apple.ShortcutsActions.GetOrientationAction
|
|
1680
|
+
com.apple.ShortcutsActions.GetPhysicalActivity
|
|
1681
|
+
com.apple.ShortcutsActions.PlayMusicTopHitAction
|
|
1682
|
+
com.apple.ShortcutsActions.PlayPodcastTopHitAction
|
|
1683
|
+
com.apple.ShortcutsActions.ResetCellularDataStatisticsAction
|
|
1684
|
+
com.apple.ShortcutsActions.SetDataRoamingAction
|
|
1685
|
+
com.apple.ShortcutsActions.SetDefaultCellularPlanAction
|
|
1686
|
+
com.apple.ShortcutsActions.SetSilentModeAction
|
|
1687
|
+
com.apple.ShortcutsActions.SetVoiceDataModeAction
|
|
1688
|
+
com.apple.ShortcutsActions.ShowControlCenterAction
|
|
1689
|
+
com.apple.ShortcutsActions.StartCallTopHitAction
|
|
1690
|
+
com.apple.ShortcutsActions.StartFaceTimeAudioCallTopHitAction
|
|
1691
|
+
com.apple.ShortcutsActions.StartFaceTimeCallTopHitAction
|
|
1692
|
+
com.apple.ShortcutsActions.StartFaceTimeVideoCallTopHitAction
|
|
1693
|
+
com.apple.ShortcutsActions.TimeMachineAction
|
|
1694
|
+
com.apple.ShortcutsActions.ToggleCellularPlanAction
|
|
1695
|
+
com.apple.ShortcutsActions.TranscribeAudioAction
|
|
1696
|
+
com.apple.Spotlight.ClearSpotlightIntent
|
|
1697
|
+
com.apple.Spotlight.SearchFieldEntity
|
|
1698
|
+
com.apple.Spotlight.SearchSpotlightIntent
|
|
1699
|
+
com.apple.Spotlight.SearchSpotlightIntentInternal
|
|
1700
|
+
com.apple.Spotlight.SearchUIContinuationIntent
|
|
1701
|
+
com.apple.Spotlight.SearchUIOpenKnowledgeIntent
|
|
1702
|
+
com.apple.Spotlight.ToggleSpotlightIntent
|
|
1703
|
+
com.apple.TransparencySettingsIntents.OpenTransparencyPublicVerificationCodeDeepLink
|
|
1704
|
+
com.apple.TransparencySettingsIntents.OpenTransparencyStatusDeepLink
|
|
1705
|
+
com.apple.TransparencySettingsIntents.TransparencyPublicVerificationCodeEntity
|
|
1706
|
+
com.apple.TransparencySettingsIntents.TransparencySettingsIntents
|
|
1707
|
+
com.apple.TransparencySettingsIntents.TransparencyStatusEntity
|
|
1708
|
+
com.apple.VoiceMemos.AudioQualityEntity
|
|
1709
|
+
com.apple.VoiceMemos.AudioQualityEntity-UpdatableEntity
|
|
1710
|
+
com.apple.VoiceMemos.ChangeRecordingPlaybackSetting
|
|
1711
|
+
com.apple.VoiceMemos.ClearDeletedEntity
|
|
1712
|
+
com.apple.VoiceMemos.ClearDeletedEntity-UpdatableEntity
|
|
1713
|
+
com.apple.VoiceMemos.CreateFolder
|
|
1714
|
+
com.apple.VoiceMemos.DeleteFolder
|
|
1715
|
+
com.apple.VoiceMemos.DeleteRecording
|
|
1716
|
+
com.apple.VoiceMemos.LocationBasedNamingEntity
|
|
1717
|
+
com.apple.VoiceMemos.LocationBasedNamingEntity-UpdatableEntity
|
|
1718
|
+
com.apple.VoiceMemos.OpenFolder
|
|
1719
|
+
com.apple.VoiceMemos.OpenResetAnalyticsIdentifierEntity
|
|
1720
|
+
com.apple.VoiceMemos.PlaybackVoiceMemoIntent
|
|
1721
|
+
com.apple.VoiceMemos.RCCombineRecordings
|
|
1722
|
+
com.apple.VoiceMemos.RCControlCenterToggleRecording
|
|
1723
|
+
com.apple.VoiceMemos.RCImportRecording
|
|
1724
|
+
com.apple.VoiceMemos.RCRecordingEntity
|
|
1725
|
+
com.apple.VoiceMemos.RecordVoiceMemoIntent
|
|
1726
|
+
com.apple.VoiceMemos.ResetAnalyticsIdentifierEntity
|
|
1727
|
+
com.apple.VoiceMemos.SearchRecordings
|
|
1728
|
+
com.apple.VoiceMemos.SelectRecording
|
|
1729
|
+
com.apple.VoiceMemos.StopRecording
|
|
1730
|
+
com.apple.VoiceMemos.ToggleRecording
|
|
1731
|
+
com.apple.VoiceMemos.WFAppSettingEntityUpdaterAction
|
|
1732
|
+
com.apple.VoiceMemos.WFGetAppSettingAction
|
|
1733
|
+
com.apple.WindowManager.AppExposeAction
|
|
1734
|
+
com.apple.WindowManager.CornersTileAction
|
|
1735
|
+
com.apple.WindowManager.MissionControlAction
|
|
1736
|
+
com.apple.WindowManager.ShowDesktopAction
|
|
1737
|
+
com.apple.WindowManager.StageManagerToggleIntent
|
|
1738
|
+
com.apple.WindowManager.ThreeUpTileAction
|
|
1739
|
+
com.apple.WindowManager.TwoUpTileAction
|
|
1740
|
+
com.apple.WritingTools.WritingToolsAppIntentsExtension.AdjustToneIntent
|
|
1741
|
+
com.apple.WritingTools.WritingToolsAppIntentsExtension.FormatListIntent
|
|
1742
|
+
com.apple.WritingTools.WritingToolsAppIntentsExtension.FormatTableIntent
|
|
1743
|
+
com.apple.WritingTools.WritingToolsAppIntentsExtension.ProofreadIntent
|
|
1744
|
+
com.apple.WritingTools.WritingToolsAppIntentsExtension.RewriteTextIntent
|
|
1745
|
+
com.apple.WritingTools.WritingToolsAppIntentsExtension.SummarizeTextIntent
|
|
1746
|
+
com.apple.calculator.LaunchCalculatorOpenIntent
|
|
1747
|
+
com.apple.clock.AddWorldClockIntent
|
|
1748
|
+
com.apple.clock.CancelTimerIntent
|
|
1749
|
+
com.apple.clock.DeleteAlarmIntent
|
|
1750
|
+
com.apple.clock.GetCurrentTimerDetailsIntent
|
|
1751
|
+
com.apple.clock.GetTimeForCityIntent
|
|
1752
|
+
com.apple.clock.LapStopwatchIntent
|
|
1753
|
+
com.apple.clock.OpenAlarmIntent
|
|
1754
|
+
com.apple.clock.OpenTab
|
|
1755
|
+
com.apple.clock.OpenTabIntent
|
|
1756
|
+
com.apple.clock.PauseTimerIntent
|
|
1757
|
+
com.apple.clock.RemoveWorldClockIntent
|
|
1758
|
+
com.apple.clock.ResetStopwatchIntent
|
|
1759
|
+
com.apple.clock.ResumeTimerIntent
|
|
1760
|
+
com.apple.clock.StartStopwatchIntent
|
|
1761
|
+
com.apple.clock.StopStopwatchIntent
|
|
1762
|
+
com.apple.controlcenter.DisplaySleepIntent
|
|
1763
|
+
com.apple.controlcenter.LockScreenIntent
|
|
1764
|
+
com.apple.controlcenter.ScreenSaverIntent
|
|
1765
|
+
com.apple.controlcenter.SetDarkModeEnabledIntent
|
|
1766
|
+
com.apple.controlcenter.SetNightShiftEnabledIntent
|
|
1767
|
+
com.apple.controlcenter.SetTrueToneEnabledIntent
|
|
1768
|
+
com.apple.dock.SetDockAutoHideEnabledIntent
|
|
1769
|
+
com.apple.donotdisturb.DoNotDisturbAppIntents.FocusEntity
|
|
1770
|
+
com.apple.donotdisturb.DoNotDisturbAppIntents.OpenFocusSettingsDynamicDeepLinks
|
|
1771
|
+
com.apple.donotdisturb.DoNotDisturbAppIntents.SetFocusState
|
|
1772
|
+
com.apple.finder.CompressItemsIntent
|
|
1773
|
+
com.apple.finder.CopyItemsIntent
|
|
1774
|
+
com.apple.finder.CreateFolderIntent
|
|
1775
|
+
com.apple.finder.DuplicateItemsIntent
|
|
1776
|
+
com.apple.finder.GetInfoIntent
|
|
1777
|
+
com.apple.finder.GetLocationIntent
|
|
1778
|
+
com.apple.finder.GetSelectedItemsIntent
|
|
1779
|
+
com.apple.finder.GoToEnclosingFolderIntent
|
|
1780
|
+
com.apple.finder.GoToFolderIntent
|
|
1781
|
+
com.apple.finder.GoToLocationIntent
|
|
1782
|
+
com.apple.finder.MoveItemsIntent
|
|
1783
|
+
com.apple.finder.OpenItemIntent
|
|
1784
|
+
com.apple.finder.RenameItemIntent
|
|
1785
|
+
com.apple.finder.RevealItemsIntent
|
|
1786
|
+
com.apple.finder.SearchInBrowserIntent
|
|
1787
|
+
com.apple.finder.TrashItemsIntent
|
|
1788
|
+
com.apple.findmy.FriendSelectorIntent
|
|
1789
|
+
com.apple.findmy.Intent
|
|
1790
|
+
com.apple.findmy.ItemEntity
|
|
1791
|
+
com.apple.findmy.ItemSelectorIntent
|
|
1792
|
+
com.apple.findmy.PersonEntity
|
|
1793
|
+
com.apple.findmy.WidgetItemEntity
|
|
1794
|
+
com.apple.findmy.WidgetPersonEntity
|
|
1795
|
+
com.apple.freeform.CRLAddItemToBoardIntent
|
|
1796
|
+
com.apple.freeform.CRLAddStickyNoteToBoardIntent
|
|
1797
|
+
com.apple.freeform.CRLAddTextToBoardIntent
|
|
1798
|
+
com.apple.freeform.CRLChangeBoardCanvasGridIntent
|
|
1799
|
+
com.apple.freeform.CRLChangeBoardObjectConnectorsIntent
|
|
1800
|
+
com.apple.freeform.CRLChangeSelectionColorIntent
|
|
1801
|
+
com.apple.freeform.CRLChangeSelectionFontSizeIntent
|
|
1802
|
+
com.apple.freeform.CRLChangeSelectionFontStyleIntent
|
|
1803
|
+
com.apple.freeform.CRLCreateBoardIntent
|
|
1804
|
+
com.apple.freeform.CRLDeleteBoardIntent
|
|
1805
|
+
com.apple.freeform.CRLFavoriteBoardIntent_v2
|
|
1806
|
+
com.apple.freeform.CRLInsertFilesToBoardIntent
|
|
1807
|
+
com.apple.freeform.CRLInsertPhotosToBoardIntent
|
|
1808
|
+
com.apple.freeform.CRLInsertShapeToBoardIntent
|
|
1809
|
+
com.apple.freeform.CRLInsertTextToBoardIntent
|
|
1810
|
+
com.apple.freeform.CRLInsertURLToBoardIntent
|
|
1811
|
+
com.apple.freeform.CRLOpenBoardIntent
|
|
1812
|
+
com.apple.freeform.CRLRenameBoardIntent
|
|
1813
|
+
com.apple.freeform.CRLResizeSelectionFontIntent
|
|
1814
|
+
com.apple.freeform.CRLResizeSelectionFontIntent_v2
|
|
1815
|
+
com.apple.freeform.CRLUpdateBoardIntent
|
|
1816
|
+
com.apple.freeform.CRLUtilitiesIntent
|
|
1817
|
+
com.apple.freeform.CRLiOSCreateBoardIntent
|
|
1818
|
+
com.apple.freeform.CRLiOSOpenBoardIntent
|
|
1819
|
+
com.apple.generativeassistanttools.GenerativeAssistantExtension.GenerateKnowledgeResponseIntent
|
|
1820
|
+
com.apple.generativeassistanttools.GenerativeAssistantExtension.GenerateRichContentFromMediaIntent
|
|
1821
|
+
com.apple.generativeassistanttools.GenerativeAssistantExtension.GenerateRichContentIntent
|
|
1822
|
+
com.apple.generativeassistanttools.GenerativeAssistantExtension.PrewarmGenerativeAssistantExtensionIntent
|
|
1823
|
+
com.apple.helpviewer.CollectionOpenIntent
|
|
1824
|
+
com.apple.homed.SetPersonalContentSettingIntent
|
|
1825
|
+
com.apple.iBooksX.AudiobookSleepTimerIntent
|
|
1826
|
+
com.apple.iBooksX.BookAppEntity
|
|
1827
|
+
com.apple.iBooksX.BookReaderChangeThemeIntent
|
|
1828
|
+
com.apple.iBooksX.BookReaderNavigatePageInBookIntent
|
|
1829
|
+
com.apple.iBooksX.BookReaderNavigatePagesIntent
|
|
1830
|
+
com.apple.iBooksX.BookSettingsEntity
|
|
1831
|
+
com.apple.iBooksX.BookSettingsEntity-UpdatableEntity
|
|
1832
|
+
com.apple.iBooksX.ChangeFontSizeIntent
|
|
1833
|
+
com.apple.iBooksX.CloseBookIntent
|
|
1834
|
+
com.apple.iBooksX.DeepLinkIntent
|
|
1835
|
+
com.apple.iBooksX.DefaultCollectionEntity
|
|
1836
|
+
com.apple.iBooksX.OpenBookIntent
|
|
1837
|
+
com.apple.iBooksX.OpenDefaultCollectionIntent
|
|
1838
|
+
com.apple.iBooksX.OpenMostRecentBookIntent
|
|
1839
|
+
com.apple.iBooksX.OpenSpecificBookIntent
|
|
1840
|
+
com.apple.iBooksX.OpenTabBarItemIntent
|
|
1841
|
+
com.apple.iBooksX.OpenTableOfContentsIntent
|
|
1842
|
+
com.apple.iBooksX.PauseCurrentAudiobookIntent
|
|
1843
|
+
com.apple.iBooksX.PlayAudiobookIntent
|
|
1844
|
+
com.apple.iBooksX.PlayMostRecentAudiobookIntent
|
|
1845
|
+
com.apple.iBooksX.PlaySpecificAudiobookIntent
|
|
1846
|
+
com.apple.iBooksX.SearchBooksAppIntent
|
|
1847
|
+
com.apple.iBooksX.SearchBooksIntent
|
|
1848
|
+
com.apple.iBooksX.UpdateBookSettingsIntent
|
|
1849
|
+
com.apple.iCal.CreateCalendarIntent
|
|
1850
|
+
com.apple.iCal.CreateEventIntent
|
|
1851
|
+
com.apple.iCal.CreateEventIntent_v0
|
|
1852
|
+
com.apple.iCal.DeleteCalendarsIntent
|
|
1853
|
+
com.apple.iCal.DeleteEventIntent
|
|
1854
|
+
com.apple.iCal.DeleteEventIntent_v0
|
|
1855
|
+
com.apple.iCal.EditEventIntent
|
|
1856
|
+
com.apple.iCal.EditEventIntent_v0
|
|
1857
|
+
com.apple.iCal.EmailAttendeesIntent
|
|
1858
|
+
com.apple.iCal.EmailOrganizerIntent
|
|
1859
|
+
com.apple.iCal.EventEntity
|
|
1860
|
+
com.apple.iCal.FetchTransferableEventByURLIntent
|
|
1861
|
+
com.apple.iCal.FetchTransferableEventsInRangeIntent
|
|
1862
|
+
com.apple.iCal.HighlightEventIntent
|
|
1863
|
+
com.apple.iCal.InboxItemEntity
|
|
1864
|
+
com.apple.iCal.JoinEventIntent
|
|
1865
|
+
com.apple.iCal.ListEventsIntent
|
|
1866
|
+
com.apple.iCal.OpenCalendarEditorIntent
|
|
1867
|
+
com.apple.iCal.OpenCalendarViewIntent
|
|
1868
|
+
com.apple.iCal.OpenDateIntent
|
|
1869
|
+
com.apple.iCal.OpenEventDetailsIntent
|
|
1870
|
+
com.apple.iCal.OpenEventEditorIntent
|
|
1871
|
+
com.apple.iCal.RespondToInboxItemIntent
|
|
1872
|
+
com.apple.iCal.SetCalendarFocusConfiguration
|
|
1873
|
+
com.apple.iCal.TransferableCalendarEntity
|
|
1874
|
+
com.apple.iCal.TransferableSourceEntity
|
|
1875
|
+
com.apple.iWork.Keynote.KNDocumentBackgroundExportIntent
|
|
1876
|
+
com.apple.iWork.Keynote.KNNewDocumentIntent
|
|
1877
|
+
com.apple.iWork.Numbers.TNDocumentBackgroundExportIntent
|
|
1878
|
+
com.apple.iWork.Numbers.TNNewDocumentIntent
|
|
1879
|
+
com.apple.iWork.Pages.TPDocumentBackgroundExportIntent
|
|
1880
|
+
com.apple.iWork.Pages.TPNewDocumentIntent
|
|
1881
|
+
com.apple.intelligenceflow.IntelligenceFlowAppIntentsExtension.OpenApplication
|
|
1882
|
+
com.apple.intelligenceflow.IntelligenceFlowAppIntentsExtension.OpenFile
|
|
1883
|
+
com.apple.intelligenceflow.IntelligenceFlowAppIntentsExtension.OpenURL
|
|
1884
|
+
com.apple.intelligenceplatform.IntelligencePlatform.IntelligencePlatformDataActionsAppIntentsExtension.CalculateAppUsageIntent
|
|
1885
|
+
com.apple.intelligenceplatform.IntelligencePlatform.IntelligencePlatformDataActionsAppIntentsExtension.FindSportsEvents
|
|
1886
|
+
com.apple.intelligenceplatformd.PersonalKnowledgeTool
|
|
1887
|
+
com.apple.journal.AddCurrentLocationEntity
|
|
1888
|
+
com.apple.journal.AddCurrentLocationEntity-UpdatableEntity
|
|
1889
|
+
com.apple.journal.AddCurrentLocationIntent
|
|
1890
|
+
com.apple.journal.AlwaysUseMomentDateEntity
|
|
1891
|
+
com.apple.journal.AlwaysUseMomentDateEntity-UpdatableEntity
|
|
1892
|
+
com.apple.journal.AlwaysUseMomentDateIntent
|
|
1893
|
+
com.apple.journal.CreateEntryAudioIntent
|
|
1894
|
+
com.apple.journal.CreateEntryIntent
|
|
1895
|
+
com.apple.journal.OpenEntryEntityIntent
|
|
1896
|
+
com.apple.journal.OpenJournalSettingsDeeplinks
|
|
1897
|
+
com.apple.journal.RefreshIntent
|
|
1898
|
+
com.apple.journal.SaveToPhotosEntity
|
|
1899
|
+
com.apple.journal.SaveToPhotosEntity-UpdatableEntity
|
|
1900
|
+
com.apple.journal.SaveToPhotosIntent
|
|
1901
|
+
com.apple.journal.SearchEntriesIntent
|
|
1902
|
+
com.apple.journal.SkipJournalingSuggestionsEntity
|
|
1903
|
+
com.apple.journal.SkipJournalingSuggestionsEntity-UpdatableEntity
|
|
1904
|
+
com.apple.journal.SkipJournalingSuggestionsIntent
|
|
1905
|
+
com.apple.journal.StreaksWidgetConfigurationIntent
|
|
1906
|
+
com.apple.mail.ArchiveMessageIntent
|
|
1907
|
+
com.apple.mail.BlockSenderIntent
|
|
1908
|
+
com.apple.mail.CancelDraftIntent
|
|
1909
|
+
com.apple.mail.ComposeMessageIntent
|
|
1910
|
+
com.apple.mail.DeleteDraftIntent
|
|
1911
|
+
com.apple.mail.DeleteMessageIntent
|
|
1912
|
+
com.apple.mail.DeleteReadLaterIntent
|
|
1913
|
+
com.apple.mail.ForwardMessageIntent
|
|
1914
|
+
com.apple.mail.MailFocusConfigurationAction
|
|
1915
|
+
com.apple.mail.MailMessage
|
|
1916
|
+
com.apple.mail.MailMessageEntity
|
|
1917
|
+
com.apple.mail.MuteThreadIntent
|
|
1918
|
+
com.apple.mail.OpenDraftIntent
|
|
1919
|
+
com.apple.mail.OpenDraftURLIntent
|
|
1920
|
+
com.apple.mail.OpenMessageURLIntent
|
|
1921
|
+
com.apple.mail.RemoveFollowUpIntent
|
|
1922
|
+
com.apple.mail.ReplyMessageIntent
|
|
1923
|
+
com.apple.mail.SaveDraftIntent
|
|
1924
|
+
com.apple.mail.SearchMailIntent
|
|
1925
|
+
com.apple.mail.SendDraftIntent
|
|
1926
|
+
com.apple.mail.SendMail
|
|
1927
|
+
com.apple.mail.SetMailMessageIsRead
|
|
1928
|
+
com.apple.mail.SetReadLaterIntent
|
|
1929
|
+
com.apple.mail.SummarizeThreadIntent
|
|
1930
|
+
com.apple.mail.UndoSendMessageIntent
|
|
1931
|
+
com.apple.mail.UnsubscribeMessageIntent
|
|
1932
|
+
com.apple.mail.UpdateDraftIntent
|
|
1933
|
+
com.apple.mail.UpdateMessageIntent
|
|
1934
|
+
com.apple.mobilenotes.SharingExtension
|
|
1935
|
+
com.apple.mobiletimer-framework.MobileTimerIntents.MTCreateAlarmIntent
|
|
1936
|
+
com.apple.mobiletimer-framework.MobileTimerIntents.MTGetAlarmsIntent
|
|
1937
|
+
com.apple.mobiletimer-framework.MobileTimerIntents.MTToggleAlarmIntent
|
|
1938
|
+
com.apple.news.BlockIntent
|
|
1939
|
+
com.apple.news.DecreaseTextSizeIntent
|
|
1940
|
+
com.apple.news.FollowIntent
|
|
1941
|
+
com.apple.news.GameCenterEntity
|
|
1942
|
+
com.apple.news.GameCenterEntity-UpdatableEntity
|
|
1943
|
+
com.apple.news.IncreaseTextSizeIntent
|
|
1944
|
+
com.apple.news.NewsSettingsAutomaticDownloadDynamicDeepLinks
|
|
1945
|
+
com.apple.news.NewsSettingsDynamicDeepLinks
|
|
1946
|
+
com.apple.news.NewsTabDeepLink
|
|
1947
|
+
com.apple.news.OpenArticleIntent
|
|
1948
|
+
com.apple.news.OpenFeedIntent
|
|
1949
|
+
com.apple.news.OpenHistoryIntent
|
|
1950
|
+
com.apple.news.OpenRecipeIntent
|
|
1951
|
+
com.apple.news.OpenSavedIntent
|
|
1952
|
+
com.apple.news.OpenSavedRecipesIntent
|
|
1953
|
+
com.apple.news.OpenStaticFeed
|
|
1954
|
+
com.apple.news.RestrictStoriesInTodaySettingEntity
|
|
1955
|
+
com.apple.news.RestrictStoriesInTodaySettingEntity-UpdatableEntity
|
|
1956
|
+
com.apple.news.SaveArticleIntent
|
|
1957
|
+
com.apple.news.ToggleAudioPlaybackIntent
|
|
1958
|
+
com.apple.news.UnblockIntent
|
|
1959
|
+
com.apple.news.UnsaveArticleIntent
|
|
1960
|
+
com.apple.news.WFAppSettingEntityUpdaterAction
|
|
1961
|
+
com.apple.news.WFGetAppSettingAction
|
|
1962
|
+
com.apple.omniSearch.SearchToolExtension.OpenFlightReservationEntityIntent
|
|
1963
|
+
com.apple.omniSearch.SearchToolExtension.OpenGenericEventEntityIntent
|
|
1964
|
+
com.apple.omniSearch.SearchToolExtension.OpenHotelReservationEntityIntent
|
|
1965
|
+
com.apple.omniSearch.SearchToolExtension.OpenIDCardBusinessEntityIntent
|
|
1966
|
+
com.apple.omniSearch.SearchToolExtension.OpenIDCardPersonalEntityIntent
|
|
1967
|
+
com.apple.omniSearch.SearchToolExtension.OpenMediaEntityIntent
|
|
1968
|
+
com.apple.omniSearch.SearchToolExtension.OpenRestaurantReservationEntityIntent
|
|
1969
|
+
com.apple.omniSearch.SearchToolExtension.OpenSearchSpotlightEntityIntent
|
|
1970
|
+
com.apple.omniSearch.SearchToolExtension.OpenTicketedShowEntityIntent
|
|
1971
|
+
com.apple.omniSearch.SearchToolExtension.OpenTicketedTransportationEntityIntent
|
|
1972
|
+
com.apple.omniSearch.SearchToolExtension.OpenVehicleReservationEntityIntent
|
|
1973
|
+
com.apple.omniSearch.SearchToolExtension.SearchTool
|
|
1974
|
+
com.apple.omniSearch.SearchToolExtension.SearchToolControl
|
|
1975
|
+
com.apple.omniSearch.SearchToolExtension.SearchToolMCGrounding
|
|
1976
|
+
com.apple.omniSearch.SearchToolExtension.SearchToolMCQU
|
|
1977
|
+
com.apple.podcasts.DownloadEpisodesAppIntent
|
|
1978
|
+
com.apple.podcasts.FetchShowLatestEpisodesAppIntent
|
|
1979
|
+
com.apple.podcasts.FollowRSSFeedAppIntent
|
|
1980
|
+
com.apple.podcasts.FollowShowAppIntent
|
|
1981
|
+
com.apple.podcasts.MarkEpisodeAsPlayedAppIntent
|
|
1982
|
+
com.apple.podcasts.MarkEpisodeAsUnplayedAppIntent
|
|
1983
|
+
com.apple.podcasts.OpenAppLocationAppIntent
|
|
1984
|
+
com.apple.podcasts.OpenChannelAppIntent
|
|
1985
|
+
com.apple.podcasts.OpenEpisodeAppIntent
|
|
1986
|
+
com.apple.podcasts.OpenShowAppIntent
|
|
1987
|
+
com.apple.podcasts.PlayAudioIntent
|
|
1988
|
+
com.apple.podcasts.PlayEpisodeAppIntent
|
|
1989
|
+
com.apple.podcasts.PlayEpisodeLastAppIntent
|
|
1990
|
+
com.apple.podcasts.PlayEpisodeNextAppIntent
|
|
1991
|
+
com.apple.podcasts.PlayNextChapterAppIntent
|
|
1992
|
+
com.apple.podcasts.PlayPauseStationAppIntent
|
|
1993
|
+
com.apple.podcasts.PlayPauseWidgetIntent
|
|
1994
|
+
com.apple.podcasts.PlayPreviousChapterAppIntent
|
|
1995
|
+
com.apple.podcasts.PlayStationAppIntent
|
|
1996
|
+
com.apple.podcasts.RemoveEpisodesDownloadAppIntent
|
|
1997
|
+
com.apple.podcasts.SaveEpisodeAppIntent
|
|
1998
|
+
com.apple.podcasts.SearchPodcastsAppIntent
|
|
1999
|
+
com.apple.podcasts.SelectLibraryListAppIntent
|
|
2000
|
+
com.apple.podcasts.SelectWidgetShowAppIntent
|
|
2001
|
+
com.apple.podcasts.UnfollowShowAppIntent
|
|
2002
|
+
com.apple.podcasts.UnsaveEpisodeAppIntent
|
|
2003
|
+
com.apple.podcasts.ViewTranscriptAppIntent
|
|
2004
|
+
com.apple.printcenter.CancelPrintJob
|
|
2005
|
+
com.apple.printcenter.LaunchPrintCenterAppIntent
|
|
2006
|
+
com.apple.printcenter.PrintDocuments
|
|
2007
|
+
com.apple.reminders.AddOrRemoveTagsAppIntent
|
|
2008
|
+
com.apple.reminders.CompleteReminderAppIntent
|
|
2009
|
+
com.apple.reminders.CompleteRemindersAppIntent
|
|
2010
|
+
com.apple.reminders.CreateCustomSmartListAppIntent
|
|
2011
|
+
com.apple.reminders.CreateGroupAppIntent
|
|
2012
|
+
com.apple.reminders.CreateSectionAppIntent
|
|
2013
|
+
com.apple.reminders.DeleteListsAppIntent
|
|
2014
|
+
com.apple.reminders.DeleteRemindersAppIntent
|
|
2015
|
+
com.apple.reminders.DeleteRemindersListGroupsAppIntent
|
|
2016
|
+
com.apple.reminders.DeleteSectionsAppIntent
|
|
2017
|
+
com.apple.reminders.GroupEntity-UpdatableEntity
|
|
2018
|
+
com.apple.reminders.ListEntity-UpdatableEntity
|
|
2019
|
+
com.apple.reminders.MoveRemindersAppIntent
|
|
2020
|
+
com.apple.reminders.MoveRemindersToListAppIntent
|
|
2021
|
+
com.apple.reminders.MoveRemindersToParentReminderAppIntent
|
|
2022
|
+
com.apple.reminders.MoveRemindersToSectionAppIntent
|
|
2023
|
+
com.apple.reminders.OpenGroupAppIntent
|
|
2024
|
+
com.apple.reminders.OpenReminderAppIntent
|
|
2025
|
+
com.apple.reminders.OpenSectionAppIntent
|
|
2026
|
+
com.apple.reminders.OpenSmartListAppIntent
|
|
2027
|
+
com.apple.reminders.OpenTagsAppIntent
|
|
2028
|
+
com.apple.reminders.RemotePreferencesEntity
|
|
2029
|
+
com.apple.reminders.SectionEntity-UpdatableEntity
|
|
2030
|
+
com.apple.reminders.SmartListEntity
|
|
2031
|
+
com.apple.reminders.TTRCreateListAppIntent
|
|
2032
|
+
com.apple.reminders.TTRCreateReminderAppIntent
|
|
2033
|
+
com.apple.reminders.TTROpenListAppIntent
|
|
2034
|
+
com.apple.reminders.TTROpenSmartListAppIntent
|
|
2035
|
+
com.apple.reminders.TTRReminderSetCompletedIntent
|
|
2036
|
+
com.apple.reminders.TTRSearchRemindersAppIntent
|
|
2037
|
+
com.apple.reminders.UpdateGroupAppIntent
|
|
2038
|
+
com.apple.reminders.UpdateListAppIntent
|
|
2039
|
+
com.apple.reminders.UpdateReminderAppIntent
|
|
2040
|
+
com.apple.reminders.UpdateSectionAppIntent
|
|
2041
|
+
com.apple.reminders.UpdateSmartListAppIntent
|
|
2042
|
+
com.apple.reminders.UpdateSmartListIsHiddenAppIntent
|
|
2043
|
+
com.apple.screenshot.launcher.CaptureScreenIntent
|
|
2044
|
+
com.apple.screenshot.launcher.CaptureSelectionIntent
|
|
2045
|
+
com.apple.screenshot.launcher.CustomCaptureConfiguration
|
|
2046
|
+
com.apple.screenshot.launcher.CustomCaptureIntent
|
|
2047
|
+
com.apple.screenshot.launcher.CustomRecordConfiguration
|
|
2048
|
+
com.apple.screenshot.launcher.CustomRecordIntent
|
|
2049
|
+
com.apple.screenshot.launcher.RecordScreenIntent
|
|
2050
|
+
com.apple.screenshot.launcher.RecordSelectionIntent
|
|
2051
|
+
com.apple.shortcuts.AddShortcutToHomeScreenAction
|
|
2052
|
+
com.apple.shortcuts.ChangeShortcutIconAction
|
|
2053
|
+
com.apple.shortcuts.CreateFolderAction
|
|
2054
|
+
com.apple.shortcuts.CreateShortcutiCloudLinkAction
|
|
2055
|
+
com.apple.shortcuts.CreateWorkflowAction
|
|
2056
|
+
com.apple.shortcuts.DeleteWorkflowAction
|
|
2057
|
+
com.apple.shortcuts.GetShortcutAttributesAction
|
|
2058
|
+
com.apple.shortcuts.MoveShortcutToFolderAction
|
|
2059
|
+
com.apple.shortcuts.OpenAppIntent
|
|
2060
|
+
com.apple.shortcuts.OpenNavigationDestinationAction
|
|
2061
|
+
com.apple.shortcuts.OpenShortcutsStaticDeepLinks
|
|
2062
|
+
com.apple.shortcuts.OpenWorkflowAction
|
|
2063
|
+
com.apple.shortcuts.RenameShortcutAction
|
|
2064
|
+
com.apple.shortcuts.RunShortcutConfigurationIntent
|
|
2065
|
+
com.apple.shortcuts.RunShortcutFromCollectionIntent
|
|
2066
|
+
com.apple.shortcuts.RunShortcutIntent
|
|
2067
|
+
com.apple.shortcuts.SearchActionDrawerAction
|
|
2068
|
+
com.apple.shortcuts.SearchShortcutsAction
|
|
2069
|
+
com.apple.shortcuts.SetShortcutAttributesAction
|
|
2070
|
+
com.apple.shortcuts.ShortcutsFolderConfigurationIntent
|
|
2071
|
+
com.apple.shortcuts.StopWorkflowAction
|
|
2072
|
+
com.apple.siri.AssistantSettingsControls.AlwaysPrintSiriResponseEntity
|
|
2073
|
+
com.apple.siri.AssistantSettingsControls.AlwaysPrintSiriResponseEntity-UpdatableEntity
|
|
2074
|
+
com.apple.siri.AssistantSettingsControls.AlwaysShowSpeechEntity
|
|
2075
|
+
com.apple.siri.AssistantSettingsControls.AlwaysShowSpeechEntity-UpdatableEntity
|
|
2076
|
+
com.apple.siri.AssistantSettingsControls.AskSiriEntity
|
|
2077
|
+
com.apple.siri.AssistantSettingsControls.KeyboardShortcutEntity
|
|
2078
|
+
com.apple.siri.AssistantSettingsControls.OpenAlwaysPrintSiriResponseEntity
|
|
2079
|
+
com.apple.siri.AssistantSettingsControls.OpenAlwaysShowSpeechEntity
|
|
2080
|
+
com.apple.siri.AssistantSettingsControls.OpenAskSiriEntity
|
|
2081
|
+
com.apple.siri.AssistantSettingsControls.OpenKeyboardShortcutEntity
|
|
2082
|
+
com.apple.siri.AssistantSettingsControls.OpenSiriAndDictationHistoryEntity
|
|
2083
|
+
com.apple.siri.AssistantSettingsControls.OpenSiriLanguageEntity
|
|
2084
|
+
com.apple.siri.AssistantSettingsControls.OpenSiriSuggestionsAndPrivacyEntity
|
|
2085
|
+
com.apple.siri.AssistantSettingsControls.OpenSiriSuggestionsAndPrivacyForAppEntity
|
|
2086
|
+
com.apple.siri.AssistantSettingsControls.OpenSiriSuggestionsShowInAppEntity
|
|
2087
|
+
com.apple.siri.AssistantSettingsControls.OpenSiriVoiceEntity
|
|
2088
|
+
com.apple.siri.AssistantSettingsControls.OpenVoiceFeedbackToggleEntity
|
|
2089
|
+
com.apple.siri.AssistantSettingsControls.SiriAndDictationHistoryEntity
|
|
2090
|
+
com.apple.siri.AssistantSettingsControls.SiriLanguageEntity
|
|
2091
|
+
com.apple.siri.AssistantSettingsControls.SiriSuggestionsAndPrivacyEntity
|
|
2092
|
+
com.apple.siri.AssistantSettingsControls.SiriSuggestionsAndPrivacyForAppEntity
|
|
2093
|
+
com.apple.siri.AssistantSettingsControls.SiriSuggestionsAndPrivacyForAppEntity-UpdatableEntity
|
|
2094
|
+
com.apple.siri.AssistantSettingsControls.SiriSuggestionsShowInAppEntity
|
|
2095
|
+
com.apple.siri.AssistantSettingsControls.SiriSuggestionsShowInAppEntity-UpdatableEntity
|
|
2096
|
+
com.apple.siri.AssistantSettingsControls.SiriVoiceEntity
|
|
2097
|
+
com.apple.siri.AssistantSettingsControls.VoiceFeedbackToggleEntity
|
|
2098
|
+
com.apple.siri.AssistantSettingsControls.VoiceFeedbackToggleEntity-UpdatableEntity
|
|
2099
|
+
com.apple.stocks.AddSymbolToWatchlistIntent
|
|
2100
|
+
com.apple.stocks.BlockIntent
|
|
2101
|
+
com.apple.stocks.DecreaseTextSizeIntent
|
|
2102
|
+
com.apple.stocks.DeleteSymbolFromWatchlistIntent
|
|
2103
|
+
com.apple.stocks.DeleteWatchlistsIntent
|
|
2104
|
+
com.apple.stocks.FollowIntent
|
|
2105
|
+
com.apple.stocks.GetSymbolQuoteIntent
|
|
2106
|
+
com.apple.stocks.IncreaseTextSizeIntent
|
|
2107
|
+
com.apple.stocks.NewWatchlistIntent
|
|
2108
|
+
com.apple.stocks.NewsTabDeepLink
|
|
2109
|
+
com.apple.stocks.OpenArticleIntent
|
|
2110
|
+
com.apple.stocks.OpenBusinessNewsIntent
|
|
2111
|
+
com.apple.stocks.OpenFeedIntent
|
|
2112
|
+
com.apple.stocks.OpenHistoryIntent
|
|
2113
|
+
com.apple.stocks.OpenRecipeIntent
|
|
2114
|
+
com.apple.stocks.OpenSavedIntent
|
|
2115
|
+
com.apple.stocks.OpenSavedRecipesIntent
|
|
2116
|
+
com.apple.stocks.OpenStaticFeed
|
|
2117
|
+
com.apple.stocks.OpenSymbolIntent
|
|
2118
|
+
com.apple.stocks.OpenWatchlistIntent
|
|
2119
|
+
com.apple.stocks.SaveArticleIntent
|
|
2120
|
+
com.apple.stocks.StockIntent
|
|
2121
|
+
com.apple.stocks.StocksOverviewIntent
|
|
2122
|
+
com.apple.stocks.SymbolEntity
|
|
2123
|
+
com.apple.stocks.SymbolWidgetEntity
|
|
2124
|
+
com.apple.stocks.UnblockIntent
|
|
2125
|
+
com.apple.stocks.UnsaveArticleIntent
|
|
2126
|
+
com.apple.stocks.WatchlistEntity
|
|
2127
|
+
com.apple.systempreferences.AccentColorEntity
|
|
2128
|
+
com.apple.systempreferences.AccentColorEntity-UpdatableEntity
|
|
2129
|
+
com.apple.systempreferences.AirDropEntity
|
|
2130
|
+
com.apple.systempreferences.AirDropEntity-UpdatableEntity
|
|
2131
|
+
com.apple.systempreferences.AirPlayIntent
|
|
2132
|
+
com.apple.systempreferences.AirPlayReceiverIntent
|
|
2133
|
+
com.apple.systempreferences.AirPlayRequiresPasswordIntent
|
|
2134
|
+
com.apple.systempreferences.AllowWallPaperTintingEntity
|
|
2135
|
+
com.apple.systempreferences.AllowWallPaperTintingEntity-UpdatableEntity
|
|
2136
|
+
com.apple.systempreferences.AppearanceEntity
|
|
2137
|
+
com.apple.systempreferences.AppearanceEntity-UpdatableEntity
|
|
2138
|
+
com.apple.systempreferences.AppearanceSettingsDeepLink
|
|
2139
|
+
com.apple.systempreferences.AppleAccountMainDynamicDeepLinks
|
|
2140
|
+
com.apple.systempreferences.ApplicationNotificationsSettings
|
|
2141
|
+
com.apple.systempreferences.ApplicationNotificationsSettings-UpdatableEntity
|
|
2142
|
+
com.apple.systempreferences.AutoBrightnessEntity
|
|
2143
|
+
com.apple.systempreferences.AutoBrightnessEntity-UpdatableEntity
|
|
2144
|
+
com.apple.systempreferences.AutoDateTimeEntity
|
|
2145
|
+
com.apple.systempreferences.AutoHideMenuBarOptionEntity
|
|
2146
|
+
com.apple.systempreferences.AutoHideMenuBarOptionEntity-UpdatableEntity
|
|
2147
|
+
com.apple.systempreferences.AutoLoginIntent
|
|
2148
|
+
com.apple.systempreferences.AutoTimeZoneEntity
|
|
2149
|
+
com.apple.systempreferences.AutomaticReconnectEntity
|
|
2150
|
+
com.apple.systempreferences.AutomaticReconnectEntity-UpdatableEntity
|
|
2151
|
+
com.apple.systempreferences.AvailableDisplaysEntity
|
|
2152
|
+
com.apple.systempreferences.AxAdaptiveVoiceShortcutsEntity
|
|
2153
|
+
com.apple.systempreferences.AxAdaptiveVoiceShortcutsEntity-UpdatableEntity
|
|
2154
|
+
com.apple.systempreferences.AxAltMouseButtonsEntity
|
|
2155
|
+
com.apple.systempreferences.AxAltMouseButtonsEntity-UpdatableEntity
|
|
2156
|
+
com.apple.systempreferences.AxAltMouseEnableSoundsEntity
|
|
2157
|
+
com.apple.systempreferences.AxAltMouseEnableSoundsEntity-UpdatableEntity
|
|
2158
|
+
com.apple.systempreferences.AxAltMouseEnableVisualsEntity
|
|
2159
|
+
com.apple.systempreferences.AxAltMouseEnableVisualsEntity-UpdatableEntity
|
|
2160
|
+
com.apple.systempreferences.AxAnimatedImagesEntity
|
|
2161
|
+
com.apple.systempreferences.AxAnimatedImagesEntity-UpdatableEntity
|
|
2162
|
+
com.apple.systempreferences.AxBackgroundSoundsEntity
|
|
2163
|
+
com.apple.systempreferences.AxBackgroundSoundsEntity-UpdatableEntity
|
|
2164
|
+
com.apple.systempreferences.AxBackgroundSoundsLockScreenEntity
|
|
2165
|
+
com.apple.systempreferences.AxBackgroundSoundsLockScreenEntity-UpdatableEntity
|
|
2166
|
+
com.apple.systempreferences.AxCaptioningPreferSdhEntity
|
|
2167
|
+
com.apple.systempreferences.AxCaptioningPreferSdhEntity-UpdatableEntity
|
|
2168
|
+
com.apple.systempreferences.AxDifferentiateWithoutColorEntity
|
|
2169
|
+
com.apple.systempreferences.AxDifferentiateWithoutColorEntity-UpdatableEntity
|
|
2170
|
+
com.apple.systempreferences.AxDimFlashingEntity
|
|
2171
|
+
com.apple.systempreferences.AxDimFlashingEntity-UpdatableEntity
|
|
2172
|
+
com.apple.systempreferences.AxDisplayFilterEnabledEntity
|
|
2173
|
+
com.apple.systempreferences.AxDisplayFilterEnabledEntity-UpdatableEntity
|
|
2174
|
+
com.apple.systempreferences.AxDisplayFilterTypeEntity
|
|
2175
|
+
com.apple.systempreferences.AxDisplayFilterTypeEntity-UpdatableEntity
|
|
2176
|
+
com.apple.systempreferences.AxDwellActionEntity
|
|
2177
|
+
com.apple.systempreferences.AxDwellActionEntity-UpdatableEntity
|
|
2178
|
+
com.apple.systempreferences.AxDwellAutoRevertEntity
|
|
2179
|
+
com.apple.systempreferences.AxDwellAutoRevertEntity-UpdatableEntity
|
|
2180
|
+
com.apple.systempreferences.AxDwellCursorColorEntity
|
|
2181
|
+
com.apple.systempreferences.AxDwellCursorColorEntity-UpdatableEntity
|
|
2182
|
+
com.apple.systempreferences.AxDwellInMenuExtraEntity
|
|
2183
|
+
com.apple.systempreferences.AxDwellInMenuExtraEntity-UpdatableEntity
|
|
2184
|
+
com.apple.systempreferences.AxDwellInPanelsEntity
|
|
2185
|
+
com.apple.systempreferences.AxDwellInPanelsEntity-UpdatableEntity
|
|
2186
|
+
com.apple.systempreferences.AxDwellProgressIndicatorEntity
|
|
2187
|
+
com.apple.systempreferences.AxDwellProgressIndicatorEntity-UpdatableEntity
|
|
2188
|
+
com.apple.systempreferences.AxDwellZoomEntity
|
|
2189
|
+
com.apple.systempreferences.AxDwellZoomEntity-UpdatableEntity
|
|
2190
|
+
com.apple.systempreferences.AxFacetimeTranscriptionsEntity
|
|
2191
|
+
com.apple.systempreferences.AxFacetimeTranscriptionsEntity-UpdatableEntity
|
|
2192
|
+
com.apple.systempreferences.AxFeatureLivespeechEntity
|
|
2193
|
+
com.apple.systempreferences.AxFeatureLivespeechEntity-UpdatableEntity
|
|
2194
|
+
com.apple.systempreferences.AxFeatureSwitchcontrolEntity
|
|
2195
|
+
com.apple.systempreferences.AxFeatureSwitchcontrolEntity-UpdatableEntity
|
|
2196
|
+
com.apple.systempreferences.AxFeatureVoicecontrolEntity
|
|
2197
|
+
com.apple.systempreferences.AxFeatureVoicecontrolEntity-UpdatableEntity
|
|
2198
|
+
com.apple.systempreferences.AxFeatureVoiceoverEntity
|
|
2199
|
+
com.apple.systempreferences.AxFeatureVoiceoverEntity-UpdatableEntity
|
|
2200
|
+
com.apple.systempreferences.AxFeatureZoomEntity
|
|
2201
|
+
com.apple.systempreferences.AxFeatureZoomEntity-UpdatableEntity
|
|
2202
|
+
com.apple.systempreferences.AxFindCursorEntity
|
|
2203
|
+
com.apple.systempreferences.AxFindCursorEntity-UpdatableEntity
|
|
2204
|
+
com.apple.systempreferences.AxFkaAutoHideCheckboxEntity
|
|
2205
|
+
com.apple.systempreferences.AxFkaAutoHideCheckboxEntity-UpdatableEntity
|
|
2206
|
+
com.apple.systempreferences.AxFkaEnableCheckboxEntity
|
|
2207
|
+
com.apple.systempreferences.AxFkaEnableCheckboxEntity-UpdatableEntity
|
|
2208
|
+
com.apple.systempreferences.AxFkaHighContrastCheckboxEntity
|
|
2209
|
+
com.apple.systempreferences.AxFkaHighContrastCheckboxEntity-UpdatableEntity
|
|
2210
|
+
com.apple.systempreferences.AxFkaIncreaseSizeCheckboxEntity
|
|
2211
|
+
com.apple.systempreferences.AxFkaIncreaseSizeCheckboxEntity-UpdatableEntity
|
|
2212
|
+
com.apple.systempreferences.AxFlashScreenEntity
|
|
2213
|
+
com.apple.systempreferences.AxFlashScreenEntity-UpdatableEntity
|
|
2214
|
+
com.apple.systempreferences.AxHeadMouseEntity
|
|
2215
|
+
com.apple.systempreferences.AxHeadMouseEntity-UpdatableEntity
|
|
2216
|
+
com.apple.systempreferences.AxHomePanelDwellActionsEntity
|
|
2217
|
+
com.apple.systempreferences.AxHomePanelDwellActionsEntity-UpdatableEntity
|
|
2218
|
+
com.apple.systempreferences.AxHotCornerBottomLeftEntity
|
|
2219
|
+
com.apple.systempreferences.AxHotCornerBottomLeftEntity-UpdatableEntity
|
|
2220
|
+
com.apple.systempreferences.AxHotCornerBottomRightEntity
|
|
2221
|
+
com.apple.systempreferences.AxHotCornerBottomRightEntity-UpdatableEntity
|
|
2222
|
+
com.apple.systempreferences.AxHotCornerMoveHomePanelEntity
|
|
2223
|
+
com.apple.systempreferences.AxHotCornerMoveHomePanelEntity-UpdatableEntity
|
|
2224
|
+
com.apple.systempreferences.AxHotCornerTopLeftEntity
|
|
2225
|
+
com.apple.systempreferences.AxHotCornerTopLeftEntity-UpdatableEntity
|
|
2226
|
+
com.apple.systempreferences.AxHotCornerTopRightEntity
|
|
2227
|
+
com.apple.systempreferences.AxHotCornerTopRightEntity-UpdatableEntity
|
|
2228
|
+
com.apple.systempreferences.AxHoverTextActivationLockModeEntity
|
|
2229
|
+
com.apple.systempreferences.AxHoverTextActivationLockModeEntity-UpdatableEntity
|
|
2230
|
+
com.apple.systempreferences.AxHoverTextEnableEntity
|
|
2231
|
+
com.apple.systempreferences.AxHoverTextEnableEntity-UpdatableEntity
|
|
2232
|
+
com.apple.systempreferences.AxHoverTextModifierEntity
|
|
2233
|
+
com.apple.systempreferences.AxHoverTextModifierEntity-UpdatableEntity
|
|
2234
|
+
com.apple.systempreferences.AxHoverTypingEnableEntity
|
|
2235
|
+
com.apple.systempreferences.AxHoverTypingEnableEntity-UpdatableEntity
|
|
2236
|
+
com.apple.systempreferences.AxHoverTypingEntryLocationEntity
|
|
2237
|
+
com.apple.systempreferences.AxHoverTypingEntryLocationEntity-UpdatableEntity
|
|
2238
|
+
com.apple.systempreferences.AxIgnoreTrackpadEntity
|
|
2239
|
+
com.apple.systempreferences.AxIgnoreTrackpadEntity-UpdatableEntity
|
|
2240
|
+
com.apple.systempreferences.AxIncreaseContrastEntity
|
|
2241
|
+
com.apple.systempreferences.AxIncreaseContrastEntity-UpdatableEntity
|
|
2242
|
+
com.apple.systempreferences.AxInvertColorEntity
|
|
2243
|
+
com.apple.systempreferences.AxInvertColorEntity-UpdatableEntity
|
|
2244
|
+
com.apple.systempreferences.AxInvertColorModeEntity
|
|
2245
|
+
com.apple.systempreferences.AxInvertColorModeEntity-UpdatableEntity
|
|
2246
|
+
com.apple.systempreferences.AxKbAppearanceTypeEntity
|
|
2247
|
+
com.apple.systempreferences.AxKbAppearanceTypeEntity-UpdatableEntity
|
|
2248
|
+
com.apple.systempreferences.AxKbAutoCapitalizationEntity
|
|
2249
|
+
com.apple.systempreferences.AxKbAutoCapitalizationEntity-UpdatableEntity
|
|
2250
|
+
com.apple.systempreferences.AxKbAutoSpacingEntity
|
|
2251
|
+
com.apple.systempreferences.AxKbAutoSpacingEntity-UpdatableEntity
|
|
2252
|
+
com.apple.systempreferences.AxKbHideEntity
|
|
2253
|
+
com.apple.systempreferences.AxKbHideEntity-UpdatableEntity
|
|
2254
|
+
com.apple.systempreferences.AxKbKeyAcceptedMouseEntity
|
|
2255
|
+
com.apple.systempreferences.AxKbKeyAcceptedMouseEntity-UpdatableEntity
|
|
2256
|
+
com.apple.systempreferences.AxKbRightClickEntity
|
|
2257
|
+
com.apple.systempreferences.AxKbRightClickEntity-UpdatableEntity
|
|
2258
|
+
com.apple.systempreferences.AxKbUseClickSoundsEntity
|
|
2259
|
+
com.apple.systempreferences.AxKbUseClickSoundsEntity-UpdatableEntity
|
|
2260
|
+
com.apple.systempreferences.AxMenubarDwellActionsEntity
|
|
2261
|
+
com.apple.systempreferences.AxMenubarDwellActionsEntity-UpdatableEntity
|
|
2262
|
+
com.apple.systempreferences.AxMonoAudioEntity
|
|
2263
|
+
com.apple.systempreferences.AxMonoAudioEntity-UpdatableEntity
|
|
2264
|
+
com.apple.systempreferences.AxMotionCuesEnabledEntity
|
|
2265
|
+
com.apple.systempreferences.AxMotionCuesEnabledEntity-UpdatableEntity
|
|
2266
|
+
com.apple.systempreferences.AxMouseKeysEntity
|
|
2267
|
+
com.apple.systempreferences.AxMouseKeysEntity-UpdatableEntity
|
|
2268
|
+
com.apple.systempreferences.AxMouseKeysIgnoreTrackpadEntity
|
|
2269
|
+
com.apple.systempreferences.AxMouseKeysIgnoreTrackpadEntity-UpdatableEntity
|
|
2270
|
+
com.apple.systempreferences.AxMouseKeysShortcutEntity
|
|
2271
|
+
com.apple.systempreferences.AxMouseKeysShortcutEntity-UpdatableEntity
|
|
2272
|
+
com.apple.systempreferences.AxMouseScrollBehaviorEntity
|
|
2273
|
+
com.apple.systempreferences.AxMouseScrollBehaviorEntity-UpdatableEntity
|
|
2274
|
+
com.apple.systempreferences.AxMouseScrollEntity
|
|
2275
|
+
com.apple.systempreferences.AxMouseScrollEntity-UpdatableEntity
|
|
2276
|
+
com.apple.systempreferences.AxPrefersHorizTextLayoutEntity
|
|
2277
|
+
com.apple.systempreferences.AxPrefersHorizTextLayoutEntity-UpdatableEntity
|
|
2278
|
+
com.apple.systempreferences.AxReduceCursorModulationEntity
|
|
2279
|
+
com.apple.systempreferences.AxReduceCursorModulationEntity-UpdatableEntity
|
|
2280
|
+
com.apple.systempreferences.AxReduceMotionEntity
|
|
2281
|
+
com.apple.systempreferences.AxReduceMotionEntity-UpdatableEntity
|
|
2282
|
+
com.apple.systempreferences.AxReduceTransparencyEntity
|
|
2283
|
+
com.apple.systempreferences.AxReduceTransparencyEntity-UpdatableEntity
|
|
2284
|
+
com.apple.systempreferences.AxRttEnableEntity
|
|
2285
|
+
com.apple.systempreferences.AxRttEnableEntity-UpdatableEntity
|
|
2286
|
+
com.apple.systempreferences.AxRttSendImmediatelyEntity
|
|
2287
|
+
com.apple.systempreferences.AxRttSendImmediatelyEntity-UpdatableEntity
|
|
2288
|
+
com.apple.systempreferences.AxShowToolbarButtonShapesEntity
|
|
2289
|
+
com.apple.systempreferences.AxShowToolbarButtonShapesEntity-UpdatableEntity
|
|
2290
|
+
com.apple.systempreferences.AxShowWindowTitlebarIconsEntity
|
|
2291
|
+
com.apple.systempreferences.AxShowWindowTitlebarIconsEntity-UpdatableEntity
|
|
2292
|
+
com.apple.systempreferences.AxSiriAtypicalSpeechEntity
|
|
2293
|
+
com.apple.systempreferences.AxSiriAtypicalSpeechEntity-UpdatableEntity
|
|
2294
|
+
com.apple.systempreferences.AxSlowKeysEntity
|
|
2295
|
+
com.apple.systempreferences.AxSlowKeysEntity-UpdatableEntity
|
|
2296
|
+
com.apple.systempreferences.AxSlowKeysSoundEntity
|
|
2297
|
+
com.apple.systempreferences.AxSlowKeysSoundEntity-UpdatableEntity
|
|
2298
|
+
com.apple.systempreferences.AxSpatialAudioFollowsHeadEntity
|
|
2299
|
+
com.apple.systempreferences.AxSpatialAudioFollowsHeadEntity-UpdatableEntity
|
|
2300
|
+
com.apple.systempreferences.AxSpokenAlertsEntity
|
|
2301
|
+
com.apple.systempreferences.AxSpokenAlertsEntity-UpdatableEntity
|
|
2302
|
+
com.apple.systempreferences.AxSpokenDetectLanguagesEntity
|
|
2303
|
+
com.apple.systempreferences.AxSpokenDetectLanguagesEntity-UpdatableEntity
|
|
2304
|
+
com.apple.systempreferences.AxSpokenHotkeyEntity
|
|
2305
|
+
com.apple.systempreferences.AxSpokenHotkeyEntity-UpdatableEntity
|
|
2306
|
+
com.apple.systempreferences.AxSpokenPointerElementEntity
|
|
2307
|
+
com.apple.systempreferences.AxSpokenPointerElementEntity-UpdatableEntity
|
|
2308
|
+
com.apple.systempreferences.AxSpokenPointerElementModeEntity
|
|
2309
|
+
com.apple.systempreferences.AxSpokenPointerElementModeEntity-UpdatableEntity
|
|
2310
|
+
com.apple.systempreferences.AxSpokenPointerElementVerbosityEntity
|
|
2311
|
+
com.apple.systempreferences.AxSpokenPointerElementVerbosityEntity-UpdatableEntity
|
|
2312
|
+
com.apple.systempreferences.AxSpokenPronunciationsEntity
|
|
2313
|
+
com.apple.systempreferences.AxSpokenPronunciationsEntity-UpdatableEntity
|
|
2314
|
+
com.apple.systempreferences.AxSpokenSelectionHighlightContentEntity
|
|
2315
|
+
com.apple.systempreferences.AxSpokenSelectionHighlightContentEntity-UpdatableEntity
|
|
2316
|
+
com.apple.systempreferences.AxSpokenSelectionHighlightSentenceColorEntity
|
|
2317
|
+
com.apple.systempreferences.AxSpokenSelectionHighlightSentenceColorEntity-UpdatableEntity
|
|
2318
|
+
com.apple.systempreferences.AxSpokenSelectionHighlightSentenceStyleEntity
|
|
2319
|
+
com.apple.systempreferences.AxSpokenSelectionHighlightSentenceStyleEntity-UpdatableEntity
|
|
2320
|
+
com.apple.systempreferences.AxSpokenSelectionHighlightWordColorEntity
|
|
2321
|
+
com.apple.systempreferences.AxSpokenSelectionHighlightWordColorEntity-UpdatableEntity
|
|
2322
|
+
com.apple.systempreferences.AxSpokenSelectionShowControllerEntity
|
|
2323
|
+
com.apple.systempreferences.AxSpokenSelectionShowControllerEntity-UpdatableEntity
|
|
2324
|
+
com.apple.systempreferences.AxSpokenTypingEchoCharsEntity
|
|
2325
|
+
com.apple.systempreferences.AxSpokenTypingEchoCharsEntity-UpdatableEntity
|
|
2326
|
+
com.apple.systempreferences.AxSpokenTypingEchoEntity
|
|
2327
|
+
com.apple.systempreferences.AxSpokenTypingEchoEntity-UpdatableEntity
|
|
2328
|
+
com.apple.systempreferences.AxSpokenTypingEchoModifierKeysEntity
|
|
2329
|
+
com.apple.systempreferences.AxSpokenTypingEchoModifierKeysEntity-UpdatableEntity
|
|
2330
|
+
com.apple.systempreferences.AxSpokenTypingEchoSelectionEntity
|
|
2331
|
+
com.apple.systempreferences.AxSpokenTypingEchoSelectionEntity-UpdatableEntity
|
|
2332
|
+
com.apple.systempreferences.AxSpokenTypingEchoWordsEntity
|
|
2333
|
+
com.apple.systempreferences.AxSpokenTypingEchoWordsEntity-UpdatableEntity
|
|
2334
|
+
com.apple.systempreferences.AxSpringLoadingEntity
|
|
2335
|
+
com.apple.systempreferences.AxSpringLoadingEntity-UpdatableEntity
|
|
2336
|
+
com.apple.systempreferences.AxStickyKeysBeepEntity
|
|
2337
|
+
com.apple.systempreferences.AxStickyKeysBeepEntity-UpdatableEntity
|
|
2338
|
+
com.apple.systempreferences.AxStickyKeysDisplayEntity
|
|
2339
|
+
com.apple.systempreferences.AxStickyKeysDisplayEntity-UpdatableEntity
|
|
2340
|
+
com.apple.systempreferences.AxStickyKeysDisplayLocationEntity
|
|
2341
|
+
com.apple.systempreferences.AxStickyKeysDisplayLocationEntity-UpdatableEntity
|
|
2342
|
+
com.apple.systempreferences.AxStickyKeysEntity
|
|
2343
|
+
com.apple.systempreferences.AxStickyKeysEntity-UpdatableEntity
|
|
2344
|
+
com.apple.systempreferences.AxStickyKeysShortcutEntity
|
|
2345
|
+
com.apple.systempreferences.AxStickyKeysShortcutEntity-UpdatableEntity
|
|
2346
|
+
com.apple.systempreferences.AxSwitchAutoCapitalizationEntity
|
|
2347
|
+
com.apple.systempreferences.AxSwitchAutoCapitalizationEntity-UpdatableEntity
|
|
2348
|
+
com.apple.systempreferences.AxSwitchAutoSpacingEntity
|
|
2349
|
+
com.apple.systempreferences.AxSwitchAutoSpacingEntity-UpdatableEntity
|
|
2350
|
+
com.apple.systempreferences.AxSwitchAutoscanEntity
|
|
2351
|
+
com.apple.systempreferences.AxSwitchAutoscanEntity-UpdatableEntity
|
|
2352
|
+
com.apple.systempreferences.AxSwitchControlAppearanceTypeEntity
|
|
2353
|
+
com.apple.systempreferences.AxSwitchControlAppearanceTypeEntity-UpdatableEntity
|
|
2354
|
+
com.apple.systempreferences.AxSwitchCursorSizeEntity
|
|
2355
|
+
com.apple.systempreferences.AxSwitchCursorSizeEntity-UpdatableEntity
|
|
2356
|
+
com.apple.systempreferences.AxSwitchHideAfterDelayEntity
|
|
2357
|
+
com.apple.systempreferences.AxSwitchHideAfterDelayEntity-UpdatableEntity
|
|
2358
|
+
com.apple.systempreferences.AxSwitchHoverTextToolbarEntity
|
|
2359
|
+
com.apple.systempreferences.AxSwitchHoverTextToolbarEntity-UpdatableEntity
|
|
2360
|
+
com.apple.systempreferences.AxSwitchMouseCursorEdgeEntity
|
|
2361
|
+
com.apple.systempreferences.AxSwitchMouseCursorEdgeEntity-UpdatableEntity
|
|
2362
|
+
com.apple.systempreferences.AxSwitchMouseMoveStyleEntity
|
|
2363
|
+
com.apple.systempreferences.AxSwitchMouseMoveStyleEntity-UpdatableEntity
|
|
2364
|
+
com.apple.systempreferences.AxSwitchNavFeedbackEntity
|
|
2365
|
+
com.apple.systempreferences.AxSwitchNavFeedbackEntity-UpdatableEntity
|
|
2366
|
+
com.apple.systempreferences.AxSwitchResumeAutoScanningEntity
|
|
2367
|
+
com.apple.systempreferences.AxSwitchResumeAutoScanningEntity-UpdatableEntity
|
|
2368
|
+
com.apple.systempreferences.AxSwitchScanRestartEntity
|
|
2369
|
+
com.apple.systempreferences.AxSwitchScanRestartEntity-UpdatableEntity
|
|
2370
|
+
com.apple.systempreferences.AxSystemTranscriptionEnabledEntity
|
|
2371
|
+
com.apple.systempreferences.AxSystemTranscriptionEnabledEntity-UpdatableEntity
|
|
2372
|
+
com.apple.systempreferences.AxTouchBarZoomEnableEntity
|
|
2373
|
+
com.apple.systempreferences.AxTouchBarZoomEnableEntity-UpdatableEntity
|
|
2374
|
+
com.apple.systempreferences.AxTrackpadScrollBehaviorEntity
|
|
2375
|
+
com.apple.systempreferences.AxTrackpadScrollBehaviorEntity-UpdatableEntity
|
|
2376
|
+
com.apple.systempreferences.AxTrackpadScrollEntity
|
|
2377
|
+
com.apple.systempreferences.AxTrackpadScrollEntity-UpdatableEntity
|
|
2378
|
+
com.apple.systempreferences.AxTypeToSiriEnabledEntity
|
|
2379
|
+
com.apple.systempreferences.AxTypeToSiriEnabledEntity-UpdatableEntity
|
|
2380
|
+
com.apple.systempreferences.AxVideoDescriptionEntity
|
|
2381
|
+
com.apple.systempreferences.AxVideoDescriptionEntity-UpdatableEntity
|
|
2382
|
+
com.apple.systempreferences.AxVirtualKeyboardEntity
|
|
2383
|
+
com.apple.systempreferences.AxVirtualKeyboardEntity-UpdatableEntity
|
|
2384
|
+
com.apple.systempreferences.AxVoiceControlOverlayEntity
|
|
2385
|
+
com.apple.systempreferences.AxVoiceControlOverlayEntity-UpdatableEntity
|
|
2386
|
+
com.apple.systempreferences.AxVoiceControlOverlayFadingEnabledEntity
|
|
2387
|
+
com.apple.systempreferences.AxVoiceControlOverlayFadingEnabledEntity-UpdatableEntity
|
|
2388
|
+
com.apple.systempreferences.AxVoiceControlPlaySoundEnabledEntity
|
|
2389
|
+
com.apple.systempreferences.AxVoiceControlPlaySoundEnabledEntity-UpdatableEntity
|
|
2390
|
+
com.apple.systempreferences.AxVoiceControlShowHintsEnabledEntity
|
|
2391
|
+
com.apple.systempreferences.AxVoiceControlShowHintsEnabledEntity-UpdatableEntity
|
|
2392
|
+
com.apple.systempreferences.AxZoomDisableUniversalControlEntity
|
|
2393
|
+
com.apple.systempreferences.AxZoomDisableUniversalControlEntity-UpdatableEntity
|
|
2394
|
+
com.apple.systempreferences.AxZoomEnableGestureEntity
|
|
2395
|
+
com.apple.systempreferences.AxZoomEnableGestureEntity-UpdatableEntity
|
|
2396
|
+
com.apple.systempreferences.AxZoomEnableHotkeysEntity
|
|
2397
|
+
com.apple.systempreferences.AxZoomEnableHotkeysEntity-UpdatableEntity
|
|
2398
|
+
com.apple.systempreferences.AxZoomFlashEntity
|
|
2399
|
+
com.apple.systempreferences.AxZoomFlashEntity-UpdatableEntity
|
|
2400
|
+
com.apple.systempreferences.AxZoomFocusMovementEntity
|
|
2401
|
+
com.apple.systempreferences.AxZoomFocusMovementEntity-UpdatableEntity
|
|
2402
|
+
com.apple.systempreferences.AxZoomFollowFocusActivationEntity
|
|
2403
|
+
com.apple.systempreferences.AxZoomFollowFocusActivationEntity-UpdatableEntity
|
|
2404
|
+
com.apple.systempreferences.AxZoomFollowFocusModeEntity
|
|
2405
|
+
com.apple.systempreferences.AxZoomFollowFocusModeEntity-UpdatableEntity
|
|
2406
|
+
com.apple.systempreferences.AxZoomFreezePanningEntity
|
|
2407
|
+
com.apple.systempreferences.AxZoomFreezePanningEntity-UpdatableEntity
|
|
2408
|
+
com.apple.systempreferences.AxZoomIndividualDisplaysEntity
|
|
2409
|
+
com.apple.systempreferences.AxZoomIndividualDisplaysEntity-UpdatableEntity
|
|
2410
|
+
com.apple.systempreferences.AxZoomInvertEntity
|
|
2411
|
+
com.apple.systempreferences.AxZoomInvertEntity-UpdatableEntity
|
|
2412
|
+
com.apple.systempreferences.AxZoomKeepStationaryEntity
|
|
2413
|
+
com.apple.systempreferences.AxZoomKeepStationaryEntity-UpdatableEntity
|
|
2414
|
+
com.apple.systempreferences.AxZoomMonitorSelectionEntity
|
|
2415
|
+
com.apple.systempreferences.AxZoomMonitorSelectionEntity-UpdatableEntity
|
|
2416
|
+
com.apple.systempreferences.AxZoomMonitorSelectionTrackpadEntity
|
|
2417
|
+
com.apple.systempreferences.AxZoomMonitorSelectionTrackpadEntity-UpdatableEntity
|
|
2418
|
+
com.apple.systempreferences.AxZoomMoveEntity
|
|
2419
|
+
com.apple.systempreferences.AxZoomMoveEntity-UpdatableEntity
|
|
2420
|
+
com.apple.systempreferences.AxZoomResizeShortcutsEntity
|
|
2421
|
+
com.apple.systempreferences.AxZoomResizeShortcutsEntity-UpdatableEntity
|
|
2422
|
+
com.apple.systempreferences.AxZoomRestoreEntity
|
|
2423
|
+
com.apple.systempreferences.AxZoomRestoreEntity-UpdatableEntity
|
|
2424
|
+
com.apple.systempreferences.AxZoomSmoothEntity
|
|
2425
|
+
com.apple.systempreferences.AxZoomSmoothEntity-UpdatableEntity
|
|
2426
|
+
com.apple.systempreferences.AxZoomStylePopupEntity
|
|
2427
|
+
com.apple.systempreferences.AxZoomStylePopupEntity-UpdatableEntity
|
|
2428
|
+
com.apple.systempreferences.AxZoomTempDetachEntity
|
|
2429
|
+
com.apple.systempreferences.AxZoomTempDetachEntity-UpdatableEntity
|
|
2430
|
+
com.apple.systempreferences.AxZoomTempToggleEntity
|
|
2431
|
+
com.apple.systempreferences.AxZoomTempToggleEntity-UpdatableEntity
|
|
2432
|
+
com.apple.systempreferences.AxZoomToggleFsAndPipEntity
|
|
2433
|
+
com.apple.systempreferences.AxZoomToggleFsAndPipEntity-UpdatableEntity
|
|
2434
|
+
com.apple.systempreferences.AxZoomTrackpadEntity
|
|
2435
|
+
com.apple.systempreferences.AxZoomTrackpadEntity-UpdatableEntity
|
|
2436
|
+
com.apple.systempreferences.BackgroundLoginItemsIntent
|
|
2437
|
+
com.apple.systempreferences.BatteryHealthPaneDynamicDeepLinks
|
|
2438
|
+
com.apple.systempreferences.BatteryOptionsPaneDynamicDeepLinks
|
|
2439
|
+
com.apple.systempreferences.BatterySettingsPaneDynamicDeepLinks
|
|
2440
|
+
com.apple.systempreferences.BluetoothPowerEntity
|
|
2441
|
+
com.apple.systempreferences.BluetoothPowerEntity-UpdatableEntity
|
|
2442
|
+
com.apple.systempreferences.ChangeMouseTrackingSpeedIntent
|
|
2443
|
+
com.apple.systempreferences.ChangeTrackpadTrackingSpeedIntent
|
|
2444
|
+
com.apple.systempreferences.CheckForUpdatesIntent
|
|
2445
|
+
com.apple.systempreferences.ClassroomDynamicDeepLinks
|
|
2446
|
+
com.apple.systempreferences.ClickScrollBarToEntity
|
|
2447
|
+
com.apple.systempreferences.ClickScrollBarToEntity-UpdatableEntity
|
|
2448
|
+
com.apple.systempreferences.ClockOptionsEntity
|
|
2449
|
+
com.apple.systempreferences.ClockOptionsEntity-UpdatableEntity
|
|
2450
|
+
com.apple.systempreferences.ComputerNameEntity
|
|
2451
|
+
com.apple.systempreferences.ControlCenterModule-UpdatableEntity
|
|
2452
|
+
com.apple.systempreferences.CurrentUserIntent
|
|
2453
|
+
com.apple.systempreferences.CurrentlyConnectedVPN
|
|
2454
|
+
com.apple.systempreferences.CurrentlyConnectedVPN-UpdatableEntity
|
|
2455
|
+
com.apple.systempreferences.DateTimeEntity
|
|
2456
|
+
com.apple.systempreferences.DesktopSettingsEntity
|
|
2457
|
+
com.apple.systempreferences.DesktopSettingsEntity-UpdatableEntity
|
|
2458
|
+
com.apple.systempreferences.DeviceGraphicsEntity
|
|
2459
|
+
com.apple.systempreferences.DeviceMemoryEntity
|
|
2460
|
+
com.apple.systempreferences.DeviceModelNameEntity
|
|
2461
|
+
com.apple.systempreferences.DeviceOSInfoEntity
|
|
2462
|
+
com.apple.systempreferences.DeviceProcessorEntity
|
|
2463
|
+
com.apple.systempreferences.DeviceSSOIntent
|
|
2464
|
+
com.apple.systempreferences.DeviceSerialNumberEntity
|
|
2465
|
+
com.apple.systempreferences.DeviceStorageEntity
|
|
2466
|
+
com.apple.systempreferences.DockSettingsEntity
|
|
2467
|
+
com.apple.systempreferences.DockSettingsEntity-UpdatableEntity
|
|
2468
|
+
com.apple.systempreferences.DownloadUpdatesPreferenceEntity
|
|
2469
|
+
com.apple.systempreferences.DownloadUpdatesPreferenceEntity-UpdatableEntity
|
|
2470
|
+
com.apple.systempreferences.EnergySaverPaneDynamicDeepLinks
|
|
2471
|
+
com.apple.systempreferences.FamilyMemberDetailsDeepLink
|
|
2472
|
+
com.apple.systempreferences.FamilySettingsDeepLink
|
|
2473
|
+
com.apple.systempreferences.FamilySubscriptionsDeepLink
|
|
2474
|
+
com.apple.systempreferences.FirewallAllowDownloadedSignedEntity
|
|
2475
|
+
com.apple.systempreferences.FirewallAllowSignedEntity
|
|
2476
|
+
com.apple.systempreferences.FirewallStateEntity
|
|
2477
|
+
com.apple.systempreferences.FirewallStealthModeEntity
|
|
2478
|
+
com.apple.systempreferences.FullScreenSwipeEntity
|
|
2479
|
+
com.apple.systempreferences.FullScreenSwipeEntity-UpdatableEntity
|
|
2480
|
+
com.apple.systempreferences.GetStartupDiskIntent
|
|
2481
|
+
com.apple.systempreferences.GroupMembershipIntent
|
|
2482
|
+
com.apple.systempreferences.GuestIntent
|
|
2483
|
+
com.apple.systempreferences.GuestParentalControlStatusIntent
|
|
2484
|
+
com.apple.systempreferences.GuestSharedAccessStatusIntent
|
|
2485
|
+
com.apple.systempreferences.GuestStatusIntent
|
|
2486
|
+
com.apple.systempreferences.HandoffIntent
|
|
2487
|
+
com.apple.systempreferences.HighlightColorEntity
|
|
2488
|
+
com.apple.systempreferences.HighlightColorEntity-UpdatableEntity
|
|
2489
|
+
com.apple.systempreferences.HourFormatEntity
|
|
2490
|
+
com.apple.systempreferences.HourFormatEntity-UpdatableEntity
|
|
2491
|
+
com.apple.systempreferences.IdentifierIntent
|
|
2492
|
+
com.apple.systempreferences.InstallMacUpdatesPreferenceEntity
|
|
2493
|
+
com.apple.systempreferences.InstallMacUpdatesPreferenceEntity-UpdatableEntity
|
|
2494
|
+
com.apple.systempreferences.InstallSecurityUpdatesPreferenceEntity
|
|
2495
|
+
com.apple.systempreferences.InstallSecurityUpdatesPreferenceEntity-UpdatableEntity
|
|
2496
|
+
com.apple.systempreferences.KeyboardSettingsDeepLink
|
|
2497
|
+
com.apple.systempreferences.ListOfAccountsIntent
|
|
2498
|
+
com.apple.systempreferences.ListOfNetworkServersIntent
|
|
2499
|
+
com.apple.systempreferences.LockMessageIntent
|
|
2500
|
+
com.apple.systempreferences.LoginItemEntity
|
|
2501
|
+
com.apple.systempreferences.LoginWindowModeIntent
|
|
2502
|
+
com.apple.systempreferences.LoginWindowShowsButtonsIntent
|
|
2503
|
+
com.apple.systempreferences.MagicEdgeEntity
|
|
2504
|
+
com.apple.systempreferences.MagicEdgeEntity-UpdatableEntity
|
|
2505
|
+
com.apple.systempreferences.MissionControlEntity
|
|
2506
|
+
com.apple.systempreferences.MissionControlEntity-UpdatableEntity
|
|
2507
|
+
com.apple.systempreferences.MissionControlSettingsEntity
|
|
2508
|
+
com.apple.systempreferences.MissionControlSettingsEntity-UpdatableEntity
|
|
2509
|
+
com.apple.systempreferences.MouseSettingDeepLink
|
|
2510
|
+
com.apple.systempreferences.MouseTrackingSpeedEntity
|
|
2511
|
+
com.apple.systempreferences.MouseTrackingSpeedEntity-UpdatableEntity
|
|
2512
|
+
com.apple.systempreferences.NotificationCenterEntity
|
|
2513
|
+
com.apple.systempreferences.NotificationCenterEntity-UpdatableEntity
|
|
2514
|
+
com.apple.systempreferences.NotificationSummarizationEntity
|
|
2515
|
+
com.apple.systempreferences.OpenAboutSettingsStaticDeepLinks
|
|
2516
|
+
com.apple.systempreferences.OpenAccessibilityAudioDescriptionsStaticDeepLinks
|
|
2517
|
+
com.apple.systempreferences.OpenAccessibilityAudioStaticDeepLinks
|
|
2518
|
+
com.apple.systempreferences.OpenAccessibilityCaptionsStaticDeepLinks
|
|
2519
|
+
com.apple.systempreferences.OpenAccessibilityDisplayStaticDeepLinks
|
|
2520
|
+
com.apple.systempreferences.OpenAccessibilityHearingDevicesStaticDeepLinks
|
|
2521
|
+
com.apple.systempreferences.OpenAccessibilityHoverTextStaticDeepLinks
|
|
2522
|
+
com.apple.systempreferences.OpenAccessibilityKeyboardStaticDeepLinks
|
|
2523
|
+
com.apple.systempreferences.OpenAccessibilityLiveCaptionsStaticDeepLinks
|
|
2524
|
+
com.apple.systempreferences.OpenAccessibilityLiveSpeechStaticDeepLinks
|
|
2525
|
+
com.apple.systempreferences.OpenAccessibilityMotionStaticDeepLinks
|
|
2526
|
+
com.apple.systempreferences.OpenAccessibilityPersonalVoiceStaticDeepLinks
|
|
2527
|
+
com.apple.systempreferences.OpenAccessibilityPointerControlStaticDeepLinks
|
|
2528
|
+
com.apple.systempreferences.OpenAccessibilityRTTStaticDeepLinks
|
|
2529
|
+
com.apple.systempreferences.OpenAccessibilityRootStaticDeepLinks
|
|
2530
|
+
com.apple.systempreferences.OpenAccessibilityShortcutStaticDeepLinks
|
|
2531
|
+
com.apple.systempreferences.OpenAccessibilitySiriStaticDeepLinks
|
|
2532
|
+
com.apple.systempreferences.OpenAccessibilitySpokenContentStaticDeepLinks
|
|
2533
|
+
com.apple.systempreferences.OpenAccessibilitySwitchControlStaticDeepLinks
|
|
2534
|
+
com.apple.systempreferences.OpenAccessibilityVocalShortcutsStaticDeepLinks
|
|
2535
|
+
com.apple.systempreferences.OpenAccessibilityVoiceControlStaticDeepLinks
|
|
2536
|
+
com.apple.systempreferences.OpenAccessibilityVoiceOverStaticDeepLinks
|
|
2537
|
+
com.apple.systempreferences.OpenAccessibilityZoomStaticDeepLinks
|
|
2538
|
+
com.apple.systempreferences.OpenAirDropHandoffDeepLinks
|
|
2539
|
+
com.apple.systempreferences.OpenAppearanceSettingsDeepLink
|
|
2540
|
+
com.apple.systempreferences.OpenAppleAccountMainDeepLink
|
|
2541
|
+
com.apple.systempreferences.OpenApplicationNotificationsSettings
|
|
2542
|
+
com.apple.systempreferences.OpenAutoBrightnessEntityDeepLink
|
|
2543
|
+
com.apple.systempreferences.OpenAutomaticReconnectEntityDeepLink
|
|
2544
|
+
com.apple.systempreferences.OpenAutomaticallySetDateTimeSetting
|
|
2545
|
+
com.apple.systempreferences.OpenAutomaticallySetTimeZoneSetting
|
|
2546
|
+
com.apple.systempreferences.OpenBatteryHealthPaneDynamicDeepLinks
|
|
2547
|
+
com.apple.systempreferences.OpenBatteryOptionsPaneDynamicDeepLinks
|
|
2548
|
+
com.apple.systempreferences.OpenBatterySettingsPaneDynamicDeepLinks
|
|
2549
|
+
com.apple.systempreferences.OpenBiometricsAndPasswordSettingsEntityDeepLinks
|
|
2550
|
+
com.apple.systempreferences.OpenBluetoothPowerDeepLink
|
|
2551
|
+
com.apple.systempreferences.OpenBluetoothSettingsDeepLinks
|
|
2552
|
+
com.apple.systempreferences.OpenClassKitAppIntentsDeepLinks
|
|
2553
|
+
com.apple.systempreferences.OpenClassroomDynamicDeepLinks
|
|
2554
|
+
com.apple.systempreferences.OpenClockOptionsEntity
|
|
2555
|
+
com.apple.systempreferences.OpenConfiguredInternetAccountSettings
|
|
2556
|
+
com.apple.systempreferences.OpenControlCenterModule
|
|
2557
|
+
com.apple.systempreferences.OpenCurrentTimeZoneSetting
|
|
2558
|
+
com.apple.systempreferences.OpenDateTimeDeepLinks
|
|
2559
|
+
com.apple.systempreferences.OpenDesktopSettingsDeepLink
|
|
2560
|
+
com.apple.systempreferences.OpenDesktopSettingsEntity
|
|
2561
|
+
com.apple.systempreferences.OpenDeviceManagementStaticDeepLinks
|
|
2562
|
+
com.apple.systempreferences.OpenDisplaysSettingsDeepLinks
|
|
2563
|
+
com.apple.systempreferences.OpenDockSettingsEntity
|
|
2564
|
+
com.apple.systempreferences.OpenEnergySaverPaneDynamicDeepLinks
|
|
2565
|
+
com.apple.systempreferences.OpenFamilyMemberSettings
|
|
2566
|
+
com.apple.systempreferences.OpenFamilySettings
|
|
2567
|
+
com.apple.systempreferences.OpenFamilySetup
|
|
2568
|
+
com.apple.systempreferences.OpenFamilySubscriptions
|
|
2569
|
+
com.apple.systempreferences.OpenInternationalSettingsDeepLink
|
|
2570
|
+
com.apple.systempreferences.OpenInternetAccountsSettings
|
|
2571
|
+
com.apple.systempreferences.OpenKeyboardSettingsDeepLink
|
|
2572
|
+
com.apple.systempreferences.OpenLockScreenDeepLinks
|
|
2573
|
+
com.apple.systempreferences.OpenLoginItemsDeepLinks
|
|
2574
|
+
com.apple.systempreferences.OpenMagicEdgeEntityDeepLink
|
|
2575
|
+
com.apple.systempreferences.OpenMissionControlSettingsEntity
|
|
2576
|
+
com.apple.systempreferences.OpenMouseDeepLink
|
|
2577
|
+
com.apple.systempreferences.OpenNetworkSettingsDeepLinks
|
|
2578
|
+
com.apple.systempreferences.OpenNewDeviceOutreachStaticDeepLinks
|
|
2579
|
+
com.apple.systempreferences.OpenNotificationCenterEntity
|
|
2580
|
+
com.apple.systempreferences.OpenNotificationSummarizationEntity
|
|
2581
|
+
com.apple.systempreferences.OpenPrinterScannerDeepLinks
|
|
2582
|
+
com.apple.systempreferences.OpenPrivacySecurityDeepLinks
|
|
2583
|
+
com.apple.systempreferences.OpenSUSDeepLinks
|
|
2584
|
+
com.apple.systempreferences.OpenShareKeyboardEntityDeepLink
|
|
2585
|
+
com.apple.systempreferences.OpenSoundSettingsDeepLinks
|
|
2586
|
+
com.apple.systempreferences.OpenSoundSettingsFeedbackSoundEntity
|
|
2587
|
+
com.apple.systempreferences.OpenSoundSettingsInterfaceEffectsEntity
|
|
2588
|
+
com.apple.systempreferences.OpenSoundSettingsStartupSoundEntity
|
|
2589
|
+
com.apple.systempreferences.OpenSpotlightSettingsDeepLinks
|
|
2590
|
+
com.apple.systempreferences.OpenStartupDiskStaticDeepLinks
|
|
2591
|
+
com.apple.systempreferences.OpenStorageSettingsDeeplinks
|
|
2592
|
+
com.apple.systempreferences.OpenTheCurrentDateTimeSetting
|
|
2593
|
+
com.apple.systempreferences.OpenTimeMachineSettingsStaticDeepLinks
|
|
2594
|
+
com.apple.systempreferences.OpenTrackpadDeepLinks
|
|
2595
|
+
com.apple.systempreferences.OpenTransferResetDeepLinks
|
|
2596
|
+
com.apple.systempreferences.OpenTrueToneEntityDeepLink
|
|
2597
|
+
com.apple.systempreferences.OpenTwentyFourHourTimeSetting
|
|
2598
|
+
com.apple.systempreferences.OpenUsersGroupsDeepLinks
|
|
2599
|
+
com.apple.systempreferences.OpenVPNDeepLink
|
|
2600
|
+
com.apple.systempreferences.OpenWallpaperDeepLinks
|
|
2601
|
+
com.apple.systempreferences.OpenWidgetSettingsEntity
|
|
2602
|
+
com.apple.systempreferences.OpenWindowsSettingsEntity
|
|
2603
|
+
com.apple.systempreferences.PaperSizeEntity
|
|
2604
|
+
com.apple.systempreferences.PaperSizeEntity-UpdatableEntity
|
|
2605
|
+
com.apple.systempreferences.RecentDocumentsOptionEntity
|
|
2606
|
+
com.apple.systempreferences.RecentDocumentsOptionEntity-UpdatableEntity
|
|
2607
|
+
com.apple.systempreferences.RequirePasswordDelayIntent
|
|
2608
|
+
com.apple.systempreferences.ScreenSaverDelayEntity
|
|
2609
|
+
com.apple.systempreferences.ScreenSaverDelayEntity-UpdatableEntity
|
|
2610
|
+
com.apple.systempreferences.ScreenSaverNameIntent
|
|
2611
|
+
com.apple.systempreferences.ScrollDirectionEntity
|
|
2612
|
+
com.apple.systempreferences.ScrollDirectionEntity-UpdatableEntity
|
|
2613
|
+
com.apple.systempreferences.SecondaryClickEntity
|
|
2614
|
+
com.apple.systempreferences.SecondaryClickEntity-UpdatableEntity
|
|
2615
|
+
com.apple.systempreferences.SetupFamilyDeepLink
|
|
2616
|
+
com.apple.systempreferences.ShareKeyboardEntity
|
|
2617
|
+
com.apple.systempreferences.ShareKeyboardEntity-UpdatableEntity
|
|
2618
|
+
com.apple.systempreferences.SharingSettingsIntents.OpenSharingDeepLinks
|
|
2619
|
+
com.apple.systempreferences.SharingSettingsIntents.SharingIntents
|
|
2620
|
+
com.apple.systempreferences.ShowAsScreenSaverEntity
|
|
2621
|
+
com.apple.systempreferences.ShowAsScreenSaverEntity-UpdatableEntity
|
|
2622
|
+
com.apple.systempreferences.ShowAsWallpaperEntity
|
|
2623
|
+
com.apple.systempreferences.ShowAsWallpaperEntity-UpdatableEntity
|
|
2624
|
+
com.apple.systempreferences.ShowBatteryPercentageEntity
|
|
2625
|
+
com.apple.systempreferences.ShowBatteryPercentageEntity-UpdatableEntity
|
|
2626
|
+
com.apple.systempreferences.ShowLargeClockIntent
|
|
2627
|
+
com.apple.systempreferences.ShowMenuBarBackgroundEntity
|
|
2628
|
+
com.apple.systempreferences.ShowMenuBarBackgroundEntity-UpdatableEntity
|
|
2629
|
+
com.apple.systempreferences.ShowPasswordHintsIntent
|
|
2630
|
+
com.apple.systempreferences.ShowScreenSaverOnAllSpacesEntity
|
|
2631
|
+
com.apple.systempreferences.ShowScreenSaverOnAllSpacesEntity-UpdatableEntity
|
|
2632
|
+
com.apple.systempreferences.ShowScrollBarsEntity
|
|
2633
|
+
com.apple.systempreferences.ShowScrollBarsEntity-UpdatableEntity
|
|
2634
|
+
com.apple.systempreferences.ShowWallpaperOnAllSpacesEntity
|
|
2635
|
+
com.apple.systempreferences.ShowWallpaperOnAllSpacesEntity-UpdatableEntity
|
|
2636
|
+
com.apple.systempreferences.SidebarIconSizeEntity
|
|
2637
|
+
com.apple.systempreferences.SidebarIconSizeEntity-UpdatableEntity
|
|
2638
|
+
com.apple.systempreferences.SmartZoomEntity
|
|
2639
|
+
com.apple.systempreferences.SmartZoomEntity-UpdatableEntity
|
|
2640
|
+
com.apple.systempreferences.SoundSettingsFeedbackSoundEntity
|
|
2641
|
+
com.apple.systempreferences.SoundSettingsFeedbackSoundEntity-UpdatableEntity
|
|
2642
|
+
com.apple.systempreferences.SoundSettingsInterfaceEffectsEntity
|
|
2643
|
+
com.apple.systempreferences.SoundSettingsInterfaceEffectsEntity-UpdatableEntity
|
|
2644
|
+
com.apple.systempreferences.SoundSettingsStartupSoundEntity
|
|
2645
|
+
com.apple.systempreferences.SoundSettingsStartupSoundEntity-UpdatableEntity
|
|
2646
|
+
com.apple.systempreferences.SpotlightSettingsDeepLinks
|
|
2647
|
+
com.apple.systempreferences.StorageSettingsDeeplinks
|
|
2648
|
+
com.apple.systempreferences.SwipeBetweenPagesEntity
|
|
2649
|
+
com.apple.systempreferences.SwipeBetweenPagesEntity-UpdatableEntity
|
|
2650
|
+
com.apple.systempreferences.TimeZoneEntity
|
|
2651
|
+
com.apple.systempreferences.ToggleHighPowerModeBatteryNoBatteryIntent
|
|
2652
|
+
com.apple.systempreferences.ToggleHighPowerModeOnBatteryIntent
|
|
2653
|
+
com.apple.systempreferences.ToggleLowPowerModeIntent
|
|
2654
|
+
com.apple.systempreferences.TrackpadAppExposeEntity
|
|
2655
|
+
com.apple.systempreferences.TrackpadAppExposeEntity-UpdatableEntity
|
|
2656
|
+
com.apple.systempreferences.TrackpadClickPressureEntity
|
|
2657
|
+
com.apple.systempreferences.TrackpadClickPressureEntity-UpdatableEntity
|
|
2658
|
+
com.apple.systempreferences.TrackpadForceClickEntity
|
|
2659
|
+
com.apple.systempreferences.TrackpadForceClickEntity-UpdatableEntity
|
|
2660
|
+
com.apple.systempreferences.TrackpadLaunchpadEntity
|
|
2661
|
+
com.apple.systempreferences.TrackpadLaunchpadEntity-UpdatableEntity
|
|
2662
|
+
com.apple.systempreferences.TrackpadLookUpAndDataDetectorsEntity
|
|
2663
|
+
com.apple.systempreferences.TrackpadLookUpAndDataDetectorsEntity-UpdatableEntity
|
|
2664
|
+
com.apple.systempreferences.TrackpadMissionControlEntity
|
|
2665
|
+
com.apple.systempreferences.TrackpadMissionControlEntity-UpdatableEntity
|
|
2666
|
+
com.apple.systempreferences.TrackpadNotificiationCenterEntity
|
|
2667
|
+
com.apple.systempreferences.TrackpadNotificiationCenterEntity-UpdatableEntity
|
|
2668
|
+
com.apple.systempreferences.TrackpadQuietClickEntity
|
|
2669
|
+
com.apple.systempreferences.TrackpadQuietClickEntity-UpdatableEntity
|
|
2670
|
+
com.apple.systempreferences.TrackpadRotateEntity
|
|
2671
|
+
com.apple.systempreferences.TrackpadRotateEntity-UpdatableEntity
|
|
2672
|
+
com.apple.systempreferences.TrackpadSecondaryClickEntity
|
|
2673
|
+
com.apple.systempreferences.TrackpadSecondaryClickEntity-UpdatableEntity
|
|
2674
|
+
com.apple.systempreferences.TrackpadSettingDeepLink
|
|
2675
|
+
com.apple.systempreferences.TrackpadShowDesktopEntity
|
|
2676
|
+
com.apple.systempreferences.TrackpadShowDesktopEntity-UpdatableEntity
|
|
2677
|
+
com.apple.systempreferences.TrackpadSmartZoomEntity
|
|
2678
|
+
com.apple.systempreferences.TrackpadSmartZoomEntity-UpdatableEntity
|
|
2679
|
+
com.apple.systempreferences.TrackpadSwipeBetweenAppsEntity
|
|
2680
|
+
com.apple.systempreferences.TrackpadSwipeBetweenAppsEntity-UpdatableEntity
|
|
2681
|
+
com.apple.systempreferences.TrackpadSwipeBetweenPagesEntity
|
|
2682
|
+
com.apple.systempreferences.TrackpadSwipeBetweenPagesEntity-UpdatableEntity
|
|
2683
|
+
com.apple.systempreferences.TrackpadTapToClickEntity
|
|
2684
|
+
com.apple.systempreferences.TrackpadTapToClickEntity-UpdatableEntity
|
|
2685
|
+
com.apple.systempreferences.TrackpadTrackingSpeedEntity
|
|
2686
|
+
com.apple.systempreferences.TrackpadTrackingSpeedEntity-UpdatableEntity
|
|
2687
|
+
com.apple.systempreferences.TrackpadZoomInOutEntity
|
|
2688
|
+
com.apple.systempreferences.TrackpadZoomInOutEntity-UpdatableEntity
|
|
2689
|
+
com.apple.systempreferences.TrueToneEntity
|
|
2690
|
+
com.apple.systempreferences.TrueToneEntity-UpdatableEntity
|
|
2691
|
+
com.apple.systempreferences.UserGroupIntent
|
|
2692
|
+
com.apple.systempreferences.UserHomeFolderIntent
|
|
2693
|
+
com.apple.systempreferences.UserIsAdminIntent
|
|
2694
|
+
com.apple.systempreferences.UserLoginItemsIntent
|
|
2695
|
+
com.apple.systempreferences.UserSSOIntent
|
|
2696
|
+
com.apple.systempreferences.UserSwitcherMenuStyleEntity
|
|
2697
|
+
com.apple.systempreferences.UserSwitcherMenuStyleEntity-UpdatableEntity
|
|
2698
|
+
com.apple.systempreferences.VPNConfigurationEntity-UpdatableEntity
|
|
2699
|
+
com.apple.systempreferences.WidgetSettingsEntity
|
|
2700
|
+
com.apple.systempreferences.WidgetSettingsEntity-UpdatableEntity
|
|
2701
|
+
com.apple.systempreferences.WindowsSettingsEntity
|
|
2702
|
+
com.apple.systempreferences.WindowsSettingsEntity-UpdatableEntity
|
|
2703
|
+
com.apple.wallpaper.agent.SetWallpaperIntent
|
|
2704
|
+
com.apple.wallpaper.agent.SetWallpaperPhotoIntent
|
|
2705
|
+
com.apple.wallpaper.agent.SkipShuffledContentAction
|
|
2706
|
+
com.apple.wallpaper.agent.WallpaperEntity
|
|
2707
|
+
com.apple.weather.AddSavedLocationIntent
|
|
2708
|
+
com.apple.weather.LocationEntity
|
|
2709
|
+
com.apple.weather.LocationSearchEntity
|
|
2710
|
+
com.apple.weather.OpenMoonIntent
|
|
2711
|
+
com.apple.weather.OpenNotificationsConfigurationIntent
|
|
2712
|
+
com.apple.weather.OpenSunriseSunsetIntent
|
|
2713
|
+
com.apple.weather.OpenUnitsConfigurationIntent
|
|
2714
|
+
com.apple.weather.OpenWeatherAirQualityIntent
|
|
2715
|
+
com.apple.weather.OpenWeatherSpecificConditionIntent
|
|
2716
|
+
com.apple.weather.PreferredUnitsEntity
|
|
2717
|
+
com.apple.weather.RemoveSavedLocationIntent
|
|
2718
|
+
com.apple.weather.ResetUnitsIntent
|
|
2719
|
+
com.apple.weather.SetDistanceUnitIntent
|
|
2720
|
+
com.apple.weather.SetPrecipitationUnitIntent
|
|
2721
|
+
com.apple.weather.SetPressureUnitIntent
|
|
2722
|
+
com.apple.weather.SetTemperatureUnitIntent
|
|
2723
|
+
com.apple.weather.SetWindUnitIntent
|
|
2724
|
+
```
|
|
2725
|
+
|
|
2726
|
+
> **Note:** `is.workflow.actions.appendnote`, `is.workflow.actions.filter.notes`, and `is.workflow.actions.shownote` are WF-namespace actions documented in [ACTIONS.md](ACTIONS.md), not AppIntents.
|
|
2727
|
+
|
|
2728
|
+
---
|
|
2729
|
+
|
|
2730
|
+
## Invocation Template
|
|
2731
|
+
|
|
2732
|
+
To invoke any AppIntent:
|
|
2733
|
+
|
|
2734
|
+
```
|
|
2735
|
+
<dict>
|
|
2736
|
+
<key>WFWorkflowActionIdentifier</key>
|
|
2737
|
+
<string>APP_INTENT_FULL_ID</string>
|
|
2738
|
+
<key>WFWorkflowActionParameters</key>
|
|
2739
|
+
<dict>
|
|
2740
|
+
<key>AppIntentDescriptor</key>
|
|
2741
|
+
<dict>
|
|
2742
|
+
<key>BundleIdentifier</key>
|
|
2743
|
+
<string>APP_BUNDLE_ID</string>
|
|
2744
|
+
<key>Name</key>
|
|
2745
|
+
<string>DISPLAY_NAME</string>
|
|
2746
|
+
<key>AppIntentIdentifier</key>
|
|
2747
|
+
<string>APP_INTENT_IDENTIFIER</string>
|
|
2748
|
+
</dict>
|
|
2749
|
+
<!-- Additional parameters as needed -->
|
|
2750
|
+
</dict>
|
|
2751
|
+
</dict>
|
|
2752
|
+
```
|
|
2753
|
+
|
|
2754
|
+
Common Bundle Identifiers:
|
|
2755
|
+
- `com.apple.systempreferences` - System Settings
|
|
2756
|
+
- `com.apple.Safari` - Safari
|
|
2757
|
+
- `com.apple.Notes` - Notes
|
|
2758
|
+
- `com.apple.reminders` - Reminders
|
|
2759
|
+
- `com.apple.iCal` - Calendar
|
|
2760
|
+
- `com.apple.clock` - Clock
|