ankushg
10/26/2021, 9:06 PMspec.name
that the cocoapods plugin generates?
We use an umbrella module with a name like xcode-umbrella
but... that's not the name we want for our actual cocoapod.
Setting framework.baseName
works for the final .framework
and the value for what's included in the Podspec, but doesn't impact the spec.name
or actual *.podspec
filenamerusshwolf
10/26/2021, 9:30 PMnoPodspec()
in your cocoapods
block so it doesn't get overwritten.ankushg
10/27/2021, 7:03 PMrusshwolf
10/27/2021, 8:17 PM