-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathproject.yml
More file actions
84 lines (81 loc) · 2.14 KB
/
project.yml
File metadata and controls
84 lines (81 loc) · 2.14 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
name: idx0
options:
bundleIdPrefix: com.gal
xcodeVersion: "26.3"
settings:
base:
SWIFT_VERSION: 6.0
MACOSX_DEPLOYMENT_TARGET: 14.0
packages:
Sparkle:
url: https://github.com/sparkle-project/Sparkle
from: 2.7.0
targets:
idx0:
type: application
platform: macOS
deploymentTarget: "14.0"
sources:
- path: idx0
excludes:
- Resources/IconBackups/**
- path: Sources/IPCShared
- path: ghostty.h
- path: idx0-GhosttyBridge.h
- path: idx0-Bridging-Header.h
resources:
- path: idx0/Resources
excludes:
- IconBackups/**
dependencies:
- framework: GhosttyKit.xcframework
embed: false
- package: Sparkle
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.gal.idx0
PRODUCT_NAME: idx0
MARKETING_VERSION: 0.0.1
CURRENT_PROJECT_VERSION: 1
GENERATE_INFOPLIST_FILE: YES
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
INFOPLIST_KEY_CFBundleIconFile: idx0.icns
INFOPLIST_KEY_CFBundleDisplayName: IDX0
INFOPLIST_KEY_LSApplicationCategoryType: public.app-category.developer-tools
INFOPLIST_KEY_SUFeedURL: https://raw.githubusercontent.com/galz10/idx0-appcast/main/appcast.xml
INFOPLIST_KEY_SUPublicEDKey: CHANGE_ME_SPARKLE_PUBLIC_KEY
SWIFT_OBJC_BRIDGING_HEADER: idx0-Bridging-Header.h
HEADER_SEARCH_PATHS:
- $(SRCROOT)
CODE_SIGN_STYLE: Automatic
LD_RUNPATH_SEARCH_PATHS:
- $(inherited)
- "@executable_path/../Frameworks"
OTHER_LDFLAGS:
- -lc++
- -framework
- Metal
- -framework
- QuartzCore
- -framework
- IOSurface
- -framework
- UniformTypeIdentifiers
- -framework
- Carbon
- -framework
- AppIntents
scheme:
testTargets:
- idx0Tests
idx0Tests:
type: bundle.unit-test
platform: macOS
deploymentTarget: "14.0"
sources:
- idx0Tests
settings:
base:
GENERATE_INFOPLIST_FILE: YES
dependencies:
- target: idx0