Modularization: Extract SecureLogger into a separate module (#600)

* Extract SecureLogger into a separate module

* Add BitLogger package as a dependency for iOS & macOS targets
This commit is contained in:
Islam
2025-09-15 14:45:58 +02:00
committed by GitHub
parent 7c4bde59b9
commit 347ce5ece4
25 changed files with 118 additions and 47 deletions
+1
View File
@@ -1,3 +1,4 @@
import BitLogger
import Foundation
import CoreBluetooth
import Combine
@@ -1,3 +1,4 @@
import BitLogger
import Foundation
import Combine
+1
View File
@@ -6,6 +6,7 @@
// For more information, see <https://unlicense.org>
//
import BitLogger
import Foundation
import Security
@@ -1,3 +1,4 @@
import BitLogger
import Foundation
import Combine
@@ -1,3 +1,4 @@
import BitLogger
import Foundation
/// Persistent location notes (Nostr kind 1) scoped to a street-level geohash (precision 7).
+1
View File
@@ -1,3 +1,4 @@
import BitLogger
import Foundation
/// Routes messages between BLE and Nostr transports
@@ -83,6 +83,7 @@
/// - Background queue for CPU-intensive operations
///
import BitLogger
import Foundation
import CryptoKit
+1
View File
@@ -1,3 +1,4 @@
import BitLogger
import Foundation
import Combine
@@ -6,6 +6,7 @@
// This is free and unencumbered software released into the public domain.
//
import BitLogger
import Foundation
import SwiftUI
+1
View File
@@ -1,3 +1,4 @@
import BitLogger
import Foundation
import Network
import Darwin
@@ -6,6 +6,7 @@
// This is free and unencumbered software released into the public domain.
//
import BitLogger
import Foundation
import Combine
import SwiftUI