venmo / DVR

Network testing for Swift
http://blog.soff.es/network-testing-in-swift-with-dvr
MIT License
651 stars 86 forks source link

Beta 5 NSString -> String issues #18

Closed cojoj closed 9 years ago

cojoj commented 9 years ago

Looks like Beta 5 is making working NSString and String interchangeable harder... Methods operating on pathComponents are now available for String so it means they need to be casted to NSString.

ayanonagon commented 9 years ago

:green_apple: Thank you!