We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a815a commit 2c48886Copy full SHA for 2c48886
Sources/Decorator/Extensions+Date.swift
@@ -6,7 +6,6 @@
6
//
7
8
import Foundation
9
-import HealthKit
10
11
public extension Date {
12
static var iso8601: String {
Sources/Model/Payload/SourceRevision.swift
@@ -68,9 +68,9 @@ public struct SourceRevision: Codable {
68
)
69
} else {
70
self.productType = nil
71
- self.systemVersion = "1.0.0"
+ self.systemVersion = "10.0.0"
72
self.operatingSystem = OperatingSystem(
73
- majorVersion: 1,
+ majorVersion: 10,
74
minorVersion: 0,
75
patchVersion: 0
76
0 commit comments