-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
28 lines (28 loc) · 755 Bytes
/
project.yml
File metadata and controls
28 lines (28 loc) · 755 Bytes
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
name: DevBar
options:
bundleIdPrefix: com.devbar
xcodeVersion: 15.0
deploymentTarget:
macOS: "13.0"
targets:
DevBar:
type: application
platform: macOS
sources:
- path: DevBar
excludes:
- "**/*.xcassets"
resources:
- path: DevBar/Resources/Assets.xcassets
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.devbar.app
PRODUCT_NAME: DevBar
INFOPLIST_FILE: DevBar/Info.plist
CODE_SIGN_ENTITLEMENTS: DevBar/DevBar.entitlements
CODE_SIGN_STYLE: Automatic
ENABLE_USER_SCRIPT_SANDBOXING: NO
ENABLE_HARDENED_RUNTIME: YES
MACOSX_DEPLOYMENT_TARGET: "13.0"
SWIFT_VERSION: "5.9"
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon