# ProvisioningProfileType

> The type of the iOS provisioning profile if manual signing is used.

## Definition

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

```csharp
public enum ProvisioningProfileType
```

## Fields

| Value                                                                                               | Description                                                                                                                     |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| [Automatic](/engine/6000.6/script-reference/unityeditor/provisioningprofiletype/automatic.md)       | The provisioning profile type will be determined automatically when building the Xcode project.                                 |
| [Development](/engine/6000.6/script-reference/unityeditor/provisioningprofiletype/development.md)   | Development provisioning profiles are used to install development apps on test devices.                                         |
| [Distribution](/engine/6000.6/script-reference/unityeditor/provisioningprofiletype/distribution.md) | Distribution provisioning profiles can be used when uploading the app to the App Store or for Ad Hoc and in house distribution. |
