Skip to content

Commit

Permalink
docs: Update build configurations for Swift Package Index
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyMAndersson committed Sep 25, 2023
1 parent 6f1aa7f commit 40a01be
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .spi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
version: 1
builder:
configs:
- platform: macos
target: StatKit
swift_target: 5.7
- platform: ios
target: StatKit
swift_target: 5.7
- platform: tvos
target: StatKit
swift_target: 5.7
- platform: linux
target: StatKit
swift_target: 5.7
- documentation_targets: [StatKit]
custom_documentation_parameters: [--include-extended-types]

0 comments on commit 40a01be

Please sign in to comment.