Skip to content

Commit 28add7a

Browse files
committed
chore: fix .spi.yml schema for Swift Package Index compatibility
1 parent c489ee2 commit 28add7a

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

.spi.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@ version: 1
22
swift_versions:
33
- 5.10
44
- 6.0
5+
platforms:
6+
- macos-spm
7+
- ios
8+
- tvos
9+
- watchos
10+
- linux
11+
- visionos
12+
- android
513
builder:
614
configs:
7-
- documentation_targets:
15+
- platform: macos-spm
16+
documentation_targets:
817
- CosmoSQLCore
918
- CosmoMSSQL
1019
- CosmoPostgres
1120
- CosmoMySQL
1221
- CosmoSQLite
13-
platforms:
14-
- android
15-
- ios
16-
- macos
17-
- linux
18-
- tvos
19-
- watchos
20-
- visionos

0 commit comments

Comments
 (0)