AppKitでsystemName(macOSやMac OS Xなど)を取得する方法はありますか?AppKitのsystemVersion相当
基本的に、私は次のUIKitコマンドのAppKitのと同等を探しています:
[[UIDevice currentDevice] systemName]
EDIT: 私はOSのバージョンを捜しているわけではない、私はOSの名前を探していますのでご注意くださいを。例えばSYSTEMNAMEのiOSの "IOS"
@property(nonatomic,readonly,strong) NSString *systemName; // e.g. @"iOS"
にhttp:// stackoverflow.com/a/24004701/2594699 –
[Gestaltを使用しないでOS XまたはiOSで実行時にOSのバージョンを確認する方法は?](http://stackoverflow.com/questions/11072804/how- do-i-determined-the-os-version-at-os-x-or-ios-without-gesta) –
いくつの異なるオペレーティングシステムが必要ですか? – vadian