Skip to content

Commit

Permalink
Remove HEADER_SEARCH_PATHS that search Frameworks in Xcode.app
Browse files Browse the repository at this point in the history
Summary: In D33581989 (facebook@020cae8) we see that we don't need to search for any PrivateFrameworks, since these are linked at runtime and we have copies of these headers where appropriate. This means that this entire search can be removed.

Reviewed By: jamescoggan

Differential Revision: D33582097

fbshipit-source-id: dea1fbdb7b72b68d3dcd595670b80493152f0879
  • Loading branch information
lawrencelomax authored and facebook-github-bot committed Jan 17, 2022
1 parent 4d069ce commit a5273d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Configuration/Shared.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ GCC_WARN_UNUSED_VARIABLE = YES

// Search Paths for Frameworks & Headers
ALWAYS_SEARCH_USER_PATHS = NO
FRAMEWORK_SEARCH_PATHS = $(inherited) $(DEVELOPER_LIBRARY_DIR)/PrivateFrameworks $(SDKROOT)/System/Library/PrivateFrameworks /Library/Developer/PrivateFrameworks
HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/PrivateHeaders

// SDK & OS Versions
Expand Down

0 comments on commit a5273d3

Please sign in to comment.