Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Apr 18, 2024
1 parent f5d0cb9 commit d57d3de
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions website/docs/spm/01_IOS_SPM.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,6 @@ SPM uses Git for versioning. Your publication process will need to add tags to y

**If you are configuring KMMBridge on your own**, be aware that you need to set the Gradle `version` property correctly, or provide a different way for KMMBridge's SPM support to get a version for publishing (see [Configuration Overview - VersionManager](../general/CONFIGURATION_OVERVIEW.md#versionmanager))

### Specifying platform versions

You can specify platform versions in the spm config:

```kotlin
kmmbridge {
spm {
iOS("17.1")
tvOS("10")
}
}
```

Platforms that you can specify:

* iOS - default "16"
* macOS - default "13"
* tvOS - default "16.1"
* watchOS - default "9"

### Specifying swift tools version
You can use the `swiftToolsVersion` parameter to set the swift tools version that will be written to the Package.swift header. If no value is provided, version 5.3 will be used by default:

Expand Down

0 comments on commit d57d3de

Please sign in to comment.