Contents

isiOSAppOnMac

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

Declaration

var isiOSAppOnMac: Bool { get }

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