Commit a1a0d84c authored by Fabio Pelosin's avatar Fabio Pelosin

[Generator::Xcconfig] Properly handle the inherited key.

See #653
parent 023e22d4
...@@ -146,7 +146,7 @@ module Pod ...@@ -146,7 +146,7 @@ module Pod
# @todo Inheritance should be properly handled in Xcconfigs. # @todo Inheritance should be properly handled in Xcconfigs.
# #
DEVELOPER_FRAMEWORKS_SEARCH_PATHS = [ DEVELOPER_FRAMEWORKS_SEARCH_PATHS = [
'$(inherited)', '"$(inherited)"',
'"$(SDKROOT)/Developer/Library/Frameworks"', '"$(SDKROOT)/Developer/Library/Frameworks"',
'"$(DEVELOPER_LIBRARY_DIR)/Frameworks"' '"$(DEVELOPER_LIBRARY_DIR)/Frameworks"'
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment