---
title: INIntentsSupported
framework: bundleresources
role: symbol
role_heading: Property List Key
path: bundleresources/information-property-list/inintentssupported
---

# INIntentsSupported

The names of the intent classes your app handles directly.

## Discussion

Discussion Provide the class name of each INIntent subclass your app can handle. To specify this information in Xcode, add the class names in the Supported Intents section of your app target in the Project Editor. For more information on handling intents in your app, see application(_:handlerFor:). tip: You can start handling an intent in your app even if you want to support the intent in iOS 13. List the intent in the Supported Intents sections for both the app target and the extension target. For an app running on iOS 13, the system routes the intent with handler(for:), and for later iOS versions, it routes the intent with application(_:handlerFor:).

## See Also

### Intents

- [INIntentsRestrictedWhileLocked](bundleresources/information-property-list/inintentsrestrictedwhilelocked.md)
- [INIntentsRestrictedWhileProtectedDataUnavailable](bundleresources/information-property-list/inintentsrestrictedwhileprotecteddataunavailable.md)
- [INSupportedMediaCategories](bundleresources/information-property-list/insupportedmediacategories.md)
- [NSFocusStatusUsageDescription](bundleresources/information-property-list/nsfocusstatususagedescription.md)
