This commit is contained in:
Max Goedjen 2020-03-05 23:57:31 -08:00
parent fc2d740680
commit 9ebb14d1cf
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
2 changed files with 6 additions and 2 deletions

View File

@ -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)
}

View File

@ -3,7 +3,11 @@
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<false/>
<true/>
<key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
<array>
<string>com.apple.ctkd.watcher-client</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)com.maxgoedjen.Secretive</string>