mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 17:45:19 +00:00
Co-authored-by: kevin <kevin@none>
This commit is contained in:
+10
@@ -42,6 +42,8 @@ targets:
|
|||||||
CFBundleURLTypes:
|
CFBundleURLTypes:
|
||||||
- CFBundleURLSchemes:
|
- CFBundleURLSchemes:
|
||||||
- bitchat
|
- bitchat
|
||||||
|
# xcodegen quirk: include some macOS properties in iOS target
|
||||||
|
LSMinimumSystemVersion: $(MACOSX_DEPLOYMENT_TARGET)
|
||||||
settings:
|
settings:
|
||||||
PRODUCT_BUNDLE_IDENTIFIER: chat.bitchat
|
PRODUCT_BUNDLE_IDENTIFIER: chat.bitchat
|
||||||
PRODUCT_NAME: bitchat
|
PRODUCT_NAME: bitchat
|
||||||
@@ -80,6 +82,14 @@ targets:
|
|||||||
CFBundleURLTypes:
|
CFBundleURLTypes:
|
||||||
- CFBundleURLSchemes:
|
- CFBundleURLSchemes:
|
||||||
- bitchat
|
- bitchat
|
||||||
|
# xcodegen quirk: include some iOS properties in macOS target
|
||||||
|
UIBackgroundModes:
|
||||||
|
- bluetooth-central
|
||||||
|
- bluetooth-peripheral
|
||||||
|
UILaunchStoryboardName: LaunchScreen
|
||||||
|
UISupportedInterfaceOrientations:
|
||||||
|
- UIInterfaceOrientationPortrait
|
||||||
|
UIRequiresFullScreen: true
|
||||||
settings:
|
settings:
|
||||||
PRODUCT_BUNDLE_IDENTIFIER: chat.bitchat
|
PRODUCT_BUNDLE_IDENTIFIER: chat.bitchat
|
||||||
PRODUCT_NAME: bitchat
|
PRODUCT_NAME: bitchat
|
||||||
|
|||||||
Reference in New Issue
Block a user