Update project configuration and generate Xcode project

- Removed test targets from project.yml (causing dependency issues)
- Generated fresh Xcode project with xcodegen
- Project now includes proper Assets.xcassets configuration
- Ready for App Store build and submission
This commit is contained in:
jack
2025-07-04 16:45:42 +02:00
parent 9ad3c3e0ba
commit f2031f3973
3 changed files with 11 additions and 47 deletions
+1 -12
View File
@@ -49,15 +49,4 @@ targets:
CODE_SIGNING_REQUIRED: YES
CODE_SIGNING_ALLOWED: YES
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS: YES
bitchatTests:
type: bundle.unit-test
platform: [iOS, macOS]
sources:
- bitchatTests
dependencies:
- target: bitchat
settings:
PRODUCT_BUNDLE_IDENTIFIER: com.bitchat.tests
SWIFT_VERSION: 5.0
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS: YES