Harvest icon indicating copy to clipboard operation
Harvest copied to clipboard

macOS via Catalyst + SwiftUI -- is this a supported use case?

Open fbartho opened this issue 6 years ago • 1 comments

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 avatar Oct 25 '19 00:10 fbartho

@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.

inamiy avatar Oct 26 '19 13:10 inamiy