-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix CI * fix tests in Xcode project * update CI * don't build FHIR on watchOS * Don't test on watch * remove extra files * Build on Xcode 14.3 * cancel on new commits * remove SPM generated build folder * build and pass test on watchOS * remove comments * test CI on watchOS * Don't test watchOS on FHIR * revert FHIR tests back to iOS * add SPI and point to CareKit docs * update proj to latest Xcode * update proj to latest Xcode * update proj to latest Xcode * update proj to latest Xcode * Fix CareKitFHIR xcodeproj build and test on watchOS * Use fulfillment in async XCTest in newer Xcode * Make DailyPageViewController store publicly readable * fix docs * fix OCKCDPostalAddress CoreData init * remove unnecessary check * simplify SPI * fix build warnings when testing * Make OCKWeekCalendarPageViewController store public readable * Bump min SPM to Swift 5.7 * build docs for each * nit * remove external links in spi * Set default value for calendar property in OCKScheduleElement * Add back tint color in #676 * Fix contact tintColor in ContactView * fix contact navbar tintColor * fix contact navbar tintColor * Encoding/decoding Calendar.current causes crash after delay * Revery and test OCKScheduleElement * revert decoding, seems to crash on Xcode 14.3, not 14.2 * Add-ons to PR with CareKit 3.0 beta improvements (#691) (#7) * Delete stale file * Use Swift Concurrency API for awaiting expectations * clean up * fix tests * test if self prevents crash as it works in debugger * revert * Make calendar type property to skip encoding/decoding * Call cancelStreamingTask on deinit * remove print statements in tests * testing single queue for startQuery streaming * revert * Test holding stronger references from stream * test if AsyncAlgorithms 0.1.0 fixes reference issues * doc nits * fixes * fix watchOS CareKitUI tests * Switch calendar to computed property * Add TestColorExtension to CareKitUITests in XC project * Save second KnowledgeVector increment to prevent data loss * Update CareKitStore/CareKitStore/Structs/OCKScheduleElement.swift Co-authored-by: Gavi Rawson <[email protected]> --------- Co-authored-by: Gavi Rawson <[email protected]>
- Loading branch information
1 parent
449fd35
commit 2f2af4e
Showing
70 changed files
with
444 additions
and
599 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
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,11 @@ | ||
version: 1 | ||
builder: | ||
configs: | ||
- documentation_targets: ["CareKit", "CareKitUI", "CareKitStore", "CareKitFHIR"] | ||
platform: ios | ||
- platform: ios | ||
scheme: "CareKit" | ||
- platform: watchos | ||
scheme: "CareKit" | ||
- platform: macos | ||
scheme: "CareKit" |
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
2 changes: 1 addition & 1 deletion
2
CareKit/CareKit.xcodeproj/xcshareddata/xcschemes/CareKit.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
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
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
Oops, something went wrong.