Skip to content

Commit

Permalink
Release 5.5.0 (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven0351 <[email protected]>
  • Loading branch information
Steven0351 and Steven0351 authored Oct 20, 2023
1 parent 8acde9a commit 2ac2ed8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ let package = Package(
targets: [
.binaryTarget(
name: "Capacitor",
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/5.4.0/Capacitor.xcframework.zip",
checksum: "7ed9d42250718fc4cd2be760e77f5e5059c88786d7d1f5166d4bf11f8901393f"
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/5.5.0/Capacitor.xcframework.zip",
checksum: "2cf0dab8d0a329f2921fab39836bb8105e2b0726522e9c442f460396643ed850"
),
.binaryTarget(
name: "Cordova",
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/5.4.0/Cordova.xcframework.zip",
checksum: "e7a54b4cbd2b453d0255a0cb187f06d4fc5422f2c67c7e5775997be7f5cc3ec2"
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/5.5.0/Cordova.xcframework.zip",
checksum: "0238c2e10596f241483c49d853ef59d938bd303ecbe83922b78824d1523431fe"
)
]
)

0 comments on commit 2ac2ed8

Please sign in to comment.