Skip to content

Commit f6c22db

Browse files
authored
doc(ios): update swift-tools-version to 5.9 in iOS Plugin Development Guide (#1479)
- Was changed in apache/cordova-ios#1611: `Since we require Xcode 15.0 or newer, we can safely set the swift-tools-version to 5.9.`
1 parent c0ed74d commit f6c22db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • www/docs/en/latest/guide/platforms/ios

www/docs/en/latest/guide/platforms/ios/plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Starting from Cordova-iOS 8 and greater, support for the Swift Package Manager (
253253
In the plugin's root directory, create a new file called `Package.swift` with the following content:
254254
255255
```swift
256-
// swift-tools-version:5.5
256+
// swift-tools-version:5.9
257257
258258
import PackageDescription
259259

0 commit comments

Comments
 (0)