RocketData icon indicating copy to clipboard operation
RocketData copied to clipboard

Catalyst compatibility

Open heitorfr opened this issue 5 years ago • 1 comments

I see theres a note in the readme saying that currently only iOS platform is compiling for carthage. Is the reason already known? and is this being worked on? Besides that, any reason it wouldn't be compatible with mac catalyst? Thanks

heitorfr avatar May 08 '20 17:05 heitorfr

I have not tested that with Catalyst apps but I have added SPM support and it should support macOS, iOS, tvOS out of the box: https://github.com/plivesey/RocketData/blob/master/Package.swift#L7-L12

In fact, all unit tests are running against those platforms: https://github.com/plivesey/RocketData/blob/master/build.sh

So you can try SPM instead of Carthage.

hebertialmeida avatar May 08 '20 18:05 hebertialmeida