---
title: isiOSAppOnMac
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/processinfo/isiosapponmac
---

# isiOSAppOnMac

A Boolean value that indicates whether the process is an iPhone or iPad app running on a Mac.

## Declaration

```swift
var isiOSAppOnMac: Bool { get }
```

## Discussion

Discussion The value of this property is true only when the process is an iOS app running on a Mac. The value of the property is false for all other apps on the Mac, including Mac apps built using Mac Catalyst. The property is also false for processes running on platforms other than macOS.

## See Also

### Accessing process information

- [arguments](foundation/processinfo/arguments.md)
- [environment](foundation/processinfo/environment.md)
- [globallyUniqueString](foundation/processinfo/globallyuniquestring.md)
- [isMacCatalystApp](foundation/processinfo/ismaccatalystapp.md)
- [isiOSAppOnVision](foundation/processinfo/isiosapponvision.md)
- [processIdentifier](foundation/processinfo/processidentifier.md)
- [processName](foundation/processinfo/processname.md)
