-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.yml
More file actions
47 lines (44 loc) · 1.14 KB
/
Copy pathproject.yml
File metadata and controls
47 lines (44 loc) · 1.14 KB
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
37
38
39
40
41
42
43
44
45
46
47
name: Magnetism
options:
deploymentTarget:
macOS: "14.0"
bundleIdPrefix: com.magnetism
xcodeVersion: "16.2"
packages:
KeyboardShortcuts:
url: https://github.com/sindresorhus/KeyboardShortcuts
from: "2.0.0"
targets:
Magnetism:
type: application
platform: macOS
sources:
- Magnetism
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.magnetism.app
PRODUCT_NAME: Magnetism
MARKETING_VERSION: "1.0.1"
CURRENT_PROJECT_VERSION: "2"
INFOPLIST_FILE: Magnetism/App/Info.plist
CODE_SIGN_ENTITLEMENTS: Magnetism/App/Magnetism.entitlements
ENABLE_HARDENED_RUNTIME: true
CODE_SIGN_IDENTITY: "-"
SWIFT_VERSION: "6.0"
MACOSX_DEPLOYMENT_TARGET: "14.0"
GENERATE_INFOPLIST_FILE: false
ENABLE_APP_SANDBOX: false
dependencies:
- package: KeyboardShortcuts
MagnetismTests:
type: bundle.unit-test
platform: macOS
sources:
- MagnetismTests
settings:
base:
SWIFT_VERSION: "6.0"
MACOSX_DEPLOYMENT_TARGET: "14.0"
GENERATE_INFOPLIST_FILE: true
dependencies:
- target: Magnetism