Files
bundesmessenger-ios/project.yml
JanNiklas Grabowski d07184c687 Merge commit 'ee6e5de4358a2c0a2705194cd954f9207ff772cf' into feature/5854_foss_merge
* commit 'ee6e5de4358a2c0a2705194cd954f9207ff772cf':
  finish version++
  version++
  Fix a bug where QR codes aren't detected if the camera is too close. (#7762)
  element-hq/element-meta/issues/2201 - Disable mark as unread - relates to element-hq/element-meta/issues/891 - relates to element-hq/element-ios/issues/7253
  Fix dictation when using the Rich Text Editor. (#7752)
  Prepare for new sprint
  finish version++
  version++
  changelog.d: Upgrade MatrixSDK version ([v0.27.6](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.27.6)).
  corrected translations
  Added translation using Weblate (Persian (Old))
  Translated using Weblate (Albanian)
  Translated using Weblate (Chinese (Simplified))
  Translated using Weblate (Chinese (Simplified))
  Translated using Weblate (Albanian)
  changelog
  fix
  Prepare for new sprint
  GH actions: remove triaging process and old GH projects

# Conflicts:
#	Config/AppVersion.xcconfig
#	Riot/Modules/ContextMenu/ActionProviders/RoomActionProvider.swift
2024-03-11 12:13:51 +01:00

77 lines
2.0 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: Riot/target-bum-open.yml
- path: Riot/target-bwi-mdm.yml
- path: RiotTests/target.yml
- path: RiotNSE/target.yml
- path: BroadcastUploadExtension/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
# Disabled due to crypto corruption issues.
# https://github.com/element-hq/element-ios/issues/7618
# - path: RiotShareExtension/target.yml
# - path: SiriIntents/target.yml
packages:
AnalyticsEvents:
url: https://github.com/matrix-org/matrix-analytics-events
exactVersion: 0.5.0
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/element-hq/swift-ogg
branch: 0.0.1
Lottie:
url: https://github.com/airbnb/lottie-ios.git
minVersion: 3.5.0
maxVersion: 3.5.0
WysiwygComposer:
url: https://github.com/matrix-org/matrix-wysiwyg-composer-swift
version: 2.29.0
DeviceKit:
url: https://github.com/devicekit/DeviceKit
majorVersion: 4.7.0
DTCoreText:
url: https://github.com/Cocoanetics/DTCoreText
version: 1.6.26