Skip to content

Commit 4dd83b8

Browse files
authored
fix: use proper Capacitor 6 SPM dependency
1 parent 86ffb91 commit 4dd83b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
targets: ["AdMobPlugin"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.0.0"),
13+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0"),
1414
.package(url: "https://github.com/googleads/swift-package-manager-google-mobile-ads.git", branch: "main")
1515
],
1616
targets: [

0 commit comments

Comments
 (0)