mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
35 lines
714 B
YAML
35 lines
714 B
YAML
name: Riot
|
|
attributes:
|
|
ORGANIZATIONNAME: matrix.org
|
|
|
|
configs:
|
|
Debug: debug
|
|
Release: release
|
|
|
|
fileGroups:
|
|
- README.md
|
|
- CHANGES.md
|
|
- AUTHORS.rst
|
|
- Podfile
|
|
- project.yml
|
|
|
|
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: RiotTests/target.yml
|
|
- path: RiotShareExtension/target.yml
|
|
- path: SiriIntents/target.yml
|
|
- path: RiotNSE/target.yml
|
|
- path: DesignKit/target.yml
|