Commit 8c98adf3 authored by Samuel Giddins's avatar Samuel Giddins

[PodTargetInstaller] Fix creation of info.plist files

parent b61282ce
...@@ -41,7 +41,7 @@ module Pod ...@@ -41,7 +41,7 @@ module Pod
end end
if target.requires_frameworks? if target.requires_frameworks?
unless target.static_framework? unless target.static_framework?
create_info_plist_file create_info_plist_file(target.info_plist_path, native_target, target.version, target.platform)
end end
create_build_phase_to_symlink_header_folders create_build_phase_to_symlink_header_folders
if target.static_framework? if target.static_framework?
......
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