File size: 2,659 Bytes
7b2dfc5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
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