File size: 572 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 | name: ANEBench
options:
bundleIdPrefix: com.example
deploymentTarget:
iOS: "18.0"
settings:
CODE_SIGN_STYLE: Automatic
targets:
ANEBench:
type: application
platform: iOS
sources:
- path: ANEBench
- path: ../dist/ASRModels.bundle
type: folder
buildPhase: resources
settings:
PRODUCT_BUNDLE_IDENTIFIER: com.example.anebench
INFOPLIST_KEY_UIApplicationSceneManifest_Generation: true
INFOPLIST_KEY_UILaunchScreen_Generation: true
GENERATE_INFOPLIST_FILE: true
COREML_CODEGEN_LANGUAGE: None
|