# createXcodeProject

> Whether to export an Xcode project.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.OSXStandalone](/engine/6000.7/script-reference/unityeditor/osxstandalone.md)
* **Assembly:** UnityEditor.OSXStandalone.Extensions

```csharp
public static bool createXcodeProject { get; set; }
```

### Remarks

If set to true, an Xcode project will be exported. If false, an App bundle is built.
