Skip to content

Commit fa7be66

Browse files
committed
Commit from GitHub Actions (Dispatch Release)
1 parent 2827600 commit fa7be66

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/7.0.0-alpha.2/Capacitor.xcframework.zip",
22-
checksum: "09210b4b22d84ed39f2a0bc566ebe67aa74a65fec9a13924a948903d6ec04b15"
21+
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/7.0.0-beta.0/Capacitor.xcframework.zip",
22+
checksum: "a999f8bca3683957203e95a08fec1023b25b08d5ba0bcb27c066e0ae46fa3e1a"
2323
),
2424
.binaryTarget(
2525
name: "Cordova",
26-
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/7.0.0-alpha.2/Cordova.xcframework.zip",
27-
checksum: "617bf7eca288e9ae7d9958efc14cc25246990bc9f78a014383f34c1f3033e492"
26+
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/7.0.0-beta.0/Cordova.xcframework.zip",
27+
checksum: "c8ea30b2c78a025658eb6984b5ecb982af8597b769805ccfc47294e51b6cd0ef"
2828
)
2929
]
3030
)

0 commit comments

Comments
 (0)