Skip to content

Commit

Permalink
Livery (2.0.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruirodrigues-eyenov committed Jun 11, 2024
1 parent 22a6525 commit 9f20950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import PackageDescription

// Current stable version of the Livery iOS SDK
let latestVersion = "2.0.5"
let latestVersion = "2.0.6"

// Hosting url where the release artifacts are hosted.
let hostingUrl = "https://sdk-ios-binaries.liveryvideo.com/xcframework/"
Expand All @@ -15,7 +15,7 @@ func createTarget() -> Target {
path: "\(localPath)Livery.xcframework") :
Target.binaryTarget(name: "Livery",
url: "\(hostingUrl)Livery-\(latestVersion).zip",
checksum: "d85764410e8d0f1f5afc37de03f97f7aaeb394a1c83f5f9d629db2583c4c8441")
checksum: "8c2aec1ec562d816c6610e84c3e8f27d49cd5f363ac97760aa2cc43b585f27ab")
}

let target = createTarget()
Expand Down

0 comments on commit 9f20950

Please sign in to comment.