Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the Swift Package Manager #149

Closed
nuclearace opened this issue Dec 22, 2015 · 6 comments
Closed

Add support for the Swift Package Manager #149

nuclearace opened this issue Dec 22, 2015 · 6 comments

Comments

@nuclearace
Copy link
Contributor

Although the manager is in infancy, I find it much easier to use than CocoaPods or Carthage.

To add support simply create a directory named Source and move all needed swift files to it. Then create a Package.swift at the top level.

@nuclearace
Copy link
Contributor Author

The Package.swift might look like

import PackageDescription

let package = Package(
    name: "Starscream"
)

@daltoniam
Copy link
Owner

Sweet. I will do that. Thanks for the info.

@hamchapman
Copy link
Contributor

I'm not sure it will work with Source. Make it Sourcesand that should work.

See here http://blog.krzyzanowskim.com/2015/12/04/swift-package-manager-and-linux-compatible/

On 23 Dec 2015, 19:01 +0000, Daltonnotifications@github.com, wrote:

Sweet. I will do that. Thanks for the info.


Reply to this email directly orview it on GitHub(#149 (comment)).

@nuclearace
Copy link
Contributor Author

I think it can be either. It works with Source for me.

@daltoniam
Copy link
Owner

Now you guys are going to make me have to decide 😄. I think normally source would be the more common expression, but either way, just need to get it supported. Thanks for the links and input.

@daltoniam
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants