We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc49c5b commit a80b2c0Copy full SHA for a80b2c0
.spi.yml
@@ -1,26 +1,17 @@
1
version: 1
2
builder:
3
- configs:
4
- platform: ios
5
- scheme: Interception
6
-
7
- platform: macos-spm
8
9
10
- platform: macos-xcodebuild
11
12
13
- platform: tvos
14
15
16
- platform: watchos
17
+ - platform: android
18
19
- - platform: macos-spm
20
- scheme: InterceptionMacrosPlugin
+ - platform: linux
+ swift_version: '5.9'
21
22
- - platform: macos-xcodebuild
23
+ swift_version: '6.0'
24
25
- documentation_targets:
26
- Interception
0 commit comments