File size: 845 Bytes
64f7370 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | name: ASRDemo
options:
bundleIdPrefix: com.example
deploymentTarget:
iOS: "18.0"
settings:
CODE_SIGN_STYLE: Automatic
packages:
SpeechKit:
path: ../SpeechKit
targets:
ASRDemo:
type: application
platform: iOS
sources:
- path: ASRDemo
excludes:
- "Models/**"
- path: ../dist/ASRModels.bundle
type: folder
buildPhase: resources
dependencies:
- package: SpeechKit
product: SpeechKit
- package: SpeechKit
product: SpeechCore
settings:
PRODUCT_BUNDLE_IDENTIFIER: com.example.asrdemo
INFOPLIST_KEY_UIApplicationSceneManifest_Generation: true
INFOPLIST_KEY_UILaunchScreen_Generation: true
INFOPLIST_KEY_NSMicrophoneUsageDescription: "Speech is transcribed locally on this device."
GENERATE_INFOPLIST_FILE: true
|