Commit c5febd8a authored by Samuel Giddins's avatar Samuel Giddins

[TargetInstaller] Ensure installed targets still have unique paths

parent dfd3ed6c
...@@ -45,7 +45,6 @@ module Pod ...@@ -45,7 +45,6 @@ module Pod
product_name = target.product_name product_name = target.product_name
product = @native_target.product_reference product = @native_target.product_reference
product.name = product_name product.name = product_name
product.path = product_name
target.user_build_configurations.each do |bc_name, type| target.user_build_configurations.each do |bc_name, type|
@native_target.add_build_configuration(bc_name, type) @native_target.add_build_configuration(bc_name, type)
......
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