-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
42 lines (40 loc) · 1.28 KB
/
project.yml
File metadata and controls
42 lines (40 loc) · 1.28 KB
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
name: SimpleDictation
options:
bundleIdPrefix: com.simpledictation
deploymentTarget:
macOS: "14.0"
xcodeVersion: "15.0"
packages:
WhisperKit:
url: https://github.com/argmaxinc/WhisperKit.git
from: "0.9.0"
Moonshine:
url: https://github.com/moonshine-ai/moonshine-swift.git
from: "0.0.49"
targets:
SimpleDictation:
type: application
platform: macOS
sources:
- Sources
dependencies:
- package: WhisperKit
- package: Moonshine
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.simpledictation.app
PRODUCT_NAME: SimpleDictation
INFOPLIST_KEY_NSMicrophoneUsageDescription: "SimpleDictation needs microphone access for speech-to-text dictation."
INFOPLIST_KEY_NSSpeechRecognitionUsageDescription: "SimpleDictation needs speech recognition to convert your voice to text."
GENERATE_INFOPLIST_FILE: YES
CURRENT_PROJECT_VERSION: 1
MARKETING_VERSION: 1.2.1
SWIFT_VERSION: "5.9"
MACOSX_DEPLOYMENT_TARGET: "14.0"
CODE_SIGN_IDENTITY: "-"
CODE_SIGNING_REQUIRED: YES
CODE_SIGNING_ALLOWED: YES
LD_RUNPATH_SEARCH_PATHS: "@executable_path/../Frameworks"
ENABLE_HARDENED_RUNTIME: NO
entitlements:
path: SimpleDictation.entitlements