Skip to content

Commit 93769d1

Browse files
authored
fix: fix package swift repos
1 parent 98db471 commit 93769d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/PackageSwiftGenerator/GeneratePackageFile.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import Foundation
33
class GeneratePackageFile {
44
let packageName: String
55
let libName: String
6-
let capRepoName = "capacitor6-spm-test"
7-
let capLocation = "https://github.com/ionic-team/capacitor6-spm-test.git"
6+
let capRepoName = "capacitor-swift-pm"
7+
let capLocation = "https://github.com/ionic-team/capacitor-swift-pm.git"
88
let capVersion = "main"
99

1010
var packageText: String {

0 commit comments

Comments
 (0)