# iosAppOnMac

> Indicates whether the process is an iOS app running on a Mac.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.iOS](/engine/6000.6/script-reference/unityengine/ios.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static bool iosAppOnMac { get; }
```

### Remarks

This property returns true only when the process is an iOS application running on a Mac computer with Apple silicon.
