Commit ceb00de0 authored by Danielle Tomlinson's avatar Danielle Tomlinson Committed by Samuel Giddins

That rebase went badly

parent d40eef53
...@@ -40,10 +40,13 @@ module Pod ...@@ -40,10 +40,13 @@ module Pod
end end
end end
if target.requires_frameworks? if target.requires_frameworks?
unless target.static_framework?
create_info_plist_file
end
create_build_phase_to_symlink_header_folders
if target.static_framework? if target.static_framework?
create_build_phase_to_move_static_framework_archive create_build_phase_to_move_static_framework_archive
end end
create_build_phase_to_symlink_header_folders
else else
add_copy_module_map_build_phase add_copy_module_map_build_phase
add_copy_umbrella_header_build_phase add_copy_umbrella_header_build_phase
......
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