We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a1e47 commit 9c8d6b7Copy full SHA for 9c8d6b7
assets/plugin-template/Package.swift.mustache
@@ -10,7 +10,7 @@ let package = Package(
10
targets: ["{{ CLASS }}Plugin"])
11
],
12
dependencies: [
13
- .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main")
+ .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "{{{ CAPACITOR_VERSION }}}")
14
15
targets: [
16
.target(
0 commit comments