# XcodeProjectType

> Specifies the type of Xcode project to export.

## Definition

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

```csharp
public enum XcodeProjectType
```

## Fields

| Value                                                                                    | Description                            |
| ---------------------------------------------------------------------------------------- | -------------------------------------- |
| [ObjectiveC](/engine/6000.6/script-reference/unityeditor/xcodeprojecttype/objectivec.md) | Objective-C project template.          |
| [Swift](/engine/6000.6/script-reference/unityeditor/xcodeprojecttype/swift.md)           | Swift project template. (Experimental) |
