We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a2f2d commit d5f8699Copy full SHA for d5f8699
cli/src/util/spm.ts
@@ -100,7 +100,7 @@ import PackageDescription
100
// DO NOT MODIFY THIS FILE - managed by Capacitor CLI commands
101
let package = Package(
102
name: "CapApp-SPM",
103
- platforms: [.iOS(.v${iosVersion})],
+ platforms: [.iOS(${iosVersion.includes('.') ? `"${iosVersion}"` : `.v${iosVersion}`})],
104
products: [
105
.library(
106
0 commit comments