Tags: twitter/ios-twitter-logging-service
Tags
Update to v2.9.0 (#22) ### 2.9.0 (08/06/2020) - Drop support for iOS 7, 8 & 9 ### 2.8.5 (07/21/2020) - Improved Swift interface ### 2.8.1 (07/01/2020) - Convert private static C functions (that take `self` as an argument) to Objective-C `direct` methods - Same low overhead, better calling syntax ### 2.8.0 (06/08/2020) - Update `initWithOutError:` to `initAndReturnError:` for `TLSRollingFileOutputStream` - More idiomatic
Update TLS with code cleanup and project updates (#16) * reformatting for consistency * xcconfig use to share settings amongst all targets, and to see comments for settings * static functions employed (vs private methods) based on evidence of better performance * Fix tvOS support * add tvOS target * clean up project