Skip to content

Commit 3fae15b

Browse files
committed
Commit from GitHub Actions (Dispatch Release)
1 parent 2cded5f commit 3fae15b

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.3.0/Capacitor.xcframework.zip",
22-
checksum: "1c7f5e488fabe9fe4f67ac0c91735eac38201bb2d0366e86b9d5f2f334461b8d"
21+
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/7.4.0/Capacitor.xcframework.zip",
22+
checksum: "ac41d775a92f3f31db90f12d0e30468ae5015cfc9785dacdf19a898c60587d3d"
2323
),
2424
.binaryTarget(
2525
name: "Cordova",
26-
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/7.3.0/Cordova.xcframework.zip",
27-
checksum: "498e400773067bb32136251416d5da6446a9221f827f7d5b0f1daad78289163f"
26+
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/7.4.0/Cordova.xcframework.zip",
27+
checksum: "7222fcbc63e1e06526476e98b54c98fca84b7820ce7ddf6cff1b025b7fa6e2e6"
2828
)
2929
]
3030
)

0 commit comments

Comments
 (0)