Skip to content

Commit

Permalink
Update Apple frameworks binaries to version 0.17.1-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Aug 13, 2023
1 parent fe77900 commit 6afc46f
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 = "bb476008c212720ee878efdb5c8fb8b763a8573ca4dd0531edb3a62a4f812ca5"
let vscCommonChecksum = "0989c105e5055968f015caafdee97464cefe599f1d29b388f2be817b74a34602"
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 = "fe21fa73c6098f22d7451a5504adc45be575c6e781fea91616c27ec00c4c0a0a"
let vscFoundationChecksum = "f94a3dd2fcc748ca67a8a24d8bca5c1b3aa2722e646f1d2e992864a8ee1c6d1f"
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 = "30e61166b400aaccc46c016c1d2e6db490311fbf07dfde081406ca2f69a53560"
let vscPythiaChecksum = "b6434d2028685f7001d842741824e9502470e516fe044bf06b23b6b3e98cc111"
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 = "632f5ea5f696870c0433fdb0d39f921d495057988ad28c9b65ec8170007eefc6"
let vscRatchetChecksum = "33692dad96a3d94f68f2f6bbae5b383a07aeeb616ebb0c73bc7a09215ef9773f"
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 @@
bb476008c212720ee878efdb5c8fb8b763a8573ca4dd0531edb3a62a4f812ca5
0989c105e5055968f015caafdee97464cefe599f1d29b388f2be817b74a34602
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 @@
47fde4ca8cfb7dfb2a19bf9b671846a3dd3caa53b2d76ba269c33a1ec665f36b
28b2c92d839ff83a6252be86fdc32bfac789b163a9badeb4faae2874e2c0adb6
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 @@
fe21fa73c6098f22d7451a5504adc45be575c6e781fea91616c27ec00c4c0a0a
f94a3dd2fcc748ca67a8a24d8bca5c1b3aa2722e646f1d2e992864a8ee1c6d1f
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 @@
30e61166b400aaccc46c016c1d2e6db490311fbf07dfde081406ca2f69a53560
b6434d2028685f7001d842741824e9502470e516fe044bf06b23b6b3e98cc111
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 @@
632f5ea5f696870c0433fdb0d39f921d495057988ad28c9b65ec8170007eefc6
33692dad96a3d94f68f2f6bbae5b383a07aeeb616ebb0c73bc7a09215ef9773f

0 comments on commit 6afc46f

Please sign in to comment.