Fix build on ios

This commit is contained in:
mplorentz
2026-03-13 10:29:40 -04:00
parent a3f76b8b41
commit c6f11e63a2
+3
View File
@@ -4,6 +4,9 @@ const config: CapacitorConfig = {
appId: "social.flotilla",
appName: "Flotilla",
webDir: "build",
ios: {
scheme: "Flotilla Chat",
},
android: {
adjustMarginsForEdgeToEdge: true,
},