-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
28 lines (28 loc) · 841 Bytes
/
project.yml
File metadata and controls
28 lines (28 loc) · 841 Bytes
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
name: JOSIE
options:
bundleIdPrefix: com.kiwisingh
targets:
JOSIE:
type: application
platform: iOS
deploymentTarget: "17.0"
sources:
- JOSIEApp
- path: JOSIEApp/Assets.xcassets
settings:
PRODUCT_BUNDLE_IDENTIFIER: com.kiwisingh.josie
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
GENERATE_INFOPLIST_FILE: YES
INFOPLIST_KEY_UIFileSharingEnabled: YES
INFOPLIST_KEY_UISupportsDocumentBrowser: YES
INFOPLIST_KEY_NSMicrophoneUsageDescription: "JOSIE needs the mic."
INFOPLIST_KEY_NSSpeechRecognitionUsageDescription: "JOSIE needs to hear you."
dependencies:
- package: mlx-swift-lm
product: MLXLLM
- package: mlx-swift-lm
product: MLXLMCommon
packages:
mlx-swift-lm:
url: https://github.com/ml-explore/mlx-swift-lm
branch: main