adorsys / YesWeScan

A library with a ready to use view controller for document scanning
Apache License 2.0
102 stars 33 forks source link

Support Swift Package Manager #39

Closed fbernutz closed 5 years ago

xavierLowmiller commented 5 years ago

I tried this a while ago. Seems doable, but we have to do something about the assets.

Swift Package Manager currently does not support resources, so we‘ll have to recreate the assets programmatically (PaintCode?) or find another solution.

Sent with GitHawk

xavierLowmiller commented 5 years ago

TODOs:

Bonus:

fbernutz commented 5 years ago

Tested to use YesWeScan as SPM in a new demo project and it works like a charm! I'll release version 2.2.0 with this.