mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Logging changes
- Adds `Logging` protocol - Moves to Swift-style `OSLog` usage os_log to Logger os_log audit Replacment of os.log with Logging
This commit is contained in:
@@ -18,7 +18,7 @@ dependencies.append(contentsOf: [
|
||||
|
||||
let package = Package(
|
||||
name: "SyncDatabase",
|
||||
platforms: [.macOS(SupportedPlatform.MacOSVersion.v10_15), .iOS(SupportedPlatform.IOSVersion.v13)],
|
||||
platforms: [.macOS(.v11), .iOS(.v14)],
|
||||
products: [
|
||||
.library(
|
||||
name: "SyncDatabase",
|
||||
|
||||
Reference in New Issue
Block a user