Shopify / FunctionalTableData

Declarative UITableViewDataSource implementation
MIT License
365 stars 30 forks source link

Support for SPM #180

Closed raulriera closed 5 years ago

raulriera commented 5 years ago

Description

Adds support for Swift Package Manager. Also fixed some compile errors Xcode 11 will find in this project (when trying to compile it on its own)

Marking this as WIP until I solve the lack of Objective-C bridging header Solved with a dependency that was doing pretty much the same thing as us.

I plan to make a new repo for the example using this package

CI support is not quite yet in GitHub maybe? https://github.com/Shopify/FunctionalTableData/pull/180/checks?check_run_id=245792419#step:3:4

dannbeau commented 4 years ago

I plan to make a new repo for the example using this package

was this ever done? if so, what is this repo?

raulriera commented 4 years ago

was this ever done? if so, what is this repo?

No, it wasn't. I'll make one

dannbeau commented 4 years ago

Let me know if we can help with it.