-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.yml
More file actions
36 lines (34 loc) · 910 Bytes
/
project.yml
File metadata and controls
36 lines (34 loc) · 910 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
33
34
35
36
name: Scriptoria
options:
bundleIdPrefix: com.scriptoria
deploymentTarget:
macOS: "15.0"
xcodeVersion: "16.0"
minimumXcodeGenVersion: "2.30"
packages:
ScriptoriaCore:
path: .
targets:
Scriptoria:
type: application
platform: macOS
sources:
- Sources/ScriptoriaApp
dependencies:
- package: ScriptoriaCore
product: ScriptoriaCore
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.scriptoria.app
PRODUCT_NAME: Scriptoria
MARKETING_VERSION: "0.1.0"
CURRENT_PROJECT_VERSION: 1
INFOPLIST_KEY_LSUIElement: true
INFOPLIST_KEY_CFBundleDisplayName: Scriptoria
SWIFT_VERSION: "6.0"
MACOSX_DEPLOYMENT_TARGET: "15.0"
GENERATE_INFOPLIST_FILE: true
entitlements:
path: Sources/ScriptoriaApp/Scriptoria.entitlements
properties:
com.apple.security.app-sandbox: false