Skip to content

Commit 2c48886

Browse files
committed
minor fixes
1 parent 67a815a commit 2c48886

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Sources/Decorator/Extensions+Date.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77

88
import Foundation
9-
import HealthKit
109

1110
public extension Date {
1211
static var iso8601: String {

Sources/Model/Payload/SourceRevision.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ public struct SourceRevision: Codable {
6868
)
6969
} else {
7070
self.productType = nil
71-
self.systemVersion = "1.0.0"
71+
self.systemVersion = "10.0.0"
7272
self.operatingSystem = OperatingSystem(
73-
majorVersion: 1,
73+
majorVersion: 10,
7474
minorVersion: 0,
7575
patchVersion: 0
7676
)

0 commit comments

Comments
 (0)