Skip to content

Commit c4485ac

Browse files
committed
feat(SPI): Update .spi.yml
1 parent 013ef60 commit c4485ac

File tree

2 files changed

+25
-17
lines changed

2 files changed

+25
-17
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: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
version: 1
22
builder:
3-
configs:
4-
- platform: ios
5-
scheme: Resettable
6-
- platform: macos-xcodebuild
7-
scheme: Resettable
8-
- platform: tvos
9-
scheme: Resettable
10-
- platform: watchos
11-
scheme: Resettable
12-
- platform: linux
13-
scheme: Resettable
14-
swift_version: '5.9'
15-
- platform: linux
16-
scheme: Resettable
17-
swift_version: '6.0'
3+
configs:
4+
- platform: ios
5+
scheme: Resettable
6+
7+
- platform: macos-xcodebuild
8+
scheme: Resettable
189

19-
- documentation_targets:
20-
- Resettable
10+
- platform: tvos
11+
scheme: Resettable
12+
13+
- platform: watchos
14+
scheme: Resettable
15+
16+
- platform: linux
17+
scheme: Resettable
18+
swift_version: '5.9'
19+
20+
- platform: linux
21+
scheme: Resettable
22+
swift_version: '6.0'
23+
24+
- documentation_targets:
25+
- Resettable

0 commit comments

Comments
 (0)