Skip to content

Releases: Estimote/iOS-Proximity-SDK

v1.8.0 - xcframeworks

25 Jan 14:14
Compare
Choose a tag to compare
v1.8.0 - updated to use xcframeworks

v1.7.1

18 Mar 02:45
Compare
Choose a tag to compare

Fixed:

Rebuilt with latest Xcode (13.3) to support Swift 5.6

1.7.0

29 Apr 11:15
Compare
Choose a tag to compare

Changed:

  • ProximityObserver will not return error if devices assigned to provided tags don't have attachments (previously it was treated as an error).

Built with Swift 5.2.2 toolchain.

Swift 5.2 & EBS 1.0.8

07 Apr 08:54
Compare
Choose a tag to compare

Fixed:

  • Rebuilt with newest Xcode to support Swift 5.2

Changed:

v1.6.0

21 Jan 12:58
Compare
Choose a tag to compare

Fixed:

  • Rebuilt with newest Xcode to support Swift 5.1.2

1.5.0

19 Sep 12:39
Compare
Choose a tag to compare

Changed:

  • Updated to Swift 5.1 (Xcode 11). If you're still on an earlier version of Swift or Xcode, use 1.4.1.
  • We now include .swiftinterface files (new in Swift 5.1) with our framework, which gives it module stability. Together with the ABI stability introduced in Swift 5.0, this means that you should now be able to use Estimote Proximity SDK >= 1.5.0 with Swift > 5.1 without us having to update the binary.
  • For CocoaPods users, bumped the minimum required version of the EstimoteBluetoothScanning dependency to 1.0.6, which fixes iOS 13 compatibility issues. If you're not using CocoaPods, you'll need to manually update your EstimoteBluetoothScanning.framework!

1.5.0-beta1

05 Sep 11:09
Compare
Choose a tag to compare
1.5.0-beta1 Pre-release
Pre-release

This version is marked as beta because it was built with Xcode 11 beta 7. We don't anticipate any stability problems, but decided to wait with the final 1.5.0 release until Xcode 11 also releases as stable.

Changed:

  • Updated to Swift 5.1 (Xcode 11). If you're still on an earlier version of Swift or Xcode, use 1.4.1.
  • We now include .swiftinterface files (new in Swift 5.1) with our framework, which gives it module stability. Together with the ABI stability introduced in Swift 5.0, this means that you should now be able to use Estimote Proximity SDK >= 1.5.0 with Swift > 5.1 without us having to update the binary.

1.4.1

01 Jul 08:32
Compare
Choose a tag to compare

Fixed:

  • Fixed telemetry reporting.

1.4.0

26 Apr 09:25
Compare
Choose a tag to compare

Changed:

  • Now ProximityObserver will return error (and thus will fail) if all tags have no devices assigned. If any tag will have at least one device assigned, then monitoring will be started.

1.3.1

27 Mar 09:24
Compare
Choose a tag to compare

Fixed:

  • Fixed missing i386 and x86_64 .swiftmodule. Projects which include EstimoteProximitySDK should now build in a simulator.