Skip to content

Commit

Permalink
Update swift package version to 2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ivolz committed May 14, 2021
1 parent 70e65a5 commit 5a61b6e
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 @@
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
let releaseTAG = "2.8.3"
let releaseTAG = "2.8.4"
let package = Package(
name: "Approov",
platforms: [.iOS(.v10)],
Expand All @@ -18,7 +18,7 @@ let package = Package(
.binaryTarget(
name: "Approov",
url: "https://github.com/ivolz/approov-ios-sdk/releases/download/" + releaseTAG + "/Approov.xcframework.zip",
checksum: "36f93031289a4d88b9a1bda98118c7c80a1b764aea4b0e0c1f8bbc291d12fbc1"
checksum : "49df5e70b78b61e37b00c1057f5bc230afbffff7257f08907240bb83a3351157"
),
]
)
Expand Down

0 comments on commit 5a61b6e

Please sign in to comment.