From e282d077a3f65b208e247f589f1792ec25129345 Mon Sep 17 00:00:00 2001 From: kevin <1975987+kswzzl@users.noreply.github.com> Date: Sun, 27 Jul 2025 02:01:59 -0400 Subject: [PATCH] fix iOS app zoom/compat mode issue (issue #236) (#327) Co-authored-by: kevin --- project.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/project.yml b/project.yml index 2c3865f2..9daa76ee 100644 --- a/project.yml +++ b/project.yml @@ -42,6 +42,8 @@ targets: CFBundleURLTypes: - CFBundleURLSchemes: - bitchat + # xcodegen quirk: include some macOS properties in iOS target + LSMinimumSystemVersion: $(MACOSX_DEPLOYMENT_TARGET) settings: PRODUCT_BUNDLE_IDENTIFIER: chat.bitchat PRODUCT_NAME: bitchat @@ -80,6 +82,14 @@ targets: CFBundleURLTypes: - CFBundleURLSchemes: - bitchat + # xcodegen quirk: include some iOS properties in macOS target + UIBackgroundModes: + - bluetooth-central + - bluetooth-peripheral + UILaunchStoryboardName: LaunchScreen + UISupportedInterfaceOrientations: + - UIInterfaceOrientationPortrait + UIRequiresFullScreen: true settings: PRODUCT_BUNDLE_IDENTIFIER: chat.bitchat PRODUCT_NAME: bitchat