# ProjectCapabilityManager.ClassKitOptions

> The list of options available for the ClassKit capability. For more information, refer to ClassKit Environment Entitlement (Apple Developer).

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor.iOS.Xcode](/engine/6000.7/script-reference/unityeditor/ios/xcode.md)
* **Assembly:** UnityEditor.iOS.Extensions.Xcode

```csharp
public enum ProjectCapabilityManager.ClassKitOptions
```

## Fields

| Value                                                                                                                        | Description                                      |
| ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| [Development](/engine/6000.7/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/classkitoptions/development.md) | Use this value to enable the Development option. |
| [Production](/engine/6000.7/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/classkitoptions/production.md)   | Use this value to enable the Production option.  |
