Skip to content

Commit e83c195

Browse files
chore: Prepare for Capacitor 8 stable version (#99)
1 parent c255f94 commit e83c195

8 files changed

Lines changed: 17 additions & 35382 deletions

File tree

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: ["InAppBrowserPlugin"])
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/OutSystems/OSInAppBrowserLib-iOS.git", exact: "2.3.1")
1515
],
1616
targets: [

0 commit comments

Comments
 (0)