-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
63 lines (63 loc) · 1.62 KB
/
project.yml
File metadata and controls
63 lines (63 loc) · 1.62 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
name: ClaudeBar
options:
bundleIdPrefix: com.thomashaas
deploymentTarget:
macOS: "15.0"
createIntermediateGroups: true
groupSortPosition: top
generateEmptyDirectories: true
settings:
base:
SWIFT_VERSION: "6.0"
MACOSX_DEPLOYMENT_TARGET: "15.0"
MARKETING_VERSION: "0.1.0"
CURRENT_PROJECT_VERSION: "1"
ENABLE_HARDENED_RUNTIME: YES
CODE_SIGN_STYLE: Automatic
DEAD_CODE_STRIPPING: YES
COMBINE_HIDPI_IMAGES: YES
targets:
ClaudeBar:
type: application
platform: macOS
sources:
- path: ClaudeBar
info:
path: ClaudeBar/Info.plist
properties:
LSUIElement: true
CFBundleDisplayName: ClaudeBar
CFBundleName: ClaudeBar
NSHumanReadableCopyright: "© 2026 Thomas Haas"
NSSupportsAutomaticTermination: true
NSSupportsSuddenTermination: true
entitlements:
path: ClaudeBar/ClaudeBar.entitlements
properties:
com.apple.security.app-sandbox: false
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.thomashaas.claudebar
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
GENERATE_INFOPLIST_FILE: NO
ClaudeBarTests:
type: bundle.unit-test
platform: macOS
sources:
- path: ClaudeBarTests
dependencies:
- target: ClaudeBar
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.thomashaas.claudebar.tests
GENERATE_INFOPLIST_FILE: YES
schemes:
ClaudeBar:
build:
targets:
ClaudeBar: all
ClaudeBarTests: [test]
test:
targets:
- ClaudeBarTests