-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
57 lines (54 loc) · 1.4 KB
/
Copy pathproject.yml
File metadata and controls
57 lines (54 loc) · 1.4 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
48
49
50
51
52
53
54
55
56
57
name: MacAccounts
options:
minimumXcodeGenVersion: 2.38.0
deploymentTarget:
macOS: "14.0"
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.example.MacAccounts
SWIFT_VERSION: 5.9
GENERATE_INFOPLIST_FILE: NO
targets:
MacAccountsApp:
type: application
platform: macOS
deploymentTarget: "14.0"
sources:
- path: MacAccountsApp
- path: Shared
settings:
base:
PRODUCT_NAME: MacAccountsApp
INFOPLIST_FILE: MacAccountsApp/Info.plist
CODE_SIGN_ENTITLEMENTS: MacAccountsApp/MacAccountsApp.entitlements
DEVELOPMENT_TEAM: ""
ENABLE_HARDENED_RUNTIME: YES
MACOSX_DEPLOYMENT_TARGET: 14.0
dependencies:
- target: MacAccountsWidget
embed: true
MacAccountsWidget:
type: app-extension
platform: macOS
deploymentTarget: "14.0"
sources:
- path: MacAccountsWidget
- path: Shared
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.example.MacAccounts.widget
PRODUCT_NAME: MacAccountsWidget
INFOPLIST_FILE: MacAccountsWidget/Info.plist
CODE_SIGN_ENTITLEMENTS: MacAccountsWidget/MacAccountsWidget.entitlements
SKIP_INSTALL: YES
DEVELOPMENT_TEAM: ""
MACOSX_DEPLOYMENT_TARGET: 14.0
dependencies: []
schemes:
MacAccounts:
build:
targets:
MacAccountsApp: all
MacAccountsWidget: all
run:
config: Debug