Skip to content

Commit

Permalink
chore: Use version instead of branch for SPM (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jan 24, 2025
1 parent f14603a commit 00c0ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["AppIconPlugin"])
],
dependencies: [
.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: "7.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit 00c0ff8

Please sign in to comment.