iOSBuildType
Build configurations for the generated Xcode project.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
Warning
Removed. iOSBuildType is obsolete. Use XcodeBuildConfig instead
Fields
Value | Description |
|---|
| Debug | Build configuration set to Debug for the generated Xcode project. |
| Release | Build configuration set to Release for the generated Xcode project with optimization enabled. |