Skip to content

Releases: aromajoin/aromashooter-sdk-ios

Version 2.0.0

Choose a tag to compare

@Kanghan1003 Kanghan1003 released this 16 Jul 07:05

Version 2.0.0

  • BREAKING: framework/module renamed AromaShooterControllerSwiftAromaShooterSwiftSDK (import AromaShooterSwiftSDK)
  • Ships AromaShooterSwiftSDK.xcframework (arm64 device + simulator)
  • Modernized API: shootSimple / shootWithIntensity, AromaChamber, internal/external booster; disconnect(aromaShooter:)
  • Minimum iOS 12.0, Swift 5

Migration: replace import AromaShooterControllerSwiftimport AromaShooterSwiftSDK and swap in the new xcframework.

Version 1.3.1

Choose a tag to compare

@quangctkm9207 quangctkm9207 released this 07 Jul 01:03
  • Compile SDK in XCode 12 beta (Swift 5.3)
  • Update the sample codes

There are two binary files (.framework), the first one can be used on both simulators and real devices.
The second one is only used on the real device but built with bitcode enabled.

Version 1.3.0

Choose a tag to compare

@quangctkm9207 quangctkm9207 released this 09 Oct 08:43
459e6ca
  • Update APIs for intensity control (AS2)
  • Refactor codes

Version 1.2.1

Choose a tag to compare

@quangctkm9207 quangctkm9207 released this 26 Aug 04:28
  • Update to Swift 5

Version 1.2.0

Choose a tag to compare

@quangctkm9207 quangctkm9207 released this 16 Nov 07:12
5cee3f8
  • Make connection part simple to use
  • Add 'stop-diffusing' API

Version 1.1.1

Choose a tag to compare

@quangctkm9207 quangctkm9207 released this 25 Sep 07:31
v1.1.1

Merge branch 'master' of github.com:aromajoin/controller-sdk-ios

Version 1.1.0

Choose a tag to compare

@quangctkm9207 quangctkm9207 released this 17 Nov 02:40
  • Update API to make it clear and consistent with other platforms.

Version 1.0.0

Choose a tag to compare

@quangctkm9207 quangctkm9207 released this 24 Feb 05:52
v1.0.0

Add sample app and framework file