-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade to CareKit 3.0.0 * Upgrade packages * update deps * WIP * Still WIP * should build * updates * working previews * fix custom label preview * nits * doc nits * nits * Update project * updates * build slider card * show both sliders in preview * Doc nits * nits * add StateObjects * WIP * updates * doc updates * add header to carekit views * fix package * open classes * improve slider view model * allow public read only * Create .spi.yml * chore: Update to CareKit 3.0.0-beta.2
- Loading branch information
Showing
48 changed files
with
2,470 additions
and
1,230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version: 1 | ||
builder: | ||
configs: | ||
- documentation_targets: [CareKitUtilities] | ||
swift_version: 5.9 |
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
CareKitUtilities.xcodeproj/xcshareddata/xcschemes/CareKitUtilities.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,41 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "CareKit", | ||
"repositoryURL": "https://github.com/cbaker6/CareKit.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "954185b307222431e50f656d2870019e9ec97c28", | ||
"version": "2.1.8" | ||
} | ||
}, | ||
{ | ||
"package": "FHIRModels", | ||
"repositoryURL": "https://github.com/apple/FHIRModels.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "e115442fb3c5d44ffb1dc9b4e039b77fd143ad96", | ||
"version": "0.4.0" | ||
} | ||
"pins" : [ | ||
{ | ||
"identity" : "carekit", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/cbaker6/CareKit.git", | ||
"state" : { | ||
"revision" : "ed05957648de96d7ad8a81bd24edff3ee712f20e", | ||
"version" : "3.0.0-beta.2" | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
}, | ||
{ | ||
"identity" : "fhirmodels", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/FHIRModels.git", | ||
"state" : { | ||
"revision" : "e115442fb3c5d44ffb1dc9b4e039b77fd143ad96", | ||
"version" : "0.4.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-async-algorithms", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-async-algorithms", | ||
"state" : { | ||
"revision" : "9cfed92b026c524674ed869a4ff2dcfdeedf8a2a", | ||
"version" : "0.1.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-collections", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-collections.git", | ||
"state" : { | ||
"revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2", | ||
"version" : "1.0.4" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
120 changes: 0 additions & 120 deletions
120
Sources/CareKitUtilities/Cards/CustomLabel/CustomLabelView.swift
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
Sources/CareKitUtilities/Cards/CustomLabel/CustomLabelViewModel.swift
This file was deleted.
Oops, something went wrong.
132 changes: 0 additions & 132 deletions
132
Sources/CareKitUtilities/Cards/DigitalCrown/DigitalCrownViewModel.swift
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.