[swift-users] How to package resource files (like *.jpg etc.) with Swift Package Manager?

Daniel Dunbar daniel_dunbar at apple.com
Fri May 6 11:53:39 CDT 2016


We don't currently have any explicit solution for this problem, and also I don't think we are actively tracking this.

Note that currently the package manager doesn't really have any features around how you "deploy" your app. Nothing is preventing you from defining your own conventions around how resources are installed and making your distribution process follow them.

If you have a concrete feature for this in mind, please file a bug at http://bugs.swift.org explaining exactly what you want to do!

- Daniel

> On May 6, 2016, at 5:01 AM, Cao Jiannan via swift-users <swift-users at swift.org> wrote:
> 
> Hi, All
> 
> How to package resource files (like *.jpg etc.) with Swift Package Manager?
> 
> Thanks!
> Jianann
> 
> _______________________________________________
> swift-users mailing list
> swift-users at swift.org
> https://lists.swift.org/mailman/listinfo/swift-users



More information about the swift-users mailing list