Skip to content

Commit 78e0354

Browse files
committed
Commit from GitHub Actions (Dispatch Release)
1 parent 5c8b9c5 commit 78e0354

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ let package = Package(
1818
targets: [
1919
.binaryTarget(
2020
name: "Capacitor",
21-
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/6.2.1/Capacitor.xcframework.zip",
22-
checksum: "dad7b961661855fecd45c38b1e317f64a046323cc05d204d054ada6d5b7f4378"
21+
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/7.2.0/Capacitor.xcframework.zip",
22+
checksum: "d416a2e470d77644a71c42ae469df91ed37c853a30e662970160a831bdf9d4e3"
2323
),
2424
.binaryTarget(
2525
name: "Cordova",
26-
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/6.2.1/Cordova.xcframework.zip",
27-
checksum: "fb10239d76bf36787063e9a0c60219397c3648c781b8cd9e1a9e2a3990cbe5ce"
26+
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/7.2.0/Cordova.xcframework.zip",
27+
checksum: "d3a4da86f7b5f4ba32829d91803c40db321d17c1cf76223542adfbdc7e3a1b43"
2828
)
2929
]
3030
)

0 commit comments

Comments
 (0)