mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-20 06:32: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
63 lines
1.7 KiB
YAML
63 lines
1.7 KiB
YAML
name: SiriIntents
|
|
|
|
schemes:
|
|
SiriIntents:
|
|
analyze:
|
|
config: Debug
|
|
archive:
|
|
config: Release
|
|
build:
|
|
targets:
|
|
SiriIntents:
|
|
- 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:
|
|
SiriIntents:
|
|
platform: iOS
|
|
type: app-extension
|
|
|
|
dependencies:
|
|
- sdk: Intents.framework
|
|
|
|
configFiles:
|
|
Debug: Debug.xcconfig
|
|
Release: Release.xcconfig
|
|
|
|
sources:
|
|
- path: .
|
|
- path: ../Riot/Categories/Bundle.swift
|
|
- path: ../Config/CommonConfiguration.swift
|
|
- path: ../Config/BuildSettings.swift
|
|
- path: ../Config/Configurable.swift
|
|
- path: ../Riot/Managers/Settings/RiotSettings.swift
|
|
- path: ../Riot/Managers/EncryptionKeyManager/EncryptionKeyManager.swift
|
|
- path: ../Riot/PropertyWrappers/UserDefaultsBackedPropertyWrapper.swift
|
|
- path: ../Riot/Managers/Locale/LocaleProviderType.swift
|
|
- path: ../Riot/Managers/Locale/LocaleProvider.swift
|
|
- path: ../Riot/Modules/MatrixKit
|
|
excludes:
|
|
- "**/MXKAuthenticationRecaptchaWebView.*"
|
|
- path: ../Riot/Modules/Analytics
|
|
- path: ../Riot/Managers/UserSessions
|
|
- path: ../Riot/Managers/AppInfo/
|
|
- path: ../Riot/Managers/Locale/LocaleProviderType.swift
|
|
- path: ../Riot/Generated/Strings.swift
|
|
excludes:
|
|
- "**/*.md" # excludes all files with the .md extension
|
|
- path: ../Riot/Modules/Room/TimelineCells/Styles/RoomTimelineStyleIdentifier.swift
|