<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/ProcessInfo/isiOSAppOnMac",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSProcessInfo(py)iOSAppOnMac"
  },
  "title" : "isiOSAppOnMac"
}
-->

# isiOSAppOnMac

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

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

## Discussion

The value of this property is <doc://com.apple.documentation/documentation/Swift/true> only when the process is an iOS app running on a Mac. The value of the property is <doc://com.apple.documentation/documentation/Swift/false> for all other apps on the Mac, including Mac apps built using Mac Catalyst. The property is also <doc://com.apple.documentation/documentation/Swift/false> for processes running on platforms other than macOS.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)