| name: DolphinCoreMLTestApp |
| options: |
| minimumXcodeGenVersion: 2.45.4 |
| bundleIdPrefix: com.ales27pm |
| deploymentTarget: |
| iOS: "18.0" |
| packages: |
| SwiftTransformers: |
| url: https://github.com/huggingface/swift-transformers.git |
| revision: 2b72a75af19b384fd8a1bfb49bacf0a4cb3229e3 |
| targets: |
| DolphinCoreMLTestApp: |
| type: application |
| platform: iOS |
| deploymentTarget: "18.0" |
| sources: |
| - path: Sources |
| - path: Resources/Assets.xcassets |
| group: Resources |
| - path: ../../../config.json |
| group: Tokenizer |
| buildPhase: resources |
| - path: ../../../generation_config.json |
| group: Tokenizer |
| buildPhase: resources |
| - path: ../../../special_tokens_map.json |
| group: Tokenizer |
| buildPhase: resources |
| - path: ../../../tokenizer.json |
| group: Tokenizer |
| buildPhase: resources |
| - path: ../../../tokenizer_config.json |
| group: Tokenizer |
| buildPhase: resources |
| - path: ModelAssets/Dolphin3.0-Llama3.2-3B-stateful-int4.mlpackage |
| group: Model |
| optional: true |
| dependencies: |
| - package: SwiftTransformers |
| product: Transformers |
| info: |
| path: Support/Info.plist |
| properties: |
| CFBundleDisplayName: Dolphin Assistant |
| CFBundleShortVersionString: $(MARKETING_VERSION) |
| CFBundleVersion: $(CURRENT_PROJECT_VERSION) |
| ITSAppUsesNonExemptEncryption: false |
| LSRequiresIPhoneOS: true |
| NSCalendarsFullAccessUsageDescription: Dolphin reads calendar events only after you enable Calendar access and approve a request. The assistant does not create or edit events. |
| UILaunchScreen: {} |
| UISupportedInterfaceOrientations: |
| - UIInterfaceOrientationPortrait |
| settings: |
| base: |
| ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon |
| CODE_SIGN_STYLE: Automatic |
| CURRENT_PROJECT_VERSION: 20260719024228 |
| MARKETING_VERSION: 1.1 |
| PRODUCT_BUNDLE_IDENTIFIER: com.ales27pm.DolphinCoreMLTestApp |
| SWIFT_STRICT_CONCURRENCY: complete |
| SWIFT_VERSION: 6.0 |
| TARGETED_DEVICE_FAMILY: 1 |
| scheme: |
| gatherCoverageData: false |
| testTargets: |
| - DolphinCoreMLTestAppTests |
| DolphinCoreMLTestAppTests: |
| type: bundle.unit-test |
| platform: iOS |
| deploymentTarget: "18.0" |
| sources: |
| - path: Tests |
| dependencies: |
| - target: DolphinCoreMLTestApp |
| settings: |
| base: |
| GENERATE_INFOPLIST_FILE: true |
| PRODUCT_BUNDLE_IDENTIFIER: com.ales27pm.DolphinCoreMLTestAppTests |
| SWIFT_STRICT_CONCURRENCY: complete |
| SWIFT_VERSION: 6.0 |
| TARGETED_DEVICE_FAMILY: 1 |
|
|