izqui / Taylor

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

Make Taylor Xcode 7 Beta 5 Compatible #8

Closed Danappelxx closed 9 years ago

Danappelxx commented 9 years ago

In the latest version of Xcode beta, Apple removed some methods from the Swift String type. An easy workaround (which I applied) is to cast String to NSString whenever it is necessary to use those methods. More info about these changes are available in this forum thread.

perezpaya commented 9 years ago

@Danappelxx ftw!