kylef / URITemplate.swift

Swift implementation of URI Template (RFC6570)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carthage support

klaaspieter opened this issue · comments

Before 8cf2b3c was implicitly supported through the Xcode project. With the Xcode project removed, Carthage can no longer install URITemplate.

Are you willing to consider a PR that re-adds Carthage support? I can imagine you don't want to maintain a Xcode project for this purpose but perhaps we can use swift package generate-xcodeproj creatively.

I can imagine you don't want to maintain a Xcode project

I'd rather not add/support and maintain specific files for IDEs.

but perhaps we can use swift package generate-xcodeproj creatively.

Yes, you can use swift package generation, check out:

https://fuller.li/posts/using-swift-package-manager-with-carthage/