# targetOSVersionString

> Deployment minimal version of iOS.

## Definition

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

```csharp
public static string targetOSVersionString { get; set; }
```

### Remarks

Version follows "\\\<Major\\>.\\\<Minor\\>" format, for example "9.2". If set to empty, default supported minimal version will be used.
