emaloney / CleanroomLogger

CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant
MIT License
1.32k stars 153 forks source link

Is swift 1.2 not supported now? #18

Closed neil-wu closed 9 years ago

neil-wu commented 9 years ago

As we know, The master branch of this project is Swift 2.0 compliant and therefore requires Xcode 7 beta 2 or higher to compile. Is swift 1.2 not supported now? Any Branch?

emaloney commented 9 years ago

Hi Neil,

Swift 1.2 is still supported through the 1.3.7 release. If you'd like to use CleanroomLogger with Swift 1.2, the simplest solution is to use CleanroomLogger 1.3.7.

Hope this helps, Evan

neil-wu commented 9 years ago

Cool~ Thanks a lot. :]