Skip to content

Added stop command, more @objc annotations, fixed access control

Compare
Choose a tag to compare
@dshalaby dshalaby released this 10 Apr 01:17
· 18 commits to master since this release

Summary

This release updates the Cocoapod with the StopCommand so that NFC tag scanning can be stopped from the application. More annotations for Objective C projects were added and some more classes were made pubic.

Changes, improvements, and bug fixes:

  • Added StopCommand to BasicNFC-CommandFamily
  • Added @objc annotations to public override constructors for WriteTextNDEFCommand
  • Added @objc annotation to class declaration of NDEFFoundResponse and its public override constructor
  • Made TappyBleCommunicator public as well as added @objc annotation to its setStatusListener method
  • Added @objc annotation to TappyBleDeviceDefinition
  • Added @objc annotation to statusListener property of TappyBleScanner
  • Added @objc annotations to TappySerialCommunicator protocol