Files
bundesmessenger-ios/project.yml
JanNiklas Grabowski ccdbd400d2 Merge commit 'f6b85b8f9a0b4ce162616e79045fb015a21b27da' into feature/5004_basis_update_element
* commit 'f6b85b8f9a0b4ce162616e79045fb015a21b27da': (40 commits)
  finish version++
  version++
  changelog.d: Upgrade MatrixSDK version ([v0.27.1](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.27.1)).
  completed
  code improvement
  fix 7646
  opening the safari web view externally so that it will be able to share the cookies
  web view opened on tap + changelog
  added the cell, now I just need to implement the navigation to the web view
  completed
  Hide deactivate account if the auth property is present on the WK.
  Add changelogs
  Prevent mention crashes when room members are missing display names (objc interop)
  Prevent pill crashes when room members are missing display names (objc interop)
  Update introspect to the latest version, remove now duplicate `introspectCollectionView`
  Prepare for new sprint
  finish version++
  Add missing changelog entry.
  version++
  changelog.d: Upgrade MatrixSDK version ([v0.27.0](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.27.0)).
  ...

# Conflicts:
#	Config/AppVersion.xcconfig
#	Podfile
#	Riot.xcodeproj/xcshareddata/xcschemes/Riot.xcscheme
#	Riot/Modules/SecureBackup/Setup/SecureBackupSetupCoordinator.swift
#	Riot/Modules/Settings/SettingsViewController.m
#	Riot/target.yml
2023-08-29 17:00:19 +02:00

76 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: 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/vector-im/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/vector-im/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.2.2
DeviceKit:
url: https://github.com/devicekit/DeviceKit
majorVersion: 4.7.0
DTCoreText:
url: https://github.com/Cocoanetics/DTCoreText
version: 1.6.27