DaveWoodCom / XCGLogger

A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
MIT License
3.94k stars 477 forks source link

pod_target_xcconfig -> swift_version (Swift 5) #294

Closed RomanPodymov closed 4 years ago

RomanPodymov commented 4 years ago

Hello. Thank you for XCGLogger. In this pull request I fixed merge conflicts from #274 and changed Swift version to 5.0.

DaveWoodCom commented 4 years ago

This has been updated. Thanks.