Skip to content

Commit a57890e

Browse files
chore: Prepare for Capacitor 8 stable version (#67)
1 parent 8abb07b commit a57890e

6 files changed

Lines changed: 12 additions & 19529 deletions

File tree

packages/capacitor-plugin/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
targets: ["GeolocationPlugin"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta"),
13+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0"),
1414
.package(url: "https://github.com/ionic-team/ion-ios-geolocation.git", from: "2.0.0")
1515
],
1616
targets: [

0 commit comments

Comments
 (0)