# XcodeBuildConfig

> Build configurations for the Xcode project Unity generates.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public enum XcodeBuildConfig
```

## Fields

| Value                                                                              | Description                                                                    |
| ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| [Debug](/engine/6000.0/script-reference/unityeditor/xcodebuildconfig/debug.md)     | Sets the build configuration to Debug for the Xcode project Unity generates.   |
| [Release](/engine/6000.0/script-reference/unityeditor/xcodebuildconfig/release.md) | Sets the build configuration to Release for the Xcode project Unity generates. |
