-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
30 lines (30 loc) · 784 Bytes
/
Copy pathproject.yml
File metadata and controls
30 lines (30 loc) · 784 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
name: HyperLayer
options:
bundleIdPrefix: com.dade
deploymentTarget:
macOS: "14.0"
settings:
base:
SWIFT_VERSION: "5.0"
MACOSX_DEPLOYMENT_TARGET: "14.0"
targets:
HyperLayer:
type: application
platform: macOS
sources:
- HyperLayer
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.dade.HyperLayer
MARKETING_VERSION: "0.1.0"
CURRENT_PROJECT_VERSION: "0"
INFOPLIST_FILE: HyperLayer/Info.plist
ASSETCATALOG_COMPILER_APPICON_NAME: ""
CODE_SIGN_STYLE: Manual
CODE_SIGN_IDENTITY: "-"
ENABLE_HARDENED_RUNTIME: NO
postBuildScripts:
- name: Stamp build number
basedOnDependencyAnalysis: false
script: |
bash "$SRCROOT/scripts/stamp_build_number.sh"