Commit 8526c942 authored by Tomohiro Kumagai's avatar Tomohiro Kumagai

Modify 'adds the framework build path to the xcconfig, with quotes, as framework…

Modify 'adds the framework build path to the xcconfig, with quotes, as framework search paths' test.
parent 9cd193a1
......@@ -144,7 +144,7 @@ module Pod
end
it 'adds the framework build path to the xcconfig, with quotes, as framework search paths' do
@xcconfig.to_hash['FRAMEWORK_SEARCH_PATHS'].should == '"$PODS_FRAMEWORK_BUILD_PATH"'
@xcconfig.to_hash['FRAMEWORK_SEARCH_PATHS'].should == '$(inherited) "$PODS_FRAMEWORK_BUILD_PATH"'
end
it 'adds the framework header paths to the xcconfig, with quotes, as local headers' do
......
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