chua's picture
Add iOS ASR source and docs
64f7370 verified
Raw
History Blame Contribute Delete
845 Bytes
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