madebybowtie / FlagKit

Beautiful flag icons for usage in apps and on the web.
MIT License
3.03k stars 322 forks source link

Package manager dependency #81

Open Sangsom opened 4 years ago

Sangsom commented 4 years ago

It would be great if it would be possible to install with a Swift Package Manager.

blommegard commented 4 years ago

This would be awesome, but Swift Packages don't support assets. :(

https://developer.apple.com/documentation/xcode/creating_a_swift_package_with_xcode:

Swift packages contain source code but don’t support assets and resources. In addition, a Swift package can only depend on other Swift packages; binary dependencies aren’t supported.

KuhlTime commented 4 years ago

Looks like support for Assets in Swift Packages is coming now: https://developer.apple.com/wwdc20/10169

matrejek commented 3 years ago

Please see PR #87