izqui / Taylor

A lightweight library for writing HTTP web servers with Swift
MIT License
926 stars 79 forks source link

Share schemes for CI and other people #6

Closed mgrebenets closed 9 years ago

mgrebenets commented 9 years ago

Xcode schemes must be shared for other people to be able to build it. I had error from Carthage saying

Project "Taylor.xcodeproj" has no shared schemes

UPD: This also fixes issue with CocoaPods (Rome), specifically error like this:

[!] The platform of the target `Pods` (OS X 10.9) is not compatible with `Taylor (HEAD based on 0.1.0)`, which does not support `osx`.