marcoarment / FCModel

An alternative to Core Data for people who like having direct SQL access.
MIT License
1.65k stars 173 forks source link

Add basic SwiftPM support for Objective-C code #159

Open Jeehut opened 3 years ago

Jeehut commented 3 years ago

This fixes #158 for the most part. Only the Swift code adding the ObservableObject support I couldn't include because SwiftPM didn't want to accept mixed language packages. Maybe that can be fixed by splitting to two targets somehow, but as we don't need it for our project, I didn't invest the time to check. But this should be better than nothing.