Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/docs/en/latest/guide/platforms/ios/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ Starting from Cordova-iOS 8 and greater, support for the Swift Package Manager (
In the plugin's root directory, create a new file called `Package.swift` with the following content:

```swift
// swift-tools-version:5.5
// swift-tools-version:5.9

import PackageDescription

Expand Down