Avatar
norio_nomura 3/23/2020 2:39 AM
クラッシュしなくなった。
2:45 AM
あと、macOSではEntitlementのApp Groupsはこんな感じのコードで実行時に取れるらしい。 if let task = SecTaskCreateFromSelf(nil), let groups = SecTaskCopyValueForEntitlement(task, NSString("com.apple.security.application-groups"), nil) as? [String] { print("App Groups:", groups) } (edited)
💯 1