Fix fat dSYM Info.plist copying

Issue #KT-31008 Fixed
This commit is contained in:
Nikolay Kasyanov
2019-04-14 11:42:44 +02:00
committed by Ilya Matveev
parent 5825da8433
commit 7d2041ed82
@@ -316,7 +316,7 @@ open class FatFrameworkTask: DefaultTask() {
// TODO: handle bundle id.
project.copy {
it.from(dsymInputs.values.first().infoPlist)
it.into(fatDsym.infoPlist)
it.into(fatDsym.infoPlist.parentFile)
}
}