From 806ae5c89076596e03a494befefe7673a7416504 Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Mon, 30 Nov 2015 12:46:11 -0800 Subject: [PATCH] also include example modules path --- RealmJS.xcodeproj/project.pbxproj | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/RealmJS.xcodeproj/project.pbxproj b/RealmJS.xcodeproj/project.pbxproj index 6fcb64ef..511f797e 100644 --- a/RealmJS.xcodeproj/project.pbxproj +++ b/RealmJS.xcodeproj/project.pbxproj @@ -800,8 +800,9 @@ "$(inherited)", /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, "$(SRCROOT)/tests/react-test-app/node_modules/react-native/React/Base", - "$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/", "$(SRCROOT)/vendor", + "$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/", + "$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/", ); INFOPLIST_FILE = src/ios/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -840,8 +841,9 @@ "$(inherited)", /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, "$(SRCROOT)/tests/react-test-app/node_modules/react-native/React/Base", - "$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/", "$(SRCROOT)/vendor", + "$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/", + "$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/", ); INFOPLIST_FILE = src/ios/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -877,8 +879,9 @@ "$(inherited)", /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, "$(SRCROOT)/tests/react-test-app/node_modules/react-native/React/Base", - "$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/", "$(SRCROOT)/vendor", + "$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/", + "$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/", ); INFOPLIST_FILE = src/ios/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";