arguments
environment
globallyUniqueString
iOSAppOnMac
processIdentifier
processName
Availability 有効性
Technology
@property(readonly, getter=isMacCatalystApp) BOOL macCatalystApp;
The value of this property is YES
when the process is:
このプロパティの値は、YES
です、そのプロセスが以下である時は:
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 i
property.
Appleシリコン上で動作するiOSアプリと、Mac CatalystでビルドされたMacアプリの間で見分けるには、 i
プロパティを使ってください。
arguments
environment
globallyUniqueString
iOSAppOnMac
processIdentifier
processName