Updated the header search path to support manual installation of SVProgressHUD.

This commit is contained in:
Pranay
2017-07-28 14:06:14 -07:00
parent 88b5a62441
commit 5e0feb7d7d
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
compile project(':react-native-progress-display')
```
#### iOS Dependency Installation:
### iOS Dependency Installation:
***Important: This package depends on SVProgressHUD library. Please make sure you also install SVProgressHUD***
1. Go to <https://github.com/SVProgressHUD/SVProgressHUD>
2. Follow the installation instructions and install before trying to run your project with the react-native-progress-display package installed.

View File

@@ -224,7 +224,7 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../../React/**",
"$(SRCROOT)/../../react-native/React/**",
"$(SRCROOT)/../../../ios/Pods/SVProgressHUD/**",
"$(SRCROOT)/../../../ios/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
@@ -241,7 +241,7 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../../React/**",
"$(SRCROOT)/../../react-native/React/**",
"$(SRCROOT)/../../../ios/Pods/SVProgressHUD/**",
"$(SRCROOT)/../../../ios/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";