TESTFAIRY-1906: Fixed README

This commit is contained in:
Vijay Sharma 2016-01-12 16:42:31 -05:00
parent d3d95aa8e8
commit 62fef1a5ca

View File

@ -9,11 +9,11 @@ TestFairyBridge
3. Go to `node_modules``react-native-testfairy``ios` and add all files.
4. Add libTestFairy.a from the linked project to your project properties ➜ "Build Phases" ➜ "Link Binary With Libraries"
5. Next you will have to link a few more SDK framework/libraries which are required by TestFairy (if you do not already have them linked.) Under the same "Link Binary With Libraries", click the + and add the following:
1. CoreMedia.framework
2. CoreMotion.framework
3. AVFoundation.framework
4. SystemConfiguration.framework
5. OpenGLES.framework
*. CoreMedia.framework
*. CoreMotion.framework
*. AVFoundation.framework
*. SystemConfiguration.framework
*. OpenGLES.framework
## Usage
Once the native library has been added to your project, you can now enable session recording with TestFairy. You will need an iOS app token, which you can get from your [preferences](http://app.testfairy.com/settings/) page on your TestFairy account.