Skip to content

Commit

Permalink
fix: Finish making HealthKit samples public
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Mar 2, 2025
1 parent 41e4a9e commit 419401d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions CKWorkspace.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/FHIRModels",
"state" : {
"revision" : "861afd5816a98d38f86220eab2f812d76cad84a0",
"version" : "0.5.0"
"revision" : "ee8b55c245e92389e05b0a56ad2b84d37c1985e5",
"version" : "0.6.1"
}
},
{
"identity" : "swift-async-algorithms",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-async-algorithms",
"state" : {
"revision" : "6ae9a051f76b81cc668305ceed5b0e0a7fd93d20",
"version" : "1.0.1"
"revision" : "4c3ea81f81f0a25d0470188459c6d4bf20cf2f97",
"version" : "1.0.3"
}
},
{
"identity" : "swift-collections",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "3d2dc41a01f9e49d84f0a3925fb858bed64f702d",
"version" : "1.1.2"
"revision" : "671108c96644956dddcd89dd59c203dcdb36cec7",
"version" : "1.1.4"
}
}
],
Expand Down
8 changes: 4 additions & 4 deletions CareKitStore/CareKitStore/Structs/OCKOutcomeValue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@ public struct OCKOutcomeValue: Codable, Equatable, CustomStringConvertible {
public var createdDate = Date()

/// The start date and end date when this value represents a HealthKit sample.
private(set) var dateInterval: DateInterval?
public private(set) var dateInterval: DateInterval?

/// An object indicating the source when this value represents a HealthKit sample.
private(set) var sourceRevision: OCKSourceRevision?
public private(set) var sourceRevision: OCKSourceRevision?

/// A device that generates data for HealthKit when this value represents a HealthKit sample.
private(set) var device: OCKDevice?
public private(set) var device: OCKDevice?

/// The metadata when this value represents a HealthKit sample.
private(set) var metadata: [String: String]?
public private(set) var metadata: [String: String]?

/// The underlying value.
public var value: OCKOutcomeValueUnderlyingType
Expand Down

0 comments on commit 419401d

Please sign in to comment.