Closed curato-research closed 5 years ago
Alright!
Sorry it took so long, but I’ve finally merged this in, and tagged it as a new release (1.9.2
), so you can now install AcknowList with SPM from Xcode. 🎉
But we still have a couple of issues with SPM:
Sources
, etc). We can still make it work with the path
configuration, but the resulting package includes a lot of unnecessary files. Maybe we should take that opportunity to switch to the default SPM structure, and bump this library version number to AcknowList 2.0. Dedicated issue: #60 Package.swift
, the package can’t run properly. If I re-organize the folders with the default structure, the tests run as expected (and mostly fail, because the resources are missing). Dedicated issue: #61 I’ve created GitHub issues for each of these problems. I really don’t have a lot of experience with SPM, so feel free to suggest better solutions for these challenges. Thanks!
(updated with GitHub issues references)
I have been successfully added Acknowlist using SPM using this package.swift file.
1 thing though is that I'm not using the default localized strings, I'm not sure if they would work this way. But it might just solve #53.