| 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 | |