element-ios/RiotNSE/target.yml

88 lines
2.8 KiB
YAML
Raw Normal View History

2020-12-06 21:37:52 +00:00
name: RiotNSE
2020-12-06 21:37:52 +00:00
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
2020-12-06 21:37:52 +00:00
targets:
RiotNSE:
platform: iOS
type: app-extension
dependencies:
2023-03-02 14:18:04 +00:00
- package: AnalyticsEvents
- package: DeviceKit
- package: DTCoreText
2024-05-21 14:02:46 +00:00
- package: PostHog
configFiles:
Debug: Debug.xcconfig
Release: Release.xcconfig
sources:
- path: .
- path: ../Riot/Managers/Settings/RiotSettings.swift
- path: ../Config/BuildSettings.swift
- path: ../Config/MDMSettings.swift
- path: ../Riot/Utils/DataProtectionHelper.swift
- path: ../Config/CommonConfiguration.swift
2023-02-14 17:03:25 +00:00
- path: ../Riot/Experiments/
- path: ../Riot/Managers/PushNotification/PushNotificationStore.swift
- path: ../Riot/Modules/SetPinCode/PinCodePreferences.swift
- path: ../Riot/Managers/KeyValueStorage/Extensions/Keychain.swift
- path: ../Riot/Modules/SetPinCode/SetupBiometrics/BiometricsAuthenticationPresenter.swift
- path: ../Riot/Categories/UNUserNotificationCenter.swift
- path: ../Riot/Managers/KeyValueStorage/KeyValueStore.swift
- path: ../Riot/Managers/Locale/LocaleProvider.swift
- path: ../Riot/Managers/Locale/LocaleProviderType.swift
- path: ../Riot/Managers/EncryptionKeyManager/EncryptionKeyManager.swift
- path: ../Riot/Categories/Bundle.swift
2022-12-29 16:38:09 +00:00
- path: ../Riot/Categories/MXEvent.swift
- path: ../Riot/Generated/Strings.swift
- path: ../Riot/Generated/Images.swift
- path: ../Riot/Managers/KeyValueStorage/KeychainStore.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
2021-03-18 23:52:04 +00:00
- 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