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

Update to Swift 2.2 syntax #19

Closed phchang closed 8 years ago

phchang commented 8 years ago

The CI failure seems to be the same as this issue: https://github.com/travis-ci/travis-ci/issues/3986

tonystone commented 8 years ago

@phchang See my comments in this thread concerning the same issue https://github.com/travis-ci/travis-ci/issues/5743#issuecomment-213851125

Can you update the TraceLog travis.yml to be the same structure as GeoFeatures 1 here https://github.com/tonystone/geofeatures/blob/master/.travis.yml

You don't have to include the global: - COCOAPODS_DISABLE_DETERMINISTIC_UUIDS=1 but the rest should pretty much be exactly the same accept for the name of the project and scheme.

tonystone commented 8 years ago

Approved, all clear to merge @phchang.