import os -> import OSLog (#832)

This commit is contained in:
Max Goedjen
2026-09-07 19:40:30 -07:00
committed by GitHub
parent 0a4f15e789
commit 19e1c66697
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import Foundation
import Observation
import Security
import os
import OSLog
import SecretKit
@Observable @MainActor public final class CertificateStore: Sendable {

View File

@@ -3,7 +3,7 @@ import Security
import CryptoTokenKit
import CryptoKit
import SecretKit
import os
import OSLog
extension SecureEnclave {

View File

@@ -4,7 +4,7 @@ import Security
import CryptoKit
import LocalAuthentication
import SecretKit
import os
import OSLog
extension SecureEnclave {

View File

@@ -2,7 +2,7 @@ import Foundation
import Security
import CryptoTokenKit
import CryptoKit
import os
import OSLog
import SSHProtocolKit
import CertificateKit

View File

@@ -2,7 +2,7 @@ import Foundation
import Security
import CryptoTokenKit
import CryptoKit
import os
import OSLog
import SSHProtocolKit
import CertificateKit
import SharedXPCServices