Commit cddcbad9 authored by Joshua Weinberg's avatar Joshua Weinberg Committed by Eloy Duran

Fixing typo in user search paths

parent 212c7e29
...@@ -55,7 +55,7 @@ module Pod ...@@ -55,7 +55,7 @@ module Pod
end end
build_specification_sets.each do |set| build_specification_sets.each do |set|
xcconfig << set.specification.xcconfig xcconfig << set.specification.xcconfig
xcconfig << {'USER_HEADER_SEARCH_PATHS' => "\"$(BUILT_PRODCUTS_DIR)/Pods/#{set.specification.name}\""} xcconfig << {'USER_HEADER_SEARCH_PATHS' => "\"$(BUILT_PRODUCTS_DIR)/Pods/#{set.specification.name}\""}
end end
end end
......
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