We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98db471 commit 93769d1Copy full SHA for 93769d1
Sources/PackageSwiftGenerator/GeneratePackageFile.swift
@@ -3,8 +3,8 @@ import Foundation
3
class GeneratePackageFile {
4
let packageName: String
5
let libName: String
6
- let capRepoName = "capacitor6-spm-test"
7
- let capLocation = "https://github.com/ionic-team/capacitor6-spm-test.git"
+ let capRepoName = "capacitor-swift-pm"
+ let capLocation = "https://github.com/ionic-team/capacitor-swift-pm.git"
8
let capVersion = "main"
9
10
var packageText: String {
0 commit comments