mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-21 23:22:08 +02:00
ec12c42c54
# Conflicts: # Config/AppIdentifiers.xcconfig # Config/AppVersion.xcconfig # Podfile # Podfile.lock # Riot/Assets/de.lproj/Vector.strings # Riot/Generated/Images.swift # Riot/Modules/Analytics/DecryptionFailureTracker.m # Riot/Modules/Application/LegacyAppDelegate.h # Riot/Modules/Onboarding/OnboardingCoordinator.swift # Riot/Modules/Room/RoomInfo/RoomInfoList/RoomInfoListViewController.swift # Riot/Modules/Room/RoomViewController.m # Riot/SupportingFiles/Info.plist # Riot/Utils/EventFormatter.m # Riot/Utils/Tools.h # Riot/Utils/Tools.m # Riot/target.yml # RiotSwiftUI/Modules/Common/Mock/MockAppScreens.swift # fastlane/Fastfile # project.yml
80 lines
2.7 KiB
YAML
80 lines
2.7 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
|
|
|
|
configFiles:
|
|
Debug: Debug.xcconfig
|
|
Release: Release.xcconfig
|
|
|
|
sources:
|
|
- path: .
|
|
- path: ../bwi/AppConfig
|
|
- path: ../bwi/ServerURLs
|
|
- path: ../bwi/SecureStorage
|
|
- path: ../bwi/NotificationTimes/NotificationTimes.swift
|
|
- path: ../bwi/NotificationTimes/NotificationTimesRoomSettings.swift
|
|
- path: ../bwi/NotificationTimes/NotificationTimesWeekday.swift
|
|
- path: ../bwi/NotificationTimes/Date+fromHourMinute.swift
|
|
- path: ../bwi/BwiBuildSettings.swift
|
|
- path: ../Config/BwiSettings.swift
|
|
- path: ../Riot/Managers/Settings/RiotSettings.swift
|
|
- path: ../Config/BuildSettings.swift
|
|
- path: ../bwi/UserAgent/UserAgentService.swift
|
|
- path: ../Riot/Utils/DataProtectionHelper.swift
|
|
- path: ../Config/CommonConfiguration.swift
|
|
- 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/Categories/Bundle.swift
|
|
- path: ../Riot/Generated/Strings.swift
|
|
- path: ../Riot/Generated/Images.swift
|
|
- path: ../Riot/Managers/LocalAuthentication/LocalAuthenticationService.swift
|
|
- path: ../Config/Configurable.swift
|
|
- path: ../Riot/Utils/Constants.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:
|
|
- "**/MXKAuthenticationRecaptchaWebView.*"
|
|
- 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
|