element-ios/Targets/SiriIntents.yml

55 lines
1.2 KiB
YAML
Raw Normal View History

2020-12-06 21:37:52 +00:00
name: SiriIntents
2020-12-06 21:37:52 +00:00
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
2020-12-06 21:37:52 +00:00
targets:
SiriIntents:
platform: iOS
type: app-extension
dependencies:
- sdk: Intents.framework
configFiles:
Debug: ../SiriIntents/SiriIntents-Debug.xcconfig
Release: ../SiriIntents/SiriIntents-Release.xcconfig
postbuildScripts:
- name: Embed Precompiled Frameworks
runOnlyWhenInstalling: false
script: echo "Skipping, nothing to be embedded."
shell: /bin/sh
sources:
- path: ../SiriIntents
- path: ../Riot/Generated/InfoPlist.swift
- path: ../Riot/Categories/Bundle.swift
- path: ../Config/CommonConfiguration.swift
- path: ../Config/BuildSettings.swift
- path: ../Config/Configurable.swift
- path: ../Riot/Managers/Settings/RiotSettings.swift