tonystone / tracelog

TraceLog is a highly configurable, flexible, portable, and simple to use debug logging system for Swift and Objective-C applications running on Linux, macOS, iOS, watchOS, and tvOS.
https://tonystone.io/tracelog
Apache License 2.0
53 stars 15 forks source link

Fixing Swift compile warnings #18

Closed phchang closed 8 years ago

phchang commented 8 years ago

Fixing warnings from Swift 2.2 / Xcode 7.3:

This will require projects with a dependency on TraceLog to use Xcode 7.3 (or greater) to support Swift 2.2 syntax. The pod will still remain backwards compatible to iOS 8.0.

codecov-io commented 8 years ago

Current coverage is 0.00%

Merging #18 into master will decrease coverage by -66.66% as of 2596b69

No diff could be generated. No reports for #18 found. Review entire Coverage Diff as of 2596b69

Powered by Codecov. Updated on successful CI builds.

tonystone commented 8 years ago

Approved.