Skip to content

Commit 0af29a1

Browse files
author
onion
committed
fix: Fix IOS main file missing during packaging
1 parent fa46635 commit 0af29a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package org.onion.diffusion
2+
3+
import androidx.compose.ui.window.ComposeUIViewController
4+
5+
fun MainViewController() = ComposeUIViewController { App() }

0 commit comments

Comments
 (0)