element-ios/project.yml

35 lines
718 B
YAML
Raw Normal View History

name: Riot
2020-12-06 21:37:52 +00:00
attributes:
ORGANIZATIONNAME: matrix.org
2020-12-06 21:37:52 +00:00
configs:
Debug: debug
Release: release
2020-12-20 22:03:20 +00:00
fileGroups:
- README.md
2021-08-09 15:22:54 +00:00
- CHANGES.md
2020-12-20 22:03:20 +00:00
- AUTHORS.rst
- Podfile
2021-02-16 10:29:45 +00:00
- project.yml
configFiles:
Debug: Config/Project-Debug.xcconfig
Release: Config/Project-Release.xcconfig
2020-12-06 21:37:52 +00:00
options:
defaultConfig: Release
groupSortPosition: bottom
transitivelyLinkDependencies: false
createIntermediateGroups: true
2021-01-05 22:45:18 +00:00
useBaseInternationalization: true
postGenCommand: sh Tools/XcodeGen/postGenCommand.sh
2020-12-06 21:37:52 +00:00
include:
- path: Riot/target.yml
- path: RiotTests/target.yml
- path: RiotShareExtension/target.yml
- path: SiriIntents/target.yml
2021-04-30 12:48:56 +00:00
- path: RiotNSE/target.yml
- path: DesignKit/target.yml