-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
28 lines (27 loc) · 724 Bytes
/
project.yml
File metadata and controls
28 lines (27 loc) · 724 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: SoundMax
options:
bundleIdPrefix: com.yourname
deploymentTarget:
macOS: "13.0"
xcodeVersion: "15.0"
targets:
SoundMax:
type: application
platform: macOS
sources:
- SoundMax
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.yourname.SoundMax
PRODUCT_NAME: SoundMax
MACOSX_DEPLOYMENT_TARGET: "13.0"
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
INFOPLIST_FILE: SoundMax/Info.plist
CODE_SIGN_ENTITLEMENTS: SoundMax/SoundMax.entitlements
SWIFT_VERSION: "5.9"
ENABLE_HARDENED_RUNTIME: NO
CODE_SIGN_IDENTITY: "-"
info:
path: SoundMax/Info.plist
entitlements:
path: SoundMax/SoundMax.entitlements