Build with CocoaPods plugin fails if CONFIGRATION contains spaces

#KT-48771

Merge-request: KT-MR-4724
This commit is contained in:
Viacheslav Kormushkin
2021-10-11 12:03:51 +00:00
committed by Space
parent 0bd4dbc0c1
commit 57ce178bb3
2 changed files with 3 additions and 3 deletions
@@ -1492,7 +1492,7 @@ class CocoaPodsIT : BaseGradleIT() {
"${'$'}REPO_ROOT/../gradlew" -p "${'$'}REPO_ROOT" ${'$'}KOTLIN_PROJECT_PATH:syncFramework \
-Pkotlin.native.cocoapods.platform=${'$'}PLATFORM_NAME \
-Pkotlin.native.cocoapods.archs="${'$'}ARCHS" \
-Pkotlin.native.cocoapods.configuration=${'$'}CONFIGURATION
-Pkotlin.native.cocoapods.configuration="${'$'}CONFIGURATION"
SCRIPT
}
]
@@ -1529,7 +1529,7 @@ class CocoaPodsIT : BaseGradleIT() {
"${'$'}REPO_ROOT/../gradlew" -p "${'$'}REPO_ROOT" ${'$'}KOTLIN_PROJECT_PATH:syncFramework \
-Pkotlin.native.cocoapods.platform=${'$'}PLATFORM_NAME \
-Pkotlin.native.cocoapods.archs="${'$'}ARCHS" \
-Pkotlin.native.cocoapods.configuration=${'$'}CONFIGURATION
-Pkotlin.native.cocoapods.configuration="${'$'}CONFIGURATION"
SCRIPT
}
]