mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-10 18:07:44 +02:00
09a0f6334c
# Conflicts: # Config/AppVersion.xcconfig # Config/BuildSettings.swift # DesignKit/Source/ColorsSwiftUI.swift # DesignKit/Source/FontsSwiftUI.swift # DesignKit/Source/ThemeV2.swift # DesignKit/Variants/Colors/Dark/DarkColors.swift # DesignKit/Variants/Colors/Light/LightColors.swift # Podfile.lock # Riot/Assets/de.lproj/InfoPlist.strings # Riot/Assets/de.lproj/Vector.strings # Riot/Assets/en.lproj/Vector.strings # Riot/Generated/Images.swift # Riot/Generated/Strings.swift # Riot/Managers/PushNotification/PushNotificationService.m # Riot/Managers/Settings/RiotSettings.swift # Riot/Modules/Common/Recents/DataSources/RecentsDataSource.h # Riot/Modules/Common/Recents/RecentsViewController.m # Riot/Modules/Communities/Home/GroupHomeViewController.m # Riot/Modules/Room/RoomViewController.m # Riot/Modules/SetPinCode/PinCodePreferences.swift # Riot/Modules/Settings/SettingsViewController.m # Riot/Modules/TabBar/MasterTabBarController.h # Riot/Modules/TabBar/MasterTabBarController.m # Riot/Modules/TabBar/TabBarCoordinator.swift # fastlane/Fastfile # project.yml
56 lines
1.3 KiB
YAML
56 lines
1.3 KiB
YAML
name: Riot
|
|
attributes:
|
|
ORGANIZATIONNAME: matrix.org
|
|
|
|
configs:
|
|
Debug: debug
|
|
Release: release
|
|
|
|
fileGroups:
|
|
- README.md
|
|
- CHANGES.md
|
|
- AUTHORS.rst
|
|
- Podfile
|
|
- project.yml
|
|
- changelog.d
|
|
|
|
configFiles:
|
|
Debug: Config/Project-Debug.xcconfig
|
|
Release: Config/Project-Release.xcconfig
|
|
|
|
options:
|
|
defaultConfig: Release
|
|
groupSortPosition: bottom
|
|
transitivelyLinkDependencies: false
|
|
createIntermediateGroups: true
|
|
useBaseInternationalization: true
|
|
postGenCommand: sh Tools/XcodeGen/postGenCommand.sh
|
|
|
|
include:
|
|
- path: Riot/target.yml
|
|
- path: Riot/target-messenger.yml
|
|
- path: Riot/target-bum-beta.yml
|
|
- path: RiotTests/target.yml
|
|
- path: RiotShareExtension/target.yml
|
|
- path: SiriIntents/target.yml
|
|
- path: RiotNSE/target.yml
|
|
- path: DesignKit/target.yml
|
|
- path: RiotSwiftUI/target.yml
|
|
- path: RiotSwiftUI/targetUnitTests.yml
|
|
- path: RiotSwiftUI/targetUITests.yml
|
|
- path: CommonKit/target.yml
|
|
- path: CommonKit/targetUnitTests.yml
|
|
|
|
packages:
|
|
Mapbox:
|
|
url: https://github.com/maplibre/maplibre-gl-native-distribution
|
|
minVersion: 5.12.2
|
|
maxVersion: 5.13.0
|
|
OrderedCollections:
|
|
url: https://github.com/apple/swift-collections
|
|
minVersion: 1.0.2
|
|
maxVersion: 2.0.0
|
|
SwiftOGG:
|
|
url: https://github.com/vector-im/swift-ogg
|
|
branch: main
|