Commit 6736afe4 authored by Fabio Pelosin's avatar Fabio Pelosin

[TargetInstaller] Fixed spec.

parent a832d24b
......@@ -117,7 +117,7 @@ describe TargetInstaller = Pod::Installer::TargetInstaller do
xcconfig = config.sandbox.root + 'Pods.xcconfig'
xcconfig.read.should == <<-EOS.strip_heredoc.gsub(/\n$/, '')
ALWAYS_SEARCH_USER_PATHS = YES
OTHER_LDFLAGS = -ObjC -framework SystemConfiguration
OTHER_LDFLAGS = -ObjC
HEADER_SEARCH_PATHS = ${PODS_HEADERS_SEARCH_PATHS}
PODS_ROOT = ${SRCROOT}/Pods
PODS_BUILD_HEADERS_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders"
......
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