Capacitor Version
Support for setting this in Capacitor plugins was added here but this doesn't extend to Cordova plugins.
Other API Details
Platforms Affected
Current Behavior
swift-tools-version: 5.9 hardcoded in
|
const content = `// swift-tools-version: 5.9 |
Expected Behavior
Should take value of
{
// other configs...
"experimental": {
"ios": {
"spm": {
"swiftToolsVersion": "6.1"
}
}
}
}
from capacitor.config.json
Project Reproduction
https://github.com/ionic-team/capacitor
Additional Information
No response
Capacitor Version
Support for setting this in Capacitor plugins was added here but this doesn't extend to Cordova plugins.
Other API Details
Platforms Affected
Current Behavior
swift-tools-version: 5.9hardcoded incapacitor/cli/src/ios/update.ts
Line 259 in de1e506
Expected Behavior
Should take value of
from
capacitor.config.jsonProject Reproduction
https://github.com/ionic-team/capacitor
Additional Information
No response