fix iOS app zoom/compat mode issue (issue #236) (#327)

Co-authored-by: kevin <kevin@none>
This commit is contained in:
kevin
2025-07-27 08:01:59 +02:00
committed by GitHub
co-authored by kevin
parent 34b2b1eee0
commit e282d077a3
+10
View File
@@ -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