Skip to content

Commit

Permalink
chore: update Package.swift in template for new Repo (#7279)
Browse files Browse the repository at this point in the history
  • Loading branch information
markemer committed Feb 26, 2024
1 parent 0f9651d commit fe53330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ios-spm-template/App/CapApp-SPM/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ let package = Package(
targets: ["CapApp-SPM"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor6-spm-test.git", branch: "main")
.package(url: "https://github.com/ionic-team/capacitor-spm.git", branch: "main")
],
targets: [
.target(
name: "CapApp-SPM",
dependencies: [
.product(name: "Capacitor", package: "capacitor6-spm-test"),
.product(name: "Cordova", package: "capacitor6-spm-test")
.product(name: "Capacitor", package: "capacitor-spm"),
.product(name: "Cordova", package: "capacitor-spm")
]
)
]
Expand Down

0 comments on commit fe53330

Please sign in to comment.