あと、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)