Skip to content

Commit 2cded5f

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

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

0 commit comments

Comments
 (0)