Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Adds support for Swift Package Manager#507

Closed
boek wants to merge 2 commits intoswisspol:masterfrom
boek:swift-package-manager
Closed

Adds support for Swift Package Manager#507
boek wants to merge 2 commits intoswisspol:masterfrom
boek:swift-package-manager

Conversation

@boek
Copy link
Copy Markdown

@boek boek commented Sep 25, 2020

This was able to build using swift build and pull in using Xcode

image

Comment thread Package.swift
name: "GCDWebServer",
platforms: [.macOS(.v10_10),
.iOS(.v9),
.tvOS(.v9)],
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not actually sure if this supports tvOS. But it was part of the init template so I left it..

@boek
Copy link
Copy Markdown
Author

boek commented Sep 25, 2020

The more I'm reading about Swift Package Manager it sounds like there may be more steps? I'll report back by the end of the day if this needs anything else

@SlaunchaMan
Copy link
Copy Markdown

@boek I attempted this with #475 and it was rejected; I would love to see this move forward, however!

@boek
Copy link
Copy Markdown
Author

boek commented Oct 2, 2020

@SlaunchaMan me too. I almost have a solution that works with very minimal changes, but I have one circular dependency to resolve. I'll update when I have something that runs!

@boek boek marked this pull request as draft October 2, 2020 19:38
@nostradani
Copy link
Copy Markdown

This PR indeed is missing quite some things. This includes public headers and handling of the bundle resources.
I created another PR instead: #516

@boek boek closed this Jan 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants