Skip to content

Commit 669d049

Browse files
EvanBaconclaude
andauthored
docs(targets): add missing target types to README supported types table (#167)
Add device-activity-monitor, keyboard, and matter to the supported types table which were present in TARGET_REGISTRY but missing from the README. https://claude.ai/code/session_01MRyTGXnrgZEfMAcematACT Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3404702 commit 669d049

1 file changed

Lines changed: 44 additions & 41 deletions

File tree

packages/apple-targets/README.md

Lines changed: 44 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -285,47 +285,50 @@ module.exports = {
285285

286286
Ideally, this would be generated automatically based on a fully qualified Xcode project, but for now it's a manual process. The currently supported types are based on static analysis of the most commonly used targets in the iOS App Store. I haven't tested all of these and they may not work.
287287

288-
| Type | Description |
289-
| ----------------------- | ---------------------------------- |
290-
| action | Share Action |
291-
| app-intent | App Intent Extension |
292-
| widget | Widget / Live Activity |
293-
| watch | Watch App (with companion iOS App) |
294-
| clip | App Clip |
295-
| safari | Safari Extension |
296-
| share | Share Extension |
297-
| notification-content | Notification Content Extension |
298-
| notification-service | Notification Service Extension |
299-
| intent | Siri Intent Extension |
300-
| intent-ui | Siri Intent UI Extension |
301-
| spotlight | Spotlight Index Extension |
302-
| bg-download | Background Download Extension |
303-
| quicklook-thumbnail | Quick Look Thumbnail Extension |
304-
| location-push | Location Push Service Extension |
305-
| credentials-provider | Credentials Provider Extension |
306-
| account-auth | Account Authentication Extension |
307-
| network-packet-tunnel | Packet Tunnel Network Extension |
308-
| network-app-proxy | App Proxy Network Extension |
309-
| network-dns-proxy | DNS Proxy Network Extension |
310-
| network-filter-data | Filter Data Network Extension |
311-
| content-blocker | Safari Content Blocker Extension |
312-
| file-provider | File Provider Extension |
313-
| broadcast-upload | Broadcast Upload Extension |
314-
| call-directory | Call Directory Extension |
315-
| message-filter | Message Filter Extension |
316-
| file-provider-ui | File Provider UI Extension |
317-
| broadcast-setup-ui | Broadcast Setup UI Extension |
318-
| classkit-context | ClassKit Context Provider Extension|
319-
| unwanted-communication | Unwanted Communication Reporting |
320-
| photo-editing | Photo Editing Extension |
321-
| quicklook-preview | Quick Look Preview Extension |
322-
| spotlight-delegate | CoreSpotlight Delegate Extension |
323-
| virtual-conference | Virtual Conference Provider |
324-
| shield-action | Shield Action Extension |
325-
| shield-config | Shield Configuration Extension |
326-
| print-service | Print Service Extension |
327-
| smart-card | Smart Card / Persistent Token |
328-
| authentication-services | Authentication Services Extension |
288+
| Type | Description |
289+
| ------------------------- | ---------------------------------- |
290+
| action | Share Action |
291+
| app-intent | App Intent Extension |
292+
| widget | Widget / Live Activity |
293+
| watch | Watch App (with companion iOS App) |
294+
| clip | App Clip |
295+
| safari | Safari Extension |
296+
| share | Share Extension |
297+
| notification-content | Notification Content Extension |
298+
| notification-service | Notification Service Extension |
299+
| intent | Siri Intent Extension |
300+
| intent-ui | Siri Intent UI Extension |
301+
| spotlight | Spotlight Index Extension |
302+
| bg-download | Background Download Extension |
303+
| quicklook-thumbnail | Quick Look Thumbnail Extension |
304+
| location-push | Location Push Service Extension |
305+
| credentials-provider | Credentials Provider Extension |
306+
| account-auth | Account Authentication Extension |
307+
| device-activity-monitor | Device Activity Monitor Extension |
308+
| keyboard | Custom Keyboard Extension |
309+
| matter | Matter Device Setup Extension |
310+
| network-packet-tunnel | Packet Tunnel Network Extension |
311+
| network-app-proxy | App Proxy Network Extension |
312+
| network-dns-proxy | DNS Proxy Network Extension |
313+
| network-filter-data | Filter Data Network Extension |
314+
| content-blocker | Safari Content Blocker Extension |
315+
| file-provider | File Provider Extension |
316+
| broadcast-upload | Broadcast Upload Extension |
317+
| call-directory | Call Directory Extension |
318+
| message-filter | Message Filter Extension |
319+
| file-provider-ui | File Provider UI Extension |
320+
| broadcast-setup-ui | Broadcast Setup UI Extension |
321+
| classkit-context | ClassKit Context Provider Extension|
322+
| unwanted-communication | Unwanted Communication Reporting |
323+
| photo-editing | Photo Editing Extension |
324+
| quicklook-preview | Quick Look Preview Extension |
325+
| spotlight-delegate | CoreSpotlight Delegate Extension |
326+
| virtual-conference | Virtual Conference Provider |
327+
| shield-action | Shield Action Extension |
328+
| shield-config | Shield Configuration Extension |
329+
| print-service | Print Service Extension |
330+
| smart-card | Smart Card / Persistent Token |
331+
| authentication-services | Authentication Services Extension |
329332

330333

331334
<!-- | imessage | iMessage Extension | -->

0 commit comments

Comments
 (0)