From 68e08578b2e564522f295a73acc10522d326c40b Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Wed, 25 Feb 2026 10:02:31 +0100 Subject: [PATCH] doc(ios): update swift-tools-version to 5.9 in iOS Plugin Development Guide - Was changed in https://github.com/apache/cordova-ios/pull/1611: `Since we require Xcode 15.0 or newer, we can safely set the swift-tools-version to 5.9.` --- www/docs/en/latest/guide/platforms/ios/plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/en/latest/guide/platforms/ios/plugin.md b/www/docs/en/latest/guide/platforms/ios/plugin.md index 0e2035d344..7c03897043 100644 --- a/www/docs/en/latest/guide/platforms/ios/plugin.md +++ b/www/docs/en/latest/guide/platforms/ios/plugin.md @@ -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