sgigou / NoveFeatherIcons

Feather Icons for your Swift projects.
MIT License
2 stars 1 forks source link

Add spm support #2

Closed neilpoulin closed 1 year ago

neilpoulin commented 4 years ago

Draft PR for adding SPM support.

Supports #1.

Adding resources to a package is not supported in swift-tools 5.2, but will be in 5.3 with Xcode 12.

samtgarson commented 3 years ago

@sgigou Any chance of getting this merged? SPM support would be really useful 🤩

sgigou commented 3 years ago

@samtgarson I need to take a look at this, this work seems to still be in progress. It's in my (long) backlog 😅

neilpoulin commented 3 years ago

Hey guys, I also wont have time to look at this anytime soon. I've moved on from iOS projects and probably wont be back in this ecosystem for a while.

If I remember correctly, I wasn't able to fully test this PR because swift 5.3 didn't exist, which meant the bundle resources couldn't be included in the package. See the comment on commit 88aa203.

Now that swift 5.3 is out there, this PR should be somewhat close.