-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathproject.yml
More file actions
95 lines (88 loc) · 2.4 KB
/
Copy pathproject.yml
File metadata and controls
95 lines (88 loc) · 2.4 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
name: CodexLinxDisplay
options:
bundleIdPrefix: com.olivia
deploymentTarget:
macOS: "14.0"
xcodeVersion: "26.0"
settings:
base:
SWIFT_VERSION: "5.0"
MACOSX_DEPLOYMENT_TARGET: "14.0"
ENABLE_APP_SANDBOX: NO
ENABLE_HARDENED_RUNTIME: YES
packages:
Sparkle:
url: https://github.com/sparkle-project/Sparkle
from: 2.9.4
targets:
CodexLinxDisplay:
type: application
platform: macOS
sources:
- path: Sources/Shared
- path: Sources/App
info:
path: Resources/Info.plist
properties:
CFBundleDisplayName: Codex 屏显
CFBundleDevelopmentRegion: zh_CN
CFBundleLocalizations:
- zh_CN
CFBundleName: Codex 屏显
CFBundleShortVersionString: "0.3.2"
CFBundleVersion: "6"
LSUIElement: true
NSHighResolutionCapable: true
NSLocalNetworkUsageDescription: 用于将 Codex 用量图片发送到局域网内的键盘屏幕。
NSAppTransportSecurity:
NSAllowsArbitraryLoads: true
SUEnableAutomaticChecks: true
SUFeedURL: https://github.com/reallysix/CodexLinxDisplay/releases/latest/download/appcast.xml
SUScheduledCheckInterval: 86400
SUPublicEDKey: jwiJt5w5rRrNO8vccf+VxsmTA8pEDXAgfhHySroY4yc=
settings:
base:
CODE_SIGNING_ALLOWED: YES
CODE_SIGNING_REQUIRED: YES
CODE_SIGN_IDENTITY: "-"
PRODUCT_BUNDLE_IDENTIFIER: com.olivia.CodexLinxDisplay
PRODUCT_NAME: CodexLinxDisplay
dependencies:
- package: Sparkle
CodexLinxPreview:
type: tool
platform: macOS
sources:
- path: Sources/Shared
- path: Tools/Preview
settings:
base:
CODE_SIGNING_ALLOWED: NO
PRODUCT_BUNDLE_IDENTIFIER: com.olivia.CodexLinxPreview
PRODUCT_NAME: CodexLinxPreview
CodexLinxDisplayTests:
type: bundle.unit-test
platform: macOS
sources:
- path: Tests
dependencies:
- target: CodexLinxDisplay
hostApplication: CodexLinxDisplay
settings:
base:
CODE_SIGNING_ALLOWED: NO
GENERATE_INFOPLIST_FILE: YES
PRODUCT_BUNDLE_IDENTIFIER: com.olivia.CodexLinxDisplayTests
schemes:
CodexLinxDisplay:
build:
targets:
CodexLinxDisplay: all
CodexLinxDisplayTests: [test]
test:
targets:
- CodexLinxDisplayTests
CodexLinxPreview:
build:
targets:
CodexLinxPreview: all