macOS via Catalyst + SwiftUI -- is this a supported use case?
I'm looking to use this library across both iOS & macOS -- is that a supported use case?
I ran into some problems testing the SwiftUI as a Catalyst app. -- Filed them here: https://github.com/inamiy/Harvest-SwiftUI-Gallery/issues/1
Please feel free to close these tickets if you'd rather address these questions in a different way! Thanks!
@fbartho Let's discuss in https://github.com/inamiy/Harvest-SwiftUI-Gallery/issues/1 .
BTW just to answer:
both iOS & macOS -- is that a supported use case?
Harvest.framework (core layer) supports macOS tests as well, so I guess it should be no problem to use in macOS development.
But for HarvestStore.framework (optimized for SwiftUI), there may be an issue hiding somewhere as reported in https://github.com/inamiy/Harvest-SwiftUI-Gallery/issues/1 , so I will write some test code for both iOS and macOS to examine those scenarios.