Skip to content

Commit 3892202

Browse files
committed
add bridging header info to README.md
1 parent e4640ad commit 3892202

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ beacons can be access from an array on the `scanner.trackedBeacons()` method.
1414
This list of detected beacons is updated internally as beacons come in, and the code provides no callbacks. You'll
1515
need to some way to run code periodically to read the list of detected beacons.
1616

17+
## Setup
18+
19+
1. Copy all the files in the beacon-tools folder into your project
20+
2. If using Swift, add at least the following to your PROJECTNAME-Bridging-Header.h file.
21+
22+
````
23+
#include "RNLBeaconScanner.h"
24+
#include "RNLURLBeaconCompressor.h"
25+
#include "RNLBeacon+Distance.h"
26+
````
27+
1728
## Example
1829

1930
```

0 commit comments

Comments
 (0)