element-ios/RiotSwiftUI/target.yml
2021-09-08 15:32:41 +01:00

47 lines
1.1 KiB
YAML

name: RiotSwiftUI
schemes:
RiotSwiftUI:
analyze:
config: Debug
archive:
config: Release
build:
targets:
RiotSwiftUI:
- running
- profiling
- analyzing
- archiving
profile:
config: Release
run:
config: Debug
disableMainThreadChecker: true
targets:
RiotSwiftUI:
type: application
platform: iOS
dependencies:
- target: DesignKit
sources:
- path: .
excludes:
# Don't include service implementations and coordinator/bridges in target.
- "**/MatrixSDK/**"
- "**/Coordinator/**"
- "**/Test/**"
- path: ../Riot/Generated/Strings.swift
- path: ../Riot/Generated/Images.swift
- path: ../Riot/Managers/Theme/ThemeIdentifier.swift
- path: ../Riot/Managers/Locale/LocaleProviderType.swift
- path: ../Riot/Assets/en.lproj/Vector.strings
buildPhase: resources
- path: ../Riot/Assets/Images.xcassets
buildPhase: resources
- path: ../Riot/Assets/SharedImages.xcassets
buildPhase: resources
configFiles:
Debug: Debug.xcconfig
Release: Release.xcconfig