From 7b25bc82d169f4cc38fd0bd68fc2cf9d3c342833 Mon Sep 17 00:00:00 2001 From: Elijah Semyonov Date: Tue, 30 Jul 2024 13:33:39 +0200 Subject: [PATCH] Update compose/ui/ui/src/uikitMain/kotlin/androidx/compose/ui/uikit/PlistSanityCheck.uikit.kt Co-authored-by: Igor Demin --- .../kotlin/androidx/compose/ui/uikit/PlistSanityCheck.uikit.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/compose/ui/ui/src/uikitMain/kotlin/androidx/compose/ui/uikit/PlistSanityCheck.uikit.kt b/compose/ui/ui/src/uikitMain/kotlin/androidx/compose/ui/uikit/PlistSanityCheck.uikit.kt index 8b4336473b02c..6801fe1bd9db3 100644 --- a/compose/ui/ui/src/uikitMain/kotlin/androidx/compose/ui/uikit/PlistSanityCheck.uikit.kt +++ b/compose/ui/ui/src/uikitMain/kotlin/androidx/compose/ui/uikit/PlistSanityCheck.uikit.kt @@ -46,7 +46,6 @@ internal object PlistSanityCheck { If you don't have a separate plist file, add the entry to the target from within Xcode: Project -> Targets -> Info -> Custom iOS Target Properties. Or set `ComposeUIViewController(configure = { enforceStrictPlistSanityCheck = false }) { .. }`, if it's intended. """.trimIndent() - println(message) error(message) } }