Skip to content

macOS OSLogWriter and ExecutionMethod

Compare
Choose a tag to compare
@cnoon cnoon released this 14 Jan 00:27
· 78 commits to main since this release

All issues associated with this milestone can be found using this filter.

Added

  • A new .swift-version file for CocoaPods pointed at Swift 3.0.
  • A migration guide for the Willow 3.0 release.
  • Support for OSLogWriter on macOS 10.12+ by removing preprocessor guards.

Updated

  • The Travis-CI YAML file to Xcode 8.2 and the latest SDKs and destinations.
  • The Travis-CI YAML file by re-enabling pod lib lint since lint issue is resolved.
  • The Xcode projects to Xcode 8.2 and disabled automatic signing on frameworks.
  • Instances of OSX with macOS including the framework and target names.
  • ExecutionMethod enum cases to be lowercased to match Swift API Design Guidelines.

Fixed

  • Crash in WriterTests on iOS and tvOS 9 where os_log APIs are not available.
  • Compiler warnings in the example app around private and fileprivate ACLs.