Commit 550ab66d authored by Luke Redpath's avatar Luke Redpath

We don't add this header search path at this point anymore

parent 49792a30
...@@ -22,7 +22,6 @@ describe "Pod::Installer" do ...@@ -22,7 +22,6 @@ describe "Pod::Installer" do
end end
it "sets the header search paths where installed Pod headers can be found" do it "sets the header search paths where installed Pod headers can be found" do
@xcconfig['HEADER_SEARCH_PATHS'].should == '"$(PODS_ROOT)/Headers"'
@xcconfig['ALWAYS_SEARCH_USER_PATHS'].should == 'YES' @xcconfig['ALWAYS_SEARCH_USER_PATHS'].should == 'YES'
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