Skip to content

Commit

Permalink
v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-troshkov committed Feb 24, 2021
1 parent d3da307 commit 3fca593
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
/Packages
/*.xcodeproj
xcuserdata/
*.zip

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.1.zip",
checksum: "6ea29da04a6f58a78e320575c3520293815c20feac58a669e0c2daf95d49d045"
url: "https://s3.amazonaws.com/sdk.cxense.com/CxenseSDK-iOS-1.9.2.zip",
checksum: "028a333d180d8db39662f38532d0834f4bbd085a2d36da833ffd0b9c81f1ff5a"
),
.binaryTarget(
name: "CxenseSDK_TV",
url: "https://s3.amazonaws.com/sdk.cxense.com/CxenseSDK-tvOS-1.9.1.zip",
checksum: "ec010c56f31900338a5f12c09e8b331eee72a2aaa457aa0fb27f8775d77f2284"
url: "https://s3.amazonaws.com/sdk.cxense.com/CxenseSDK-tvOS-1.9.2.zip",
checksum: "3359e6443558b9bbc82896ee0631261cec8163f58cf29ce822bef83022a02f2d"
)
]
)

0 comments on commit 3fca593

Please sign in to comment.