Releases: Wouter01/LogStream
Releases · Wouter01/LogStream
v1.3.0
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 toLogMessage
andActivityStreamOptions
- Fixed most concurrency warnings
- Removed
OSLogType
Hashable
conformance LoggingSupport
is now loaded at runtime