initial commit

This commit is contained in:
Filip
2026-03-11 16:06:00 +01:00
parent b3c69053f6
commit 5fd80e6dd6
127 changed files with 39684 additions and 0 deletions

33
ios_client/project.yml Normal file
View File

@@ -0,0 +1,33 @@
name: EncryptedChat
options:
bundleIdPrefix: com.encryptedchat
deploymentTarget:
iOS: "16.0"
xcodeVersion: "15.0"
generateEmptyDirectories: true
settings:
base:
SWIFT_VERSION: "5.9"
IPHONEOS_DEPLOYMENT_TARGET: "16.0"
ENABLE_PREVIEWS: "YES"
targets:
EncryptedChat:
type: application
platform: iOS
sources:
- path: EncryptedChat
settings:
base:
GENERATE_INFOPLIST_FILE: "YES"
PRODUCT_BUNDLE_IDENTIFIER: com.encryptedchat.app
INFOPLIST_KEY_UIApplicationSceneManifest_Generation: "YES"
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents: "YES"
INFOPLIST_KEY_UILaunchScreen_Generation: "YES"
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone: "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"
INFOPLIST_KEY_NSPhotoLibraryUsageDescription: "Select photos to share in chat"
INFOPLIST_KEY_NSCameraUsageDescription: "Take photos to share in chat"
INFOPLIST_KEY_CFBundleDisplayName: "Encrypted Chat"
INFOPLIST_KEY_LSApplicationCategoryType: "public.app-category.social-networking"
CODE_SIGN_STYLE: Automatic