mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-09-10 18:39:02 +02:00
import os -> import OSLog (#832)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
import Observation
|
import Observation
|
||||||
import Security
|
import Security
|
||||||
import os
|
import OSLog
|
||||||
import SecretKit
|
import SecretKit
|
||||||
|
|
||||||
@Observable @MainActor public final class CertificateStore: Sendable {
|
@Observable @MainActor public final class CertificateStore: Sendable {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import Security
|
|||||||
import CryptoTokenKit
|
import CryptoTokenKit
|
||||||
import CryptoKit
|
import CryptoKit
|
||||||
import SecretKit
|
import SecretKit
|
||||||
import os
|
import OSLog
|
||||||
|
|
||||||
extension SecureEnclave {
|
extension SecureEnclave {
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import Security
|
|||||||
import CryptoKit
|
import CryptoKit
|
||||||
import LocalAuthentication
|
import LocalAuthentication
|
||||||
import SecretKit
|
import SecretKit
|
||||||
import os
|
import OSLog
|
||||||
|
|
||||||
extension SecureEnclave {
|
extension SecureEnclave {
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import Foundation
|
|||||||
import Security
|
import Security
|
||||||
import CryptoTokenKit
|
import CryptoTokenKit
|
||||||
import CryptoKit
|
import CryptoKit
|
||||||
import os
|
import OSLog
|
||||||
import SSHProtocolKit
|
import SSHProtocolKit
|
||||||
import CertificateKit
|
import CertificateKit
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import Foundation
|
|||||||
import Security
|
import Security
|
||||||
import CryptoTokenKit
|
import CryptoTokenKit
|
||||||
import CryptoKit
|
import CryptoKit
|
||||||
import os
|
import OSLog
|
||||||
import SSHProtocolKit
|
import SSHProtocolKit
|
||||||
import CertificateKit
|
import CertificateKit
|
||||||
import SharedXPCServices
|
import SharedXPCServices
|
||||||
|
|||||||
Reference in New Issue
Block a user