From 838c67be3cb363f9e210d86a93de3765e7819e44 Mon Sep 17 00:00:00 2001 From: Birloi Florian Date: Tue, 19 Dec 2023 16:03:25 +0200 Subject: [PATCH] chore: update tablet support and build number on ios --- mobile/app.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/app.config.ts b/mobile/app.config.ts index 3847435e..2c0991f3 100644 --- a/mobile/app.config.ts +++ b/mobile/app.config.ts @@ -18,8 +18,8 @@ const expoConfig: ExpoConfig = { }, assetBundlePatterns: ['**/*'], ios: { - buildNumber: '4', - supportsTablet: true, + buildNumber: '5', + supportsTablet: false, bundleIdentifier: 'org.commitglobal.vic', entitlements: { 'com.apple.developer.applesignin': ['Default'],