/*****************************************************************************/
/*                                                                           */
/*                 --- CAEN RFID S.r.l. - SW/FW Dept. ---                    */
/*                                                                           */
/*                     CAEN RFID APPLE API Instruction                       */
/*                                                                           */
/*****************************************************************************/
 

  Description
  -----------

  This document describes the structure of the CAEN RFID Apple API distribution
  package, and the basic integration with XCode application project.
  ---
  
  NOTE: For future XCode application project, the developer should avoid the use 
  of the old E2R_IOS framework directly, instead he/she should base them on new 
  RFIDLibrary one.
  
  This distribution package is composed of the following:
  
   - RFIDLibrary.doccarchive (7Zip compressed folder): the Apple documentation 
     of RFIDLibrary API.
   - MacOSX: the E2R_IOS and RFIDLibrary API frameworks compiled for Mac
     devices.
   - iOS: the E2R_IOS and RFIDLibrary API frameworks compiled for iPad and 
     iPhone devices. Both frameworks come as XCFramework to let the developer
     free to launch app based on, inside iOS simulator too.


  How to integrate the framework.
  ------------
  
  Once your project is open, go to the project properties in "Project Navigator" 
  window tool on left panel, select the application target in "Targets" section
  and go to "General" tab.
  Then in the "Frameworks, Libraries and Embedded Content" section add the
  RFIDLibrary framework and the E2R_IOS framework.
  
  At this point use the "import RFIDLibrary" directive wherever your code requires
  it.
  
  Remember that for iOS it might be necessary to add extra info.plist key to use 
  connection such as Bluetooth or BLE. See documentation in CAENRFIDReader/connect 
  function to get further info or contact support@caenrfid.com.
  
  
  