From f89f1da947c38a2fd9b6af173e5f72e03b190805 Mon Sep 17 00:00:00 2001 From: mplorentz Date: Fri, 13 Mar 2026 10:29:40 -0400 Subject: [PATCH] Fix build on ios --- capacitor.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/capacitor.config.ts b/capacitor.config.ts index 460d5749..79d2e75b 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -4,6 +4,9 @@ const config: CapacitorConfig = { appId: "social.flotilla", appName: "Flotilla", webDir: "build", + ios: { + scheme: "Flotilla Chat", + }, android: { adjustMarginsForEdgeToEdge: true, },