We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c489ee2 commit 28add7aCopy full SHA for 28add7a
1 file changed
.spi.yml
@@ -2,19 +2,20 @@ version: 1
2
swift_versions:
3
- 5.10
4
- 6.0
5
+platforms:
6
+ - macos-spm
7
+ - ios
8
+ - tvos
9
+ - watchos
10
+ - linux
11
+ - visionos
12
+ - android
13
builder:
14
configs:
- - documentation_targets:
15
+ - platform: macos-spm
16
+ documentation_targets:
17
- CosmoSQLCore
18
- CosmoMSSQL
19
- CosmoPostgres
20
- CosmoMySQL
21
- CosmoSQLite
- platforms:
- - android
- - ios
- - macos
- - linux
- - tvos
- - watchos
- - visionos
0 commit comments