-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
37 lines (34 loc) · 1022 Bytes
/
project.yml
File metadata and controls
37 lines (34 loc) · 1022 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
36
37
name: Mintify
# Note: Contributors can set DEVELOPMENT_TEAM in Xcode after generating project
options:
bundleIdPrefix: com.yourname
deploymentTarget:
macOS: "14.0"
xcodeVersion: "15.0"
generateEmptyDirectories: true
settings:
base:
PRODUCT_NAME: Mintify
SWIFT_VERSION: "5.9"
MACOSX_DEPLOYMENT_TARGET: "14.0"
targets:
Mintify:
type: application
platform: macOS
sources:
- path: Mintify
excludes:
- "**/.DS_Store"
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.yourname.Mintify
INFOPLIST_FILE: Mintify/Info.plist
CODE_SIGN_ENTITLEMENTS: Mintify/Mintify.entitlements
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
ENABLE_HARDENED_RUNTIME: YES
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: ""
LD_RUNPATH_SEARCH_PATHS: "@executable_path/../Frameworks"
MARKETING_VERSION: "2.0"
CURRENT_PROJECT_VERSION: "2"