-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
35 lines (33 loc) · 929 Bytes
/
project.yml
File metadata and controls
35 lines (33 loc) · 929 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
29
30
31
32
33
34
35
name: SetDefaultAppsX
options:
bundleIdPrefix: com.setdefaultappsx
deploymentTarget:
macOS: "13.0"
xcodeVersion: "16.0"
generateEmptyDirectories: true
settings:
base:
SWIFT_VERSION: "6.0"
MACOSX_DEPLOYMENT_TARGET: "13.0"
GENERATE_INFOPLIST_FILE: false
targets:
SetDefaultAppsX:
type: application
platform: macOS
sources:
- path: Sources
type: group
- path: App/Assets.xcassets
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.setdefaultappsx.app
PRODUCT_NAME: SetDefaultAppsX
INFOPLIST_FILE: App/Info.plist
CODE_SIGN_ENTITLEMENTS: App/SetDefaultAppsX.entitlements
CODE_SIGN_STYLE: Automatic
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
COMBINE_HIDPI_IMAGES: true
LD_RUNPATH_SEARCH_PATHS:
- $(inherited)
- "@executable_path/../Frameworks"
ENABLE_HARDENED_RUNTIME: true