Skip to content

Commit

Permalink
Update Apple frameworks binaries to version 0.17.1 (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Aug 13, 2023
1 parent dfa32da commit 6dcf960
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let vscCommonBinaryTarget = {
if (useLocalBinaries) {
return Target.binaryTarget(name: "VSCCommon", path: "binaries//VSCCommon.xcframework.zip")
} else {
let vscCommonChecksum = "0989c105e5055968f015caafdee97464cefe599f1d29b388f2be817b74a34602"
let vscCommonChecksum = "99193a9c8a71cebcaadf282ac2f4d5d398f1dee8567799d6a0cdd3e3d63ba1a3"
return Target.binaryTarget(
name: "VSCCommon",
url: "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v\(version)/VSCCommon.xcframework.zip",
Expand All @@ -22,7 +22,7 @@ let vscFoundationBinaryTarget = {
if (useLocalBinaries) {
return Target.binaryTarget(name: "VSCFoundation", path: "binaries//VSCFoundation.xcframework.zip")
} else {
let vscFoundationChecksum = "f94a3dd2fcc748ca67a8a24d8bca5c1b3aa2722e646f1d2e992864a8ee1c6d1f"
let vscFoundationChecksum = "b38a85c73b033dc62b55e1d7c7e4988504176b451fd2e87eaad86b616921276a"
return Target.binaryTarget(
name: "VSCFoundation",
url: "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v\(version)/VSCFoundation.xcframework.zip",
Expand All @@ -35,7 +35,7 @@ let vscPythiaBinaryTarget = {
if (useLocalBinaries) {
return Target.binaryTarget(name: "VSCPythia", path: "binaries//VSCPythia.xcframework.zip")
} else {
let vscPythiaChecksum = "b6434d2028685f7001d842741824e9502470e516fe044bf06b23b6b3e98cc111"
let vscPythiaChecksum = "6d5fde11d0ff1c531a7943006a4b1816e37135ea5692f60f47497b9049a649b5"
return Target.binaryTarget(
name: "VSCPythia",
url: "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v\(version)/VSCPythia.xcframework.zip",
Expand All @@ -48,7 +48,7 @@ let vscRatchetBinaryTarget = {
if (useLocalBinaries) {
return Target.binaryTarget(name: "VSCRatchet", path: "binaries//VSCRatchet.xcframework.zip")
} else {
let vscRatchetChecksum = "33692dad96a3d94f68f2f6bbae5b383a07aeeb616ebb0c73bc7a09215ef9773f"
let vscRatchetChecksum = "31e8e7ed15c7596262546b53ec36622876f2025f855799e22346d3bf13c0291a"
return Target.binaryTarget(
name: "VSCRatchet",
url: "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v\(version)/VSCRatchet.xcframework.zip",
Expand Down
Binary file modified binaries/VSCCommon.xcframework.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion binaries/VSCCommon.xcframework.zip.sha256sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0989c105e5055968f015caafdee97464cefe599f1d29b388f2be817b74a34602
99193a9c8a71cebcaadf282ac2f4d5d398f1dee8567799d6a0cdd3e3d63ba1a3
Binary file modified binaries/VSCCrypto.xcframework.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion binaries/VSCCrypto.xcframework.zip.sha256sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
28b2c92d839ff83a6252be86fdc32bfac789b163a9badeb4faae2874e2c0adb6
3ba14650471da2dd64f04746c5f5c37ecd6394342c4a8a07f188558a61c39e01
Binary file modified binaries/VSCFoundation.xcframework.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion binaries/VSCFoundation.xcframework.zip.sha256sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f94a3dd2fcc748ca67a8a24d8bca5c1b3aa2722e646f1d2e992864a8ee1c6d1f
b38a85c73b033dc62b55e1d7c7e4988504176b451fd2e87eaad86b616921276a
Binary file modified binaries/VSCPythia.xcframework.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion binaries/VSCPythia.xcframework.zip.sha256sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b6434d2028685f7001d842741824e9502470e516fe044bf06b23b6b3e98cc111
6d5fde11d0ff1c531a7943006a4b1816e37135ea5692f60f47497b9049a649b5
Binary file modified binaries/VSCRatchet.xcframework.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion binaries/VSCRatchet.xcframework.zip.sha256sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
33692dad96a3d94f68f2f6bbae5b383a07aeeb616ebb0c73bc7a09215ef9773f
31e8e7ed15c7596262546b53ec36622876f2025f855799e22346d3bf13c0291a

0 comments on commit 6dcf960

Please sign in to comment.