diff --git a/SecretKit/SmartCard/SmartCardStore.swift b/SecretKit/SmartCard/SmartCardStore.swift index 7e65c5f..e75ffda 100644 --- a/SecretKit/SmartCard/SmartCardStore.swift +++ b/SecretKit/SmartCard/SmartCardStore.swift @@ -18,7 +18,7 @@ extension SmartCard { guard !string.contains("setoken") else { return } let driver = TKSmartCardTokenDriver() let token = TKToken(tokenDriver: driver, instanceID: string) - let session = TKSmartCardTo kenSession(token: token) + let session = TKSmartCardTokenSession(token: token) print(session) } diff --git a/Secretive/Secretive.entitlements b/Secretive/Secretive.entitlements index 56b1906..6d010b7 100644 --- a/Secretive/Secretive.entitlements +++ b/Secretive/Secretive.entitlements @@ -3,7 +3,11 @@ com.apple.security.app-sandbox - + + com.apple.security.temporary-exception.mach-lookup.global-name + + com.apple.ctkd.watcher-client + keychain-access-groups $(AppIdentifierPrefix)com.maxgoedjen.Secretive