-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
34 lines (32 loc) · 774 Bytes
/
Copy pathproject.yml
File metadata and controls
34 lines (32 loc) · 774 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
29
30
31
32
33
34
name: Scribe
options:
bundleIdPrefix: com.aleksei
deploymentTarget:
macOS: "14.0"
xcodeVersion: "16.0"
packages:
WhisperKit:
url: https://github.com/argmaxinc/WhisperKit.git
from: "0.9.0"
KeyboardShortcuts:
url: https://github.com/sindresorhus/KeyboardShortcuts
from: "2.0.0"
targets:
Scribe:
type: application
platform: macOS
sources:
- path: Scribe
excludes:
- "*.plist"
- "*.entitlements"
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.aleksei.scribe
INFOPLIST_FILE: Scribe/Info.plist
MACOSX_DEPLOYMENT_TARGET: "14.0"
SWIFT_VERSION: "6.0"
PRODUCT_NAME: Scribe
dependencies:
- package: WhisperKit
- package: KeyboardShortcuts