forked from Shpigford/clearly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
105 lines (102 loc) · 3.03 KB
/
project.yml
File metadata and controls
105 lines (102 loc) · 3.03 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
name: Clearly
options:
bundleIdPrefix: com.sabotage
deploymentTarget:
macOS: "14.0"
xcodeVersion: "16.0"
createIntermediateGroups: true
fileTypes:
icon:
file: true
packages:
cmark-gfm:
url: https://github.com/brokenhandsio/cmark-gfm.git
from: "2.1.0"
Sparkle:
url: https://github.com/sparkle-project/Sparkle
from: "2.6.0"
KeyboardShortcuts:
url: https://github.com/sindresorhus/KeyboardShortcuts
from: "2.1.0"
targets:
Clearly:
type: application
platform: macOS
sources:
- path: Clearly
- path: Shared
- path: Shared/Resources/mermaid.min.js
buildPhase: resources
- path: Shared/Resources/katex.min.js
buildPhase: resources
- path: Shared/Resources/katex.min.css
buildPhase: resources
- path: Shared/Resources/fonts
buildPhase: resources
type: folder
- path: Shared/Resources/highlight.min.js
buildPhase: resources
- path: Shared/Resources/highlight-theme.css
buildPhase: resources
- path: Shared/Resources/demo.md
buildPhase: resources
dependencies:
- package: cmark-gfm
product: cmark
- package: Sparkle
- package: KeyboardShortcuts
- target: ClearlyQuickLook
embed: true
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.sabotage.clearly
PRODUCT_NAME: Clearly
MARKETING_VERSION: "1.16.0"
CURRENT_PROJECT_VERSION: "1"
SWIFT_VERSION: "5.9"
CODE_SIGN_ENTITLEMENTS: Clearly/Clearly.entitlements
INFOPLIST_FILE: Clearly/Info.plist
GENERATE_INFOPLIST_FILE: NO
ENABLE_HARDENED_RUNTIME: YES
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
configs:
Release:
CODE_SIGN_STYLE: Manual
CODE_SIGN_IDENTITY: "Developer ID Application"
ClearlyQuickLook:
type: app-extension
platform: macOS
sources:
- path: ClearlyQuickLook
- path: Shared
- path: Shared/Resources/mermaid.min.js
buildPhase: resources
- path: Shared/Resources/katex.min.js
buildPhase: resources
- path: Shared/Resources/katex.min.css
buildPhase: resources
- path: Shared/Resources/fonts
buildPhase: resources
type: folder
- path: Shared/Resources/highlight.min.js
buildPhase: resources
- path: Shared/Resources/highlight-theme.css
buildPhase: resources
dependencies:
- package: cmark-gfm
product: cmark
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.sabotage.clearly.quicklook
PRODUCT_NAME: ClearlyQuickLook
MARKETING_VERSION: "1.16.0"
CURRENT_PROJECT_VERSION: "1"
SWIFT_VERSION: "5.9"
GENERATE_INFOPLIST_FILE: NO
ENABLE_HARDENED_RUNTIME: YES
CODE_SIGN_ENTITLEMENTS: ClearlyQuickLook/ClearlyQuickLook.entitlements
INFOPLIST_FILE: ClearlyQuickLook/Info.plist
configs:
Release:
CODE_SIGN_STYLE: Manual
CODE_SIGN_IDENTITY: "Developer ID Application"