75 lines
2.1 KiB
YAML
75 lines
2.1 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
|
|
- package: AnalyticsEvents
|
|
- package: DeviceKit
|
|
- package: DTCoreText
|
|
|
|
configFiles:
|
|
Debug: Debug.xcconfig
|
|
Release: Release.xcconfig
|
|
|
|
sources:
|
|
- path: .
|
|
- path: ../Riot/Categories/Bundle.swift
|
|
- path: ../Riot/Categories/MXEvent.swift
|
|
- path: ../Config/CommonConfiguration.swift
|
|
- path: ../Riot/Experiments/
|
|
- path: ../Config/BuildSettings.swift
|
|
- path: ../Config/MDMSettings.swift
|
|
- path: ../Config/Configurable.swift
|
|
- path: ../Riot/Managers/Settings/RiotSettings.swift
|
|
- path: ../Riot/Managers/EncryptionKeyManager/EncryptionKeyManager.swift
|
|
- path: ../Riot/Managers/KeyValueStorage
|
|
- path: ../Riot/PropertyWrappers/UserDefaultsBackedPropertyWrapper.swift
|
|
- path: ../Riot/Managers/Locale/LocaleProviderType.swift
|
|
- path: ../Riot/Managers/Locale/LocaleProvider.swift
|
|
- path: ../Riot/Modules/MatrixKit
|
|
excludes:
|
|
- "Controllers/**"
|
|
- "Models/*List/**"
|
|
- "Views/**"
|
|
- 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
|
|
- path: ../Riot/Modules/VoiceBroadcast/VoiceBroadcastSDK/MatrixSDK
|
|
- path: ../Riot/Managers/Theme
|
|
- path: ../Riot/Categories/UIColor.swift
|