search path fix
This commit is contained in:
parent
806ae5c890
commit
bc0c7dae7f
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue