From 75962f7719ff21e02385a5beed28bf46ea47ff5d Mon Sep 17 00:00:00 2001 From: Beto <43630417+betomoedano@users.noreply.github.com> Date: Sun, 11 Jan 2026 03:14:35 -0600 Subject: [PATCH] fix: update iOS app configuration to disable tablet support (#26705) Co-authored-by: Dhairyashil Shinde <93669429+dhairyashiil@users.noreply.github.com> --- companion/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/companion/app.json b/companion/app.json index 86e0788567..b29aff7f0d 100644 --- a/companion/app.json +++ b/companion/app.json @@ -14,7 +14,7 @@ "backgroundColor": "#ffffff" }, "ios": { - "supportsTablet": true, + "supportsTablet": false, "deploymentTarget": "18.0", "bundleIdentifier": "com.cal.companion", "infoPlist": {