Skip to content

Commit

Permalink
v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-troshkov committed Apr 12, 2021
1 parent 3fca593 commit 56cac4c
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 @@ -21,13 +21,13 @@ let package = Package(
targets: [
.binaryTarget(
name: "CxenseSDK",
url: "https://s3.amazonaws.com/sdk.cxense.com/CxenseSDK-iOS-1.9.2.zip",
checksum: "028a333d180d8db39662f38532d0834f4bbd085a2d36da833ffd0b9c81f1ff5a"
url: "https://s3.amazonaws.com/sdk.cxense.com/CxenseSDK-iOS-1.9.3.zip",
checksum: "bfefba4d6576cb8bfc9733ede61a018e29802164c449ee0592f3040b69f64552"
),
.binaryTarget(
name: "CxenseSDK_TV",
url: "https://s3.amazonaws.com/sdk.cxense.com/CxenseSDK-tvOS-1.9.2.zip",
checksum: "3359e6443558b9bbc82896ee0631261cec8163f58cf29ce822bef83022a02f2d"
url: "https://s3.amazonaws.com/sdk.cxense.com/CxenseSDK-tvOS-1.9.3.zip",
checksum: "0274a6a45b74a475ae7834ecf02ec0b0573814aca0726f9cf807ea4094936abc"
)
]
)

0 comments on commit 56cac4c

Please sign in to comment.