mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
This reverts the following commits: ef5365ab240a1449e0490d2eb011dd69f594e27b 545b641e53a845b722f571b48ab408000048714b 702b7a696dd1a8319d6af907d4766a035cf30234 2398c1534dd1ca5b6329c888c50f55fb1b0ec23f
69 lines
2.0 KiB
YAML
69 lines
2.0 KiB
YAML
name: RiotSwiftUI
|
|
|
|
schemes:
|
|
RiotSwiftUI:
|
|
analyze:
|
|
config: Debug
|
|
archive:
|
|
config: Release
|
|
build:
|
|
targets:
|
|
RiotSwiftUI:
|
|
- running
|
|
- testing
|
|
- profiling
|
|
- analyzing
|
|
- archiving
|
|
profile:
|
|
config: Release
|
|
run:
|
|
config: Debug
|
|
disableMainThreadChecker: true
|
|
test:
|
|
config: Debug
|
|
disableMainThreadChecker: true
|
|
targets:
|
|
- RiotSwiftUnitTests
|
|
|
|
targets:
|
|
RiotSwiftUI:
|
|
type: application
|
|
platform: iOS
|
|
dependencies:
|
|
- target: DesignKit
|
|
- package: Mapbox
|
|
sources:
|
|
- path: .
|
|
excludes:
|
|
# Don't include service implementations and coordinator/bridges in target.
|
|
- "**/MatrixSDK/**"
|
|
- "**/Coordinator/**"
|
|
- "**/Test/**"
|
|
- path: ../Riot/Managers/AppInfo/
|
|
- path: ../Riot/Categories/Bundle.swift
|
|
- path: ../Riot/Generated/Strings.swift
|
|
- path: ../Riot/Generated/UntranslatedStrings.swift
|
|
- path: ../Riot/Generated/Images.swift
|
|
- path: ../Riot/Managers/Theme/
|
|
- path: ../Riot/Managers/Locale/LocaleProviderType.swift
|
|
- path: ../Config/BuildSettings.swift
|
|
- path: ../Riot/Modules/Room/TimelineCells/Styles/RoomTimelineStyleIdentifier.swift
|
|
- path: ../Riot/Categories/String.swift
|
|
- path: ../Riot/Categories/Character.swift
|
|
- path: ../Riot/Categories/UIColor.swift
|
|
- path: ../Riot/Categories/UISearchBar.swift
|
|
- path: ../Riot/Categories/UIView.swift
|
|
- path: ../Riot/Categories/UIApplication.swift
|
|
- path: ../Riot/Assets/en.lproj/Vector.strings
|
|
- path: ../Riot/Modules/Analytics/AnalyticsScreen.swift
|
|
- path: ../Riot/Modules/LocationSharing/LocationAuthorizationStatus.swift
|
|
- path: ../Riot/Assets/en.lproj/Untranslated.strings
|
|
buildPhase: resources
|
|
- path: ../Riot/Assets/Images.xcassets
|
|
buildPhase: resources
|
|
- path: ../Riot/Assets/SharedImages.xcassets
|
|
buildPhase: resources
|
|
configFiles:
|
|
Debug: Debug.xcconfig
|
|
Release: Release.xcconfig
|