# ProjectCapabilityManager.AppAttestOptions

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

## Definition

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

```csharp
public enum ProjectCapabilityManager.AppAttestOptions
```

## Fields

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