Open cbaker6 opened 4 months ago
CareKitUI currently can't be built for macOS due to its use of UIKit. In addition, the whole framework currently doesn't for visionOS.
The following items are completed:
CareKitUI
CareStore
CareKit
#if !os(watchOS) && !os(macOS) && !os(visionOS)
CareKitUI currently can't be built for macOS due to its use of UIKit. In addition, the whole framework currently doesn't for visionOS.
The following items are completed:
CareKitUI
to build for macOS similar to watchOS by allowing SwiftUI based CareKit viewsCareStore
andCareKit
to build for macOSNote
#if !os(watchOS) && !os(macOS) && !os(visionOS)