Skip to content

Commit 2a1de0a

Browse files
committed
Update library versions
1 parent be4ada3 commit 2a1de0a

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

SkyWizardAPI/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SkyWizardAPI/Sources/SkyWizardLogger/OSLog+Extensions.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99
import OSLog
1010

11-
#if !os(macOS)
11+
1212
extension Logger {
1313
private static let subsystem = Bundle.main.bundleIdentifier!
1414

@@ -24,4 +24,4 @@ extension Logger {
2424
public static let statistics = Logger(subsystem: subsystem, category: "statistics")
2525
// Logger.statistics.debug("Statistics example")
2626
}
27-
#endif
27+

SkyWizardAPI/Sources/SkyWizardService/Geocoding/GeocodingService.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import Foundation
99
import CoreLocation
1010
import SkyWizardModel
1111

12-
#if !os(macOS)
1312
public protocol GeocodingService {
1413
typealias TaskType = Task<GeocodeData, Error>
1514
func geocode(with location: CLLocationCoordinate2D) async throws -> TaskType
@@ -31,4 +30,3 @@ public enum GeocodingServiceError: LocalizedError {
3130
}
3231
}
3332
}
34-
#endif

0 commit comments

Comments
 (0)