Releases: piscoTech/MBLibrary
Releases · piscoTech/MBLibrary
v1.9.1(22)
- Minor tweaks
v1.9(21)
v1.8(20)
- French localization thanks to @maxime-killinger
Date
andTimeInterval
formatting functions likegetFormattedDateTime()
are now computed properties, i.e.formattedDateTime
Date
can now also be formatted as UTC time string
- Wrapper functions for
OutputStream
to easily writeString
s andData
inside a do-catch
v1.7.1(19)
HKWorkout
s now offer an easy access point to get information about location, e.g. indoor/outdoor-HKWorkout
s for running, cycling, walling and swimming now offer their localized name including location when available
v1.7(18)
v1.6(17)
- Fixes to FAQ view controller for iPhone X/Xs/Xr
- Complex numbers are no longer their own struct but the old API is now build upon the
__CLPK_doublecomplex
struct from theAccelerate
framework providing the same functionality as before, but in a more Swift-y way
v1.5.1(16)
- Swift 5 conversion
v1.5(15)
- Split
HealthKit
code from the main framework to a separate one calledHealthKit
because on the AppStore an app cannot link againstHealthKit
if the functionality is not used. Now importingMBLibrary
without usingHealthKit
allows to still comply with AppStore rules.
v1.4.2(14)
- Use HTTPS for contact form
- Extend
if #available(...)
checks to watchOS
v1.4.1(13)
- Fixed active segments detection by discarding events which are not a pause nor a resume