Releases: aromajoin/aromashooter-sdk-ios
Releases · aromajoin/aromashooter-sdk-ios
Release list
Version 2.0.0
Version 2.0.0
- BREAKING: framework/module renamed
AromaShooterControllerSwift→AromaShooterSwiftSDK(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 AromaShooterControllerSwift → import AromaShooterSwiftSDK and swap in the new xcframework.
Version 1.3.1
- 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
- Update APIs for intensity control (AS2)
- Refactor codes
Version 1.2.1
Version 1.2.0
- Make connection part simple to use
- Add 'stop-diffusing' API
Version 1.1.1
v1.1.1 Merge branch 'master' of github.com:aromajoin/controller-sdk-ios
Version 1.1.0
- Update API to make it clear and consistent with other platforms.
Version 1.0.0
v1.0.0 Add sample app and framework file