Fix fat dSYM Info.plist copying
Issue #KT-31008 Fixed
This commit is contained in:
committed by
Ilya Matveev
parent
5825da8433
commit
7d2041ed82
+1
-1
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user