Fix build on ios

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