-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
53 lines (50 loc) · 1.34 KB
/
Copy pathproject.yml
File metadata and controls
53 lines (50 loc) · 1.34 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
name: Kelpie
options:
bundleIdPrefix: com.snaka
deploymentTarget:
macOS: "14.0"
createIntermediateGroups: true
generateEmptyDirectories: true
settings:
base:
SWIFT_VERSION: "6.0"
MARKETING_VERSION: "0.1.12"
CURRENT_PROJECT_VERSION: "1"
DEVELOPMENT_TEAM: ""
CODE_SIGN_STYLE: Automatic
ENABLE_HARDENED_RUNTIME: YES
packages:
Kelpie:
path: .
targets:
Kelpie:
type: application
platform: macOS
deploymentTarget: "14.0"
sources:
- path: Sources/Kelpie
dependencies:
- package: Kelpie
product: KelpieCore
- package: Kelpie
product: KelpieClient
info:
path: Sources/Kelpie/Info.plist
properties:
CFBundleName: Kelpie
CFBundleDisplayName: Kelpie
CFBundleShortVersionString: $(MARKETING_VERSION)
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
LSMinimumSystemVersion: $(MACOSX_DEPLOYMENT_TARGET)
LSUIElement: true
NSHumanReadableCopyright: "Copyright © 2026 snaka. MIT Licensed."
NSHighResolutionCapable: true
entitlements:
path: Sources/Kelpie/Kelpie.entitlements
properties:
com.apple.security.app-sandbox: false
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.snaka.kelpie
GENERATE_INFOPLIST_FILE: NO
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon