-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
32 lines (31 loc) · 881 Bytes
/
project.yml
File metadata and controls
32 lines (31 loc) · 881 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
name: MDViewerPlus
options:
bundleIdPrefix: com.torstenmahr
deploymentTarget:
macOS: "13.0"
xcodeVersion: "16.0"
minimumXcodeGenVersion: "2.38"
targets:
MDViewerPlus:
type: application
platform: macOS
sources:
- MDViewerPlus
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.torstenmahr.MDViewerPlus
PRODUCT_NAME: "MDViewer+"
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: "1"
INFOPLIST_FILE: MDViewerPlus/Info.plist
GENERATE_INFOPLIST_FILE: false
SWIFT_VERSION: "5.9"
MACOSX_DEPLOYMENT_TARGET: "13.0"
CODE_SIGN_STYLE: Automatic
ENABLE_HARDENED_RUNTIME: YES
release:
SWIFT_OPTIMIZATION_LEVEL: "-Osize"
DEAD_CODE_STRIPPING: true
STRIP_INSTALLED_PRODUCT: true
STRIP_SWIFT_SYMBOLS: true
STRIP_STYLE: "non-global"