also include example modules path
This commit is contained in:
parent
564181a887
commit
806ae5c890
|
@ -800,8 +800,9 @@
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
/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)/tests/ReactTests/node_modules/react-native/React/",
|
|
||||||
"$(SRCROOT)/vendor",
|
"$(SRCROOT)/vendor",
|
||||||
|
"$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/",
|
||||||
|
"$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/",
|
||||||
);
|
);
|
||||||
INFOPLIST_FILE = src/ios/Info.plist;
|
INFOPLIST_FILE = src/ios/Info.plist;
|
||||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
||||||
|
@ -840,8 +841,9 @@
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
/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)/tests/ReactTests/node_modules/react-native/React/",
|
|
||||||
"$(SRCROOT)/vendor",
|
"$(SRCROOT)/vendor",
|
||||||
|
"$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/",
|
||||||
|
"$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/",
|
||||||
);
|
);
|
||||||
INFOPLIST_FILE = src/ios/Info.plist;
|
INFOPLIST_FILE = src/ios/Info.plist;
|
||||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
||||||
|
@ -877,8 +879,9 @@
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
/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)/tests/ReactTests/node_modules/react-native/React/",
|
|
||||||
"$(SRCROOT)/vendor",
|
"$(SRCROOT)/vendor",
|
||||||
|
"$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/",
|
||||||
|
"$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/",
|
||||||
);
|
);
|
||||||
INFOPLIST_FILE = src/ios/Info.plist;
|
INFOPLIST_FILE = src/ios/Info.plist;
|
||||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
||||||
|
|
Loading…
Reference in New Issue