element-ios/project.yml
Andy Uhnak 8b08aacae6 Add CommonKit and Activity
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com>
2022-02-15 13:41:36 +00:00

45 lines
1 KiB
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
- 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