-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject.yml
More file actions
101 lines (97 loc) · 2.93 KB
/
project.yml
File metadata and controls
101 lines (97 loc) · 2.93 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
name: CCPlanView
options:
bundleIdPrefix: sh.saqoo
deploymentTarget:
macOS: "15.0"
xcodeVersion: "16.0"
generateEmptyDirectories: true
packages:
CCHookInstaller:
url: https://github.com/Saqoosha/CCHookInstaller
from: 1.2.0
settings:
base:
MARKETING_VERSION: "1.12.0"
CURRENT_PROJECT_VERSION: "23"
SWIFT_VERSION: "6.0"
MACOSX_DEPLOYMENT_TARGET: "15.0"
targets:
CCPlanView:
type: application
platform: macOS
sources:
- path: Sources/CCPlanView
excludes:
- "**/.DS_Store"
dependencies:
- target: notifier
embed: true
codeSign: true
copy:
destination: executables
- package: CCHookInstaller
settings:
PRODUCT_BUNDLE_IDENTIFIER: sh.saqoo.ccplanview
PRODUCT_NAME: "CCPlanView"
INFOPLIST_FILE: Sources/CCPlanView/Info.plist
GENERATE_INFOPLIST_FILE: false
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: G5G54TCH8W
ENABLE_HARDENED_RUNTIME: YES
CODE_SIGN_ENTITLEMENTS: Sources/CCPlanView/CCPlanView.entitlements
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS: YES
info:
path: Sources/CCPlanView/Info.plist
properties:
CFBundleName: "CCPlanView"
CFBundleDisplayName: "CCPlanView"
CFBundleIdentifier: sh.saqoo.ccplanview
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
CFBundleShortVersionString: $(MARKETING_VERSION)
CFBundlePackageType: APPL
CFBundleIconName: AppIcon
CFBundleExecutable: "CCPlanView"
LSMinimumSystemVersion: "15.0"
NSHighResolutionCapable: true
LSApplicationCategoryType: public.app-category.developer-tools
NSHumanReadableCopyright: "© 2026 Saqoosha. MIT License."
CFBundleURLTypes:
- CFBundleURLName: CCPlanView URL Scheme
CFBundleURLSchemes:
- ccplanview
CFBundleDocumentTypes:
- CFBundleTypeName: Markdown Document
CFBundleTypeRole: Viewer
LSHandlerRank: Alternate
LSItemContentTypes:
- net.daringfireball.markdown
- public.plain-text
CFBundleTypeExtensions:
- md
- markdown
- mdown
- mkd
UTImportedTypeDeclarations:
- UTTypeIdentifier: net.daringfireball.markdown
UTTypeDescription: Markdown Document
UTTypeConformsTo:
- public.plain-text
UTTypeTagSpecification:
public.filename-extension:
- md
- markdown
- mdown
- mkd
notifier:
type: tool
platform: macOS
sources:
- path: Sources/notifier
excludes:
- "**/.DS_Store"
settings:
PRODUCT_NAME: "notifier"
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: G5G54TCH8W
ENABLE_HARDENED_RUNTIME: YES