forked from shapehq/tartelet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.yml
106 lines (106 loc) · 3.03 KB
/
project.yml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
name: Tartelet
options:
bundleIdPrefix: dk.shape
developmentLanguage: en
configs:
Debug: debug
Release: release
configFiles:
Debug: xcconfigs/General.xcconfig
Release: xcconfigs/General.xcconfig
targets:
Tartelet:
type: application
platform: macOS
sources: [Tartelet]
postCompileScripts:
- name: Run SwiftLint
path: scripts/swiftlint.sh
basedOnDependencyAnalysis: false
dependencies:
- package: Dock
product: Dock
- package: FileSystem
product: FileSystem
- package: FileSystem
product: FileSystemDisk
- package: GitHub
product: GitHubCredentialsStore
- package: GitHub
product: GitHubCredentialsStoreKeychain
- package: GitHub
product: GitHubService
- package: GitHub
product: GitHubServiceLive
- package: Keychain
product: Keychain
- package: Keychain
product: KeychainLive
- package: Logging
product: LogHelpers
- package: Logging
product: LogExporter
- package: Logging
product: LogExporterLive
- package: Logging
product: LogStore
- package: Logging
product: LogStoreOSLog
- package: MenuBar
product: MenuBarItem
- package: Networking
product: NetworkingService
- package: Networking
product: NetworkingServiceLive
- package: Settings
product: Settings
- package: Settings
product: SettingsStore
- package: Settings
product: SettingsUI
- package: Shell
product: Shell
- package: Tart
product: Tart
- package: TartVirtualMachine
product: EphemeralTartVirtualMachine
- package: TartVirtualMachine
product: TartVirtualMachine
- package: TartVirtualMachine
product: TartVirtualMachineSourceNameRepository
- package: VirtualMachine
product: VirtualMachine
- package: VirtualMachine
product: VirtualMachineFactory
- package: VirtualMachine
product: VirtualMachineFleet
- package: VirtualMachine
product: VirtualMachineFleetLive
- package: VirtualMachine
product: VirtualMachineEditorService
- package: VirtualMachine
product: VirtualMachineResourcesCopier
- package: VirtualMachine
product: VirtualMachineResourcesService
- package: VirtualMachine
product: VirtualMachineResourcesServiceEditor
- package: VirtualMachine
product: VirtualMachineResourcesServiceEphemeral
- package: VirtualMachine
product: VirtualMachineSourceNameRepository
- package: VirtualMachineAutomaticLauncher
product: VirtualMachineAutomaticLauncher
localPackages:
- Packages/Dock
- Packages/FileSystem
- Packages/GitHub
- Packages/Keychain
- Packages/Logging
- Packages/MenuBar
- Packages/Networking
- Packages/Settings
- Packages/Shell
- Packages/Tart
- Packages/TartVirtualMachine
- Packages/VirtualMachine
- Packages/VirtualMachineAutomaticLauncher