[KT-53340] Cocoapods: delete deprecated frameworkName property.
This commit is contained in:
committed by
Space
parent
02e192c08a
commit
c37017641a
-12
@@ -110,18 +110,6 @@ abstract class CocoapodsExtension @Inject constructor(private val project: Proje
|
|||||||
|
|
||||||
val watchos: PodspecPlatformSettings = PodspecPlatformSettings("watchos")
|
val watchos: PodspecPlatformSettings = PodspecPlatformSettings("watchos")
|
||||||
|
|
||||||
/**
|
|
||||||
* Configure framework name of the pod built from this project.
|
|
||||||
*/
|
|
||||||
@Deprecated("Use 'baseName' property within framework{} block to configure framework name")
|
|
||||||
var frameworkName: String
|
|
||||||
get() = podFrameworkName.get()
|
|
||||||
set(value) {
|
|
||||||
configureRegisteredFrameworks {
|
|
||||||
baseName = value
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private val anyPodFramework = project.provider {
|
private val anyPodFramework = project.provider {
|
||||||
val anyTarget = project.multiplatformExtension.supportedTargets().first()
|
val anyTarget = project.multiplatformExtension.supportedTargets().first()
|
||||||
val anyFramework = anyTarget.binaries
|
val anyFramework = anyTarget.binaries
|
||||||
|
|||||||
Reference in New Issue
Block a user