Instance Property インスタンスプロパティ

isiOSAppOnMac

A Boolean value that indicates whether the process is an iPhone or iPad app running on a Mac. あるブール値、それはプロセスがMac上で動作しているiPhoneやiPadアプリであるかどうかを指し示します。

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. このプロパティの値は、trueです、そのプロセスがMac上で動作しているiOSアプリである場合にのみ。プロパティの値は、Mac上での全ての他のアプリに対してfalseです、Mac Catalystを使ってビルドされたMacアプリを含めて。プロパティはまた、macOS以外のプラットホーム上で動作しているプロセスに対してfalseです。

See Also 参照

Accessing Process Information プロセス情報にアクセスする