Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
related to #6.
  • Loading branch information
jhen0409 committed Mar 16, 2016
1 parent 999efcb commit bfbbfe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ In XCode, in the project navigator:

* Right click `Libraries``Add Files to [your project's name]`, Add `node_modules/react-native-s3/ios/RNS3.xcodeproj`.
* Add `libRNS3.a` to your project's `Build Phases``Link Binary With Libraries`
* Add `$(SRCROOT)/../node_modules/react-native-s3/ios` to `Header Search Paths`, and mark it as `recursive`.
* Add `$(SRCROOT)/../node_modules/react-native-s3/ios/Frameworks` to your project's `Build Settings``Framework Search Paths`
* Add `node_modules/react-native-s3/ios/Frameworks/*.framework`, `libsqlite3.tbd`, `libz.tbd` to your project's `Build Phases``Link Binary With Libraries`
* Edit `AppDelegate.m` of your project
Expand Down

0 comments on commit bfbbfe3

Please sign in to comment.