search path fix

This commit is contained in:
Ari Lazier 2015-11-30 12:58:23 -08:00
parent 806ae5c890
commit bc0c7dae7f
1 changed files with 6 additions and 6 deletions

View File

@ -801,8 +801,8 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/tests/react-test-app/node_modules/react-native/React/Base", "$(SRCROOT)/tests/react-test-app/node_modules/react-native/React/Base",
"$(SRCROOT)/vendor", "$(SRCROOT)/vendor",
"$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/", "$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/Base",
"$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/", "$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/Base",
); );
INFOPLIST_FILE = src/ios/Info.plist; INFOPLIST_FILE = src/ios/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@ -842,8 +842,8 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/tests/react-test-app/node_modules/react-native/React/Base", "$(SRCROOT)/tests/react-test-app/node_modules/react-native/React/Base",
"$(SRCROOT)/vendor", "$(SRCROOT)/vendor",
"$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/", "$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/Base",
"$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/", "$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/Base",
); );
INFOPLIST_FILE = src/ios/Info.plist; INFOPLIST_FILE = src/ios/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@ -880,8 +880,8 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/tests/react-test-app/node_modules/react-native/React/Base", "$(SRCROOT)/tests/react-test-app/node_modules/react-native/React/Base",
"$(SRCROOT)/vendor", "$(SRCROOT)/vendor",
"$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/", "$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/Base",
"$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/", "$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/Base",
); );
INFOPLIST_FILE = src/ios/Info.plist; INFOPLIST_FILE = src/ios/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";