Skip to content

Commit 3cfdc61

Browse files
committed
feat(SPI): Update .spi.yml
1 parent 9b3eb7d commit 3cfdc61

File tree

2 files changed

+53
-34
lines changed

2 files changed

+53
-34
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[*.yml]
2+
indent_style = space
3+
indent_size = 2

.spi.yml

Lines changed: 50 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,52 @@
11
version: 1
22
builder:
3-
configs:
4-
- platform: ios
5-
scheme: KeyPathsExtensions
6-
- platform: macos-xcodebuild
7-
scheme: KeyPathsExtensions
8-
- platform: tvos
9-
scheme: KeyPathsExtensions
10-
- platform: watchos
11-
scheme: KeyPathsExtensions
12-
- platform: linux
13-
scheme: KeyPathsExtensions
14-
swift_version: '5.9'
15-
- platform: linux
16-
scheme: KeyPathsExtensions
17-
swift_version: '6.0'
18-
19-
- platform: ios
20-
scheme: KeyPathMapper
21-
- platform: macos-xcodebuild
22-
scheme: KeyPathMapper
23-
- platform: tvos
24-
scheme: KeyPathMapper
25-
- platform: watchos
26-
scheme: KeyPathMapper
27-
- platform: linux
28-
scheme: KeyPathsExtensions
29-
swift_version: '5.9'
30-
- platform: linux
31-
scheme: KeyPathsExtensions
32-
swift_version: '6.0'
33-
34-
- documentation_targets:
35-
- KeyPathsExtensions
36-
- KeyPathMapper
3+
configs:
4+
- platform: ios
5+
scheme: KeyPathsExtensions
6+
7+
- platform: macos-spm
8+
scheme: KeyPathsExtensions
9+
10+
- platform: macos-xcodebuild
11+
scheme: KeyPathsExtensions
12+
13+
- platform: tvos
14+
scheme: KeyPathsExtensions
15+
16+
- platform: watchos
17+
scheme: KeyPathsExtensions
18+
19+
- platform: linux
20+
scheme: KeyPathsExtensions
21+
swift_version: '5.9'
22+
23+
- platform: linux
24+
scheme: KeyPathsExtensions
25+
swift_version: '6.0'
26+
27+
- platform: ios
28+
scheme: KeyPathMapper
29+
30+
- platform: macos-spm
31+
scheme: KeyPathMapper
32+
33+
- platform: macos-xcodebuild
34+
scheme: KeyPathMapper
35+
36+
- platform: tvos
37+
scheme: KeyPathMapper
38+
39+
- platform: watchos
40+
scheme: KeyPathMapper
41+
42+
- platform: linux
43+
scheme: KeyPathsExtensions
44+
swift_version: '5.9'
45+
46+
- platform: linux
47+
scheme: KeyPathsExtensions
48+
swift_version: '6.0'
49+
50+
- documentation_targets:
51+
- KeyPathsExtensions
52+
- KeyPathMapper

0 commit comments

Comments
 (0)