-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
25 lines (24 loc) · 738 Bytes
/
project.yml
File metadata and controls
25 lines (24 loc) · 738 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
name: DeskMem
options:
bundleIdPrefix: com.deskmem
deploymentTarget:
macOS: "13.0"
xcodeVersion: "15.0"
minimumXcodeGenVersion: "2.38"
targets:
DeskMem:
type: application
platform: macOS
sources:
- DeskMem
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.deskmem.DeskMem
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: 1
SWIFT_VERSION: "5.9"
CODE_SIGN_ENTITLEMENTS: DeskMem/DeskMem.entitlements
INFOPLIST_FILE: DeskMem/Info.plist
GENERATE_INFOPLIST_FILE: true
INFOPLIST_KEY_NSAccessibilityUsageDescription: "DeskMem needs Accessibility access to read and move window positions across monitors."
ENABLE_APP_SANDBOX: false