Merge
This commit is contained in:
parent
fc2d740680
commit
9ebb14d1cf
|
@ -18,7 +18,7 @@ extension SmartCard {
|
||||||
guard !string.contains("setoken") else { return }
|
guard !string.contains("setoken") else { return }
|
||||||
let driver = TKSmartCardTokenDriver()
|
let driver = TKSmartCardTokenDriver()
|
||||||
let token = TKToken(tokenDriver: driver, instanceID: string)
|
let token = TKToken(tokenDriver: driver, instanceID: string)
|
||||||
let session = TKSmartCardTo kenSession(token: token)
|
let session = TKSmartCardTokenSession(token: token)
|
||||||
print(session)
|
print(session)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,11 @@
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>com.apple.security.app-sandbox</key>
|
<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>
|
<key>keychain-access-groups</key>
|
||||||
<array>
|
<array>
|
||||||
<string>$(AppIdentifierPrefix)com.maxgoedjen.Secretive</string>
|
<string>$(AppIdentifierPrefix)com.maxgoedjen.Secretive</string>
|
||||||
|
|
Loading…
Reference in New Issue