-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
39 lines (37 loc) · 1.04 KB
/
project.yml
File metadata and controls
39 lines (37 loc) · 1.04 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
name: ShellConfigManager
options:
bundleIdPrefix: com.shellconfig
deploymentTarget:
macOS: "12.0"
xcodeVersion: "15.0"
generateEmptyDirectories: true
settings:
base:
SWIFT_VERSION: "5.9"
MACOSX_DEPLOYMENT_TARGET: "12.0"
CODE_SIGN_IDENTITY: "-"
CODE_SIGN_STYLE: Automatic
PRODUCT_NAME: ShellConfigManager
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: "1"
targets:
ShellConfigManager:
type: application
platform: macOS
sources:
- path: ShellConfigManager
excludes:
- "**/.DS_Store"
settings:
base:
INFOPLIST_FILE: ShellConfigManager/Resources/Info.plist
PRODUCT_BUNDLE_IDENTIFIER: com.shellconfig.manager
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
COMBINE_HIDPI_IMAGES: YES
LD_RUNPATH_SEARCH_PATHS:
- $(inherited)
- "@executable_path/../Frameworks"
entitlements:
path: ShellConfigManager/Resources/ShellConfigManager.entitlements
properties:
com.apple.security.app-sandbox: false