Skip to content

Commit

Permalink
Add compliance config to iOS Info.plist (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
geoff-powell and github-actions[bot] authored Jan 18, 2024
1 parent 6355e93 commit 9de15a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public data class EditListScreen(override val params: Config) : Screen<EditListS

@Composable
public fun EditListScreen(viewModel: EditListViewModel, onEvent: (EditListViewEvent) -> Unit) {
val navigator = LocalNavigator.current!!
TopAppBarWithContent(
modifier = Modifier.fillMaxSize(),
title = viewModel.title,
Expand Down
2 changes: 2 additions & 0 deletions iosApp/iosApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down

0 comments on commit 9de15a2

Please sign in to comment.