Commit 0f3eb52b authored by Samuel E. Giddins's avatar Samuel E. Giddins

Merge pull request #4538 from CocoaPods/seg-target-installer-uniq-paths

[TargetInstaller] Ensure installed targets still have unique paths
parents dfd3ed6c d6ce24ad
......@@ -141,6 +141,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[Boris Bügling](https://github.com/neonichu)
[#3777](https://github.com/CocoaPods/CocoaPods/issues/3777)
* Avoid the duplicate UUID warning when a Pod is installed for multiple
platforms.
[Samuel Giddins](https://github.com/segiddins)
[#4521](https://github.com/CocoaPods/CocoaPods/issues/4521)
## 0.39.0 (2015-10-09)
......
......@@ -45,7 +45,6 @@ module Pod
product_name = target.product_name
product = @native_target.product_reference
product.name = product_name
product.path = product_name
target.user_build_configurations.each do |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