Browse Source

Allow the default window to go fullscreen (#2458)

This is an odd behaviour, but I couldn't find any other solution. If `UILaunchStoryboardName` is present, `UIScreen.mainScreen.bounds` will have proper size instead of a smaller window.
[Reference](https://stackoverflow.com/a/56950026)
pull/2500/head
Parthasarathy 2 years ago committed by GitHub
parent
commit
612fab6099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/uikit/internal/configureTaskToGenerateXcodeProject.kt

2
gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/uikit/internal/configureTaskToGenerateXcodeProject.kt

@ -42,6 +42,8 @@ internal fun Project.configureTaskToGenerateXcodeProject(
deploymentTarget: "12.0"
info:
path: plists/Ios/Info.plist
properties:
UILaunchStoryboardName: $projectName
settings:
LIBRARY_SEARCH_PATHS: "$(inherited)"
ENABLE_BITCODE: "YES"

Loading…
Cancel
Save