We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cead020 commit 2765458Copy full SHA for 2765458
Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
targets: ["InAppBrowserPlugin"])
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: "7.0.0"),
14
.package(url: "https://github.com/OutSystems/OSInAppBrowserLib-iOS.git", from: "2.2.0")
15
16
targets: [
0 commit comments