mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
* commit '56d9e1f6a55a93dc71149ae429eaa615a98de0d5': (79 commits) finish version++ version++ Translated using Weblate (Hungarian) Translated using Weblate (Italian) Translated using Weblate (Ukrainian) Translated using Weblate (Hungarian) Translated using Weblate (Slovak) Translated using Weblate (Swedish) Translated using Weblate (Indonesian) Translated using Weblate (Albanian) Translated using Weblate (Estonian) Translated using Weblate (Estonian) updated the submodule updated SDK Update the SDK. (#7819) Prepare for new sprint finish version++ version++ fix Changelog. ... # Conflicts: # Config/AppVersion.xcconfig # Podfile # Podfile.lock # Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved # Riot/Managers/Settings/RiotSettings.swift # Riot/Modules/Analytics/Analytics.swift # Riot/Modules/Analytics/DecryptionFailure.swift # Riot/Modules/Analytics/PHGPostHogConfiguration.swift # Riot/Modules/Room/RoomInfo/RoomInfoList/RoomInfoListViewAction.swift # Riot/Modules/Room/RoomInfo/RoomInfoList/RoomInfoListViewModel.swift # Riot/Modules/Room/Views/Title/Preview/PreviewRoomTitleView.m # Riot/Modules/Settings/SettingsViewController.m # Riot/Utils/EventFormatter.m # Riot/Utils/Tools.m # RiotNSE/target.yml # fastlane/Fastfile # project.yml
114 lines
4.2 KiB
YAML
114 lines
4.2 KiB
YAML
name: RiotNSE
|
|
|
|
schemes:
|
|
RiotNSE:
|
|
analyze:
|
|
config: Debug
|
|
archive:
|
|
config: Release
|
|
build:
|
|
targets:
|
|
RiotNSE:
|
|
- running
|
|
- testing
|
|
- profiling
|
|
- analyzing
|
|
- archiving
|
|
profile:
|
|
config: Release
|
|
run:
|
|
askForAppToLaunch: true
|
|
config: Debug
|
|
debugEnabled: false
|
|
disableMainThreadChecker: true
|
|
launchAutomaticallySubstyle: 2
|
|
test:
|
|
config: Debug
|
|
disableMainThreadChecker: true
|
|
|
|
targets:
|
|
RiotNSE:
|
|
platform: iOS
|
|
type: app-extension
|
|
|
|
dependencies:
|
|
- package: AnalyticsEvents
|
|
- package: DeviceKit
|
|
- package: DTCoreText
|
|
- package: SwiftJWT
|
|
- package: PostHog
|
|
|
|
configFiles:
|
|
Debug: Debug.xcconfig
|
|
Release: Release.xcconfig
|
|
|
|
sources:
|
|
- path: .
|
|
- path: ../bwi/AppConfig
|
|
- path: ../bwi/ServerURLs
|
|
- path: ../bwi/SecureStorage
|
|
- path: ../bwi/Mentions/Mentions.swift
|
|
- path: ../bwi/NotificationTimes/NotificationTimes.swift
|
|
- path: ../bwi/NotificationTimes/NotificationTimesRoomSettings.swift
|
|
- path: ../bwi/NotificationTimes/NotificationTimesWeekday.swift
|
|
- path: ../bwi/NotificationTimes/Date+fromHourMinute.swift
|
|
- path: ../bwi/MatomoAnalytics/BWIAnalytics.swift
|
|
- path: ../bwi/MatomoAnalytics/BWIAnalyticsHelper.swift
|
|
- path: ../bwi/MatomoAnalytics/LazyRoomDevices.swift
|
|
- path: ../bwi/MatomoAnalytics/BWIAnalyticsAccountDataService.swift
|
|
- path: ../bwi/MatomoAnalytics/AnalyticsConfiguration.swift
|
|
- path: ../bwi/MatomoAnalytics/DecryptedEvent.swift
|
|
- path: ../bwi/MatomoAnalytics/E2EEError.swift
|
|
- path: ../bwi/URLScheme/CustomURLSchemeHelper.swift
|
|
- path: ../bwi/Extentions/MXTools+Alias.swift
|
|
- path: ../bwi/Federation/MXRoom+Federation.swift
|
|
- path: ../bwi/Federation/FederationEventHelper.swift
|
|
- path: ../Riot/Managers/Settings/RiotSettings.swift
|
|
- path: ../Config/BuildSettings.swift
|
|
- path: ../Config/BWIBuildSettings.swift
|
|
- path: ../Config/BuM/BWIBuildSettings+BuM.swift
|
|
- path: ../bwi/UserAgent/UserAgentService.swift
|
|
- path: ../bwi/LoginProtection/LoginProtectionService.swift
|
|
- path: ../bwi/TokenVerification/TokenVerificator.swift
|
|
- path: ../Config/MDMSettings.swift
|
|
- path: ../Riot/Utils/DataProtectionHelper.swift
|
|
- path: ../Config/CommonConfiguration.swift
|
|
- path: ../Riot/Experiments/
|
|
- path: ../Riot/Managers/PushNotification/PushNotificationStore.swift
|
|
- path: ../Riot/Modules/SetPinCode/PinCodePreferences.swift
|
|
- path: ../Riot/Modules/SetPinCode/SetupBiometrics/BiometricsAuthenticationPresenter.swift
|
|
- path: ../Riot/Categories/UNUserNotificationCenter.swift
|
|
- path: ../Riot/Managers/Locale/LocaleProvider.swift
|
|
- path: ../Riot/Managers/Locale/LocaleProviderType.swift
|
|
- path: ../Riot/Managers/EncryptionKeyManager/EncryptionKeyManager.swift
|
|
- path: ../Riot/Managers/Serialization/SerializationService.swift
|
|
- path: ../Riot/Managers/Serialization/SerializationServiceType.swift
|
|
- path: ../Riot/Categories/Bundle.swift
|
|
- path: ../Riot/Categories/MXEvent.swift
|
|
- path: ../Riot/Generated/Strings.swift
|
|
- path: ../Riot/Generated/BWIStrings.swift
|
|
- path: ../Riot/Generated/Images.swift
|
|
- path: ../Riot/Managers/LocalAuthentication/LocalAuthenticationService.swift
|
|
- path: ../Config/Configurable.swift
|
|
- path: ../Riot/Utils/Constants.swift
|
|
- path: ../Riot/Utils/HTMLFormatter.swift
|
|
- path: ../Riot/Categories/String.swift
|
|
- path: ../Riot/Categories/Character.swift
|
|
- path: ../Riot/Managers/Widgets/WidgetConstants.m
|
|
- path: ../Riot/PropertyWrappers/UserDefaultsBackedPropertyWrapper.swift
|
|
- path: ../Riot/Modules/MatrixKit
|
|
excludes:
|
|
- "Controllers/**"
|
|
- "Models/*List/**"
|
|
- "Views/**"
|
|
|
|
- path: ../Riot/Modules/Analytics
|
|
- path: ../Riot/Managers/UserSessions
|
|
- path: ../Riot/Managers/AppInfo/
|
|
excludes:
|
|
- "**/*.md" # excludes all files with the .md extension
|
|
- path: ../Riot/Modules/Room/TimelineCells/Styles/RoomTimelineStyleIdentifier.swift
|
|
- path: ../Riot/Modules/VoiceBroadcast/VoiceBroadcastSDK/MatrixSDK
|
|
- path: ../Riot/Managers/Theme
|
|
- path: ../Riot/Categories/UIColor.swift
|