Releases: orchetect/OTCore
Releases · orchetect/OTCore
1.0.6
- Added Log.swift (os_log wrapper)
- Added UserDefaults.swift (Optional getters for Int, Double, Float, Bool)
- Added Globals.swift (Global bundle and system info)
- All unit tests passing on macOS, iOS, tvOS.
1.0.5
Added TimeInterval and timespec reciprocal constructors
1.0.4
- Added timespec extensions
- Added clock_gettime_monotonic_raw() method
- Minor syntax & documentation updates
1.0.3
Fix Float80 not compiling on watchOS
1.0.2
Fixed multiplatform build and tests.
1.0.1
- Minor fixes
- Removed Float80 from ARM64 targets