Currently ATOM can be added into your project via:
In order to add ATOM into your project by using Cocoapods you need to add the following line into your Podfile
:
pod 'ATOM-Standalone', '3.5.0-beta.1'
-
Download a copy of ATOM, or clone its repository and make sure you checkout the latest tagged version.
-
Embed the
ATOM.xcframework
project in your own project. -
Add the
ATOM
target in the Target Dependencies section of the Build Phases tab of your application target. -
Add the
ATOM.xcframework
to the Embedded Binaries section of the General tab of your application target.
Currently ATOM is functioning only when HyBid is installed in your project as well. In this case you only need to install ATOM into your project with one of the above provided methods. There is no need to add any code into your project to make ATOM run. It will automatically initialized and run alongside with HyBid.
IMPORTANT
Both HyBid
and ATOM
has to be installed in the same way, via Cocoapods
or Drag & Drop
, to function as intended.