-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
executable file
·60 lines (58 loc) · 1.87 KB
/
Copy pathproject.yml
File metadata and controls
executable file
·60 lines (58 loc) · 1.87 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
name: MiniPulseV2
options:
bundleIdPrefix: ai.hermes
deploymentTarget:
macOS: "14.0"
xcodeVersion: "15.0"
createIntermediateGroups: true
settings:
base:
PRODUCT_NAME: MiniPulse
PRODUCT_BUNDLE_IDENTIFIER: ai.hermes.minipulse
MARKETING_VERSION: "2.0.0"
CURRENT_PROJECT_VERSION: "3"
SWIFT_VERSION: "5.9"
MACOSX_DEPLOYMENT_TARGET: "14.0"
INFOPLIST_KEY_LSApplicationCategoryType: "public.app-category.utilities"
INFOPLIST_KEY_NSHumanReadableCopyright: "Copyright 2024"
INFOPLIST_KEY_CFBundleDisplayName: MiniPulse
CODE_SIGN_IDENTITY: "Mac Developer: wang xinlei (3PZ5GB6NV9)"
CODE_SIGN_STYLE: Automatic
ENABLE_HARDENED_RUNTIME: YES
CODE_SIGN_ENTITLEMENTS: Sources/App/MiniPulseV2.entitlements
targets:
MiniPulseV2:
type: application
platform: macOS
sources:
- path: Sources
excludes:
- "**/.DS_Store"
- "**/Assets.xcassets"
- path: Resources
excludes:
- "**/.DS_Store"
dependencies:
- sdk: IOKit.framework
- sdk: CoreFoundation.framework
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: ai.hermes.minipulse
INFOPLIST_KEY_NSPrincipalClass: NSApplication
SWIFT_OBJC_BRIDGING_HEADER: Sources/App/MiniPulse-Bridging-Header.h
LD_RUNPATH_SEARCH_PATHS: "@executable_path/../Frameworks"
COMBINE_HIDPI_IMAGES: YES
OTHER_LDFLAGS: "-framework IOKit -framework CoreFoundation"
info:
path: Sources/App/Info.plist
properties:
CFBundleName: MiniPulse
CFBundleDisplayName: MiniPulse
CFBundleIdentifier: ai.hermes.minipulse
CFBundleVersion: "3"
CFBundleShortVersionString: "2.0.0"
CFBundlePackageType: APPL
CFBundleExecutable: MiniPulse
LSMinimumSystemVersion: "14.0"
NSHighResolutionCapable: true
NSPrincipalClass: NSApplication