Skip to content

Commit

Permalink
Update compose/ui/ui/src/uikitMain/kotlin/androidx/compose/ui/uikit/P…
Browse files Browse the repository at this point in the history
…listSanityCheck.uikit.kt

Co-authored-by: Igor Demin <[email protected]>
  • Loading branch information
elijah-semyonov and igordmn committed Jul 31, 2024
1 parent 30f5679 commit 1d9279e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 1d9279e

Please sign in to comment.