StanfordBDHG / ResearchKit

ResearchKit with Swift Package Manager (SPM), SwiftUI, C++ Interoperability, and visionOS support
https://swiftpackageindex.com/StanfordBDHG/ResearchKit/documentation/researchkitswiftui
Other
7 stars 3 forks source link

Compile Tests & Improve Availability #16

Closed PSchmiedmayer closed 9 months ago

PSchmiedmayer commented 9 months ago

Compile Tests & Improve Availability

:gear: Release Notes

Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

Supereg commented 8 months ago

What was the reason to increase the minimum deployment target here? Is there anything that is functionally different?

PSchmiedmayer commented 8 months ago

Yes, any iOS API that was deprecated before iOS 14 won't be available on visionOS so I pulled it up from the original RK deployment target. We could even pull it up or down further as needed. I looked at the number of warnings and tried to pull it up as much as possible before I got a lot of warnings.