mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 14:25:58 +00:00
Include correct headers to fix build when RN is installed with cocoapods (#1390)
* Pods headers
This commit is contained in:
parent
99bfc7ef2c
commit
2b8caaa95d
@ -349,6 +349,7 @@
|
|||||||
"$(SRCROOT)/../../tests/react-test-app/node_modules/react-native/React/**",
|
"$(SRCROOT)/../../tests/react-test-app/node_modules/react-native/React/**",
|
||||||
"$(SRCROOT)/../../examples/ReactExample/node_modules/react-native/React/**",
|
"$(SRCROOT)/../../examples/ReactExample/node_modules/react-native/React/**",
|
||||||
"$(SRCROOT)/../../vendor",
|
"$(SRCROOT)/../../vendor",
|
||||||
|
"$(SRCROOT)/../../../../ios/Pods/Headers/Public/**"
|
||||||
);
|
);
|
||||||
OTHER_LIBTOOLFLAGS = "$(BUILT_PRODUCTS_DIR)/libGCDWebServers.a";
|
OTHER_LIBTOOLFLAGS = "$(BUILT_PRODUCTS_DIR)/libGCDWebServers.a";
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
@ -368,6 +369,7 @@
|
|||||||
"$(SRCROOT)/../../tests/react-test-app/node_modules/react-native/React/**",
|
"$(SRCROOT)/../../tests/react-test-app/node_modules/react-native/React/**",
|
||||||
"$(SRCROOT)/../../examples/ReactExample/node_modules/react-native/React/**",
|
"$(SRCROOT)/../../examples/ReactExample/node_modules/react-native/React/**",
|
||||||
"$(SRCROOT)/../../vendor",
|
"$(SRCROOT)/../../vendor",
|
||||||
|
"$(SRCROOT)/../../../../ios/Pods/Headers/Public/**"
|
||||||
);
|
);
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SKIP_INSTALL = YES;
|
SKIP_INSTALL = YES;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user