Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@Wouter01 Wouter01 released this 26 Apr 02:36

Note

This release changes the way the package is used. Previous to v1.3.0, build settings needed to be changed in order to correctly link with the LoggingSupport framework. Now, the framework will be linked at runtime, dropping the requirement to change build settings. When not needed anymore, you can remove the $(DEVELOPER_SDK_DIR)/MacOSX.sdk/System/Library/PrivateFrameworks entry in Build Settings -> System Framework Search Paths

Changes

  • Added Sendable conformance to LogMessage and ActivityStreamOptions
  • Fixed most concurrency warnings
  • Removed OSLogType Hashable conformance
  • LoggingSupport is now loaded at runtime