Skip to content

Releases: highmobility/hmkit-swift

Add `sbox` telematics issuer and fix it's loading

22 Feb 11:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.4...3.2.5

3.2.4

01 Sep 07:53
Compare
Choose a tag to compare
3.2.4 Pre-release
Pre-release

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

14 Oct 12:41
Compare
Choose a tag to compare

Help Swift-compiler deal with a bigger expression.

3.2.2

25 May 07:10
Compare
Choose a tag to compare

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

16 Jan 13:28
Compare
Choose a tag to compare

Minor enhancement to Telematics logs.

HMKit is now open-sourced!
Please find more information in the README.md

3.2.0

08 Jan 12:14
d47f2aa
Compare
Choose a tag to compare

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

15 Oct 14:35
d47f2aa
Compare
Choose a tag to compare

Renamed HMKit to HMLocalDevice (just to reiterate) and all related types to reference localDevice.

Proper Xcode 11 release.

3.1.3

17 Sep 12:28
d47f2aa
Compare
Choose a tag to compare
3.1.3 Pre-release
Pre-release

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

11 Sep 12:00
d47f2aa
Compare
Choose a tag to compare
3.1.2 Pre-release
Pre-release

Updated for Xcode 11 GM and Swift 5.1

3.1.1

21 Aug 09:45
d47f2aa
Compare
Choose a tag to compare
3.1.1 Pre-release
Pre-release

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)