Skip to content

Releases: igor-makarov/BeaconKit

Support Swift 4.0 and 4.2

18 Jun 15:04
Compare
Choose a tag to compare

Turns out I haven't made proper releases out of tags, so I'm making one now.

Throw less errors

07 Aug 07:53
Compare
Choose a tag to compare

The previous version was throwing Swift errors left and right, which made it hard to use error breakpoints.

New version first validates advertisement packets and only tries parsing if the preliminary validation passes.

Fix RSSI=127 issue

25 Jul 08:11
Compare
Choose a tag to compare

When CoreBluetooth reports RSSI=127 it means it's N/A.

Report distance=inf when this is the case.

Fix TX power calculation for Eddystone

25 Jul 06:31
Compare
Choose a tag to compare

Apparently, Eddystone beacons report TX power value at 0m and not at 1m like other types.

This update fixes the issue.