Releases: highmobility/hmkit-swift
Releases · highmobility/hmkit-swift
Add `sbox` telematics issuer and fix it's loading
3.2.4
update dependencies; update package to use tools 5.5; add macOS platform
Add macOS
platform target option.
Update swift package tools version to 5.5
.
Update dependencies.
3.2.3
Help Swift-compiler deal with a bigger expression.
3.2.2
Changed HMLocalDevice .links
from [HMLink]
to Set<HMLink>
.
Fixed mutable characteristic value updated bug.
Fixed HMLocalDevice -disconnect()
setting the state to .idle
even when BT isn't available.
3.2.1
Minor enhancement to Telematics logs.
HMKit is now open-sourced!
Please find more information in the README.md
3.2.0
Updated secure containers to work with new versions.
Added the option to choose what versions of secure containers to use (to work with older systems).
Updated HMLink
and -Delegate
methods to work with updated protocol.
Added more logging options for Telematics along with more logs.
Updated XCFrameworkBuilder script.
Updated dependencies.
3.1.4
Renamed HMKit to HMLocalDevice (just to reiterate) and all related types to reference localDevice.
Proper Xcode 11 release.
3.1.3
Updated for Xcode 11 GM2.
Added XCFramework building script (and removed the "old" universal scripts).
Renamed HMKit type to HMLocalDevice to be able to use XCFrameworks (for now).
3.1.2
Updated for Xcode 11 GM and Swift 5.1
3.1.1
Updated for Xcode 11b6 to use with it's integrated SPM and Swift 5.1
Other libs should be added by going to Xcode-beta > File > Swift Packages > Add... and adding the following dependencies: AutoAPI and HMCryptoKit (HMUtilities is added automatically by others)