We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93769d1 commit afa415dCopy full SHA for afa415d
Sources/PackageSwiftGenerator/GeneratePackageFile.swift
@@ -5,7 +5,7 @@ class GeneratePackageFile {
5
let libName: String
6
let capRepoName = "capacitor-swift-pm"
7
let capLocation = "https://github.com/ionic-team/capacitor-swift-pm.git"
8
- let capVersion = "main"
+ let capVersion = "6.0.0"
9
10
var packageText: String {
11
return """
0 commit comments