mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
42 lines
985 B
YAML
42 lines
985 B
YAML
![]() |
name: ElementX
|
||
|
|
||
|
targets:
|
||
|
ElementX:
|
||
|
type: application
|
||
|
platform: iOS
|
||
|
|
||
|
info:
|
||
|
path: ../SupportingFiles/Info.plist
|
||
|
properties:
|
||
|
UILaunchStoryboardName: LaunchScreen
|
||
|
|
||
|
settings:
|
||
|
base:
|
||
|
SUPPORTS_MACCATALYST: YES
|
||
|
PRODUCT_NAME: ElementX
|
||
|
PRODUCT_BUNDLE_IDENTIFIER: io.element.elementx
|
||
|
DEVELOPMENT_TEAM: 7J4U792NQT
|
||
|
MARKETING_VERSION: 1.0.0
|
||
|
CURRENT_PROJECT_VERSION: 1.0.0
|
||
|
CODE_SIGN_ENTITLEMENTS: ElementX/SupportingFiles/ElementX.entitlements
|
||
|
SWIFT_OBJC_BRIDGING_HEADER: ElementX/SupportingFiles/ElementX-Bridging-Header.h
|
||
|
|
||
|
scheme:
|
||
|
testTargets:
|
||
|
- UnitTests
|
||
|
- UITests
|
||
|
|
||
|
dependencies:
|
||
|
- package: MatrixRustSDK
|
||
|
- package: DTCoreText
|
||
|
- package: KeychainAccess
|
||
|
- package: Kingfisher
|
||
|
- package: Introspect
|
||
|
- package: SwiftyBeaver
|
||
|
|
||
|
sources:
|
||
|
- path: ../Sources
|
||
|
excludes:
|
||
|
- Screens/Templates
|
||
|
- path: ../SupportingFiles
|