var arguments: [String]
var environment: [String : String]
var globallyUniqueString : String
var isiOSAppOnMac : Bool
var processIdentifier : Int32
var processName : String
Availability 有効性
Technology
var isMacCatalystApp: Bool
{ get }
The value of this property is true
when the process is:
このプロパティの値は、true
です、そのプロセスが以下である時は:
A Mac app built with Mac Catalyst, or an iOS app running on Apple silicon. Mac Catalystで造られたMacアプリ、またはAppleシリコン上で動作しているiOSアプリ。
Running on a Mac. Mac上で動作している。
Frameworks that support iOS and macOS use this property to determine if the process is a Mac app built with Mac Catalyst. To conditionally compile source code intended to run only in macOS, use #if target
instead.
iOSとmacOSをサポートするフレームワークは、このプロパティを使って、そのプロセスがMac CatalystでビルドされたMacアプリであるかを決定します。条件付きでソースコードをコンパイルしてmacOSでのみ動作するよう計らうには、#if target
を代わりに使ってください。
Note 注意
To distinguish between an iOS app running on Apple silicon and a Mac app built with Mac Catalyst, use the isi
property.
Appleシリコン上で動作するiOSアプリと、Mac CatalystでビルドされたMacアプリの間で見分けるには、 isi
プロパティを使ってください。
var arguments: [String]
var environment: [String : String]
var globallyUniqueString : String
var isiOSAppOnMac : Bool
var processIdentifier : Int32
var processName : String