mirror of
https://github.com/zhigang1992/react-native-progress-display.git
synced 2026-01-12 22:50:39 +08:00
Updated the header search path to support manual installation of SVProgressHUD.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user