mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-22 19:28:32 +00:00
Don't use SYMROOT and BUILT_PRODUCTS_DIR in HEADER_SEARCH_PATHS.
These are not necesary and can lead to less deterministic builds.
This commit is contained in:
parent
8609a4d7c0
commit
6c6526e4e7
@ -372,8 +372,6 @@
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"${SYMROOT}",
|
||||
"$(BUILT_PRODUCTS_DIR)",
|
||||
"$(SRCROOT)/../../react-native/React/**",
|
||||
"$(SRCROOT)/../../react-native/Libraries/Image",
|
||||
"$(SRCROOT)/../../../ios/Pods/Headers/Public/**",
|
||||
@ -391,8 +389,6 @@
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"${SYMROOT}",
|
||||
"$(BUILT_PRODUCTS_DIR)",
|
||||
"$(SRCROOT)/../../react-native/React/**",
|
||||
"$(SRCROOT)/../../react-native/Libraries/Image",
|
||||
"$(SRCROOT)/../../../ios/Pods/Headers/Public/**",
|
||||
|
Loading…
x
Reference in New Issue
Block a user