-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
80 lines (75 loc) · 1.98 KB
/
project.yml
File metadata and controls
80 lines (75 loc) · 1.98 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
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
name: MoltNotch
options:
bundleIdPrefix: com.moltbot
deploymentTarget:
macOS: "14.0"
xcodeVersion: "26.0"
createIntermediateGroups: true
settings:
base:
SWIFT_VERSION: "5.0"
ENABLE_HARDENED_RUNTIME: true
packages:
HotKey:
url: https://github.com/soffes/HotKey
from: "0.2.1"
MarkdownUI:
url: https://github.com/gonzalezreal/swift-markdown-ui
from: "2.0.0"
TOMLDecoder:
url: https://github.com/dduan/TOMLDecoder
from: "0.2.2"
targets:
MoltNotch:
type: application
platform: macOS
sources:
- MoltNotch
dependencies:
- package: HotKey
- package: MarkdownUI
- package: TOMLDecoder
settings:
debug:
SWIFT_ACTIVE_COMPILATION_CONDITIONS: DEBUG
base:
INFOPLIST_KEY_LSUIElement: true
PRODUCT_BUNDLE_IDENTIFIER: com.moltbot.MoltNotch
PRODUCT_NAME: MoltNotch
CODE_SIGN_ENTITLEMENTS: ""
ENABLE_APP_SANDBOX: false
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
info:
path: MoltNotch/Info.plist
properties:
CFBundleName: MoltNotch
CFBundleDisplayName: MoltNotch
CFBundleIdentifier: com.moltbot.MoltNotch
CFBundleVersion: "1"
CFBundleShortVersionString: "1.0.0"
CFBundlePackageType: APPL
LSUIElement: true
NSScreenCaptureUsageDescription: "MoltNotch captures your screen to share with MoltBot when you ask about what's on your screen."
MoltNotchTests:
type: bundle.unit-test
platform: macOS
sources:
- MoltNotchTests
dependencies:
- target: MoltNotch
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.moltbot.MoltNotchTests
PRODUCT_NAME: MoltNotchTests
GENERATE_INFOPLIST_FILE: true
MoltNotchCLI:
type: tool
platform: macOS
sources:
- MoltNotchCLI
dependencies:
- package: TOMLDecoder
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.moltbot.MoltNotchCLI
PRODUCT_NAME: moltnotch