element-ios/project.yml
manuroe cb56854972 XCodegen: Make project.yml use Common.xcconfig
which will probably become the xcconfig for the project
2021-02-09 16:03:56 +01:00

32 lines
No EOL
699 B
YAML

name: Riot
attributes:
ORGANIZATIONNAME: matrix.org
configs:
Debug: debug
Release: release
fileGroups:
- README.md
- CHANGES.rst
- AUTHORS.rst
- Podfile
configFiles:
Debug: Config/Common-Debug.xcconfig
Release: Config/Common-Release.xcconfig
options:
defaultConfig: Release
groupSortPosition: bottom
transitivelyLinkDependencies: false
createIntermediateGroups: true
useBaseInternationalization: true
postGenCommand: sh Tools/XcodeGen/postGenCommand.sh
include:
- path: Targets/Application.yml
- path: Targets/ApplicationTests.yml
- path: Targets/ShareExtension.yml
- path: Targets/SiriIntents.yml
- path: Targets/NotificationServiceExtension.yml