From c37017641aa12148eee241ef93751b0347751cf2 Mon Sep 17 00:00:00 2001 From: "konstantin.tskhovrebov" Date: Tue, 2 Aug 2022 19:30:28 +0200 Subject: [PATCH] [KT-53340] Cocoapods: delete deprecated frameworkName property. --- .../targets/native/cocoapods/CocoapodsExtension.kt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native/cocoapods/CocoapodsExtension.kt b/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native/cocoapods/CocoapodsExtension.kt index 032c908b54d..71f5748b177 100644 --- a/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native/cocoapods/CocoapodsExtension.kt +++ b/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native/cocoapods/CocoapodsExtension.kt @@ -110,18 +110,6 @@ abstract class CocoapodsExtension @Inject constructor(private val project: Proje 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 { val anyTarget = project.multiplatformExtension.supportedTargets().first() val anyFramework = anyTarget.binaries