|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Adding EMFramework to your project
==================
### Library dependencies
1) libEMFramework.a
2) CoreBluetooth.framework
==================
### Add the headers to your project
All headers found in the `EmmocoMobileFramework/Headers` folder should be included.
==================
### Add Schemas to your project
Add the system.json file from the Assets/ directory into your application bundle.
|