-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
27 lines (27 loc) · 813 Bytes
/
project.yml
File metadata and controls
27 lines (27 loc) · 813 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
name: PortMonitor
targets:
PortMonitor:
type: application
platform: macOS
deploymentTarget: "26.0"
sources:
- PortMonitor
settings:
PRODUCT_BUNDLE_IDENTIFIER: com.portmonitor.app
PRODUCT_NAME: Port Monitor
GENERATE_INFOPLIST_FILE: YES
INFOPLIST_FILE: PortMonitor/Info.plist
CODE_SIGN_IDENTITY: "-"
CODE_SIGNING_REQUIRED: NO
CODE_SIGNING_ALLOWED: NO
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: ""
info:
path: PortMonitor/Info.plist
properties:
LSUIElement: true
CFBundleName: Port Monitor
CFBundleDisplayName: Port Monitor
CFBundleIdentifier: com.portmonitor.app
CFBundleVersion: 1.0.0
CFBundleShortVersionString: 1.0.0