Commit 85475bc0 authored by Luke Redpath's avatar Luke Redpath

Pass the file object, not the path.

parent 6419aec5
......@@ -78,7 +78,7 @@ module Pod
xcconfig_file = support_files_group.file_with_path(xcconfig_filename)
configure_build_configurations(xcconfig_filename)
configure_build_configurations(xcconfig_file)
create_files(pods, sandbox)
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