Skip to content

Commit

Permalink
fix: fix package swift repos
Browse files Browse the repository at this point in the history
  • Loading branch information
markemer authored Apr 17, 2024
1 parent 98db471 commit 93769d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/PackageSwiftGenerator/GeneratePackageFile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import Foundation
class GeneratePackageFile {
let packageName: String
let libName: String
let capRepoName = "capacitor6-spm-test"
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"
let capVersion = "main"

var packageText: String {
Expand Down

0 comments on commit 93769d1

Please sign in to comment.