BonMot
BonMot copied to clipboard
Add Swift Package Manager support
Looks like this may be hard as SPM doesn't currently support resource files, which we use for our tests for fonts and images.
I hit a similar issue in a project of mine. Here's an ugly workaround/hack: https://bugs.swift.org/browse/SR-4725
🤔 we don't actually need to distribute the tests via SPM, do we? Can we just ignore them?
Closed via #386 🎉