Skip to content

Commit

Permalink
Update Apple frameworks binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Aug 8, 2023
1 parent 283f156 commit 8cce0e3
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 = "4efb8ccd4ad15c5a049556ff0e546fc8f553c5d0fc9ae186e5871914fd75b3bf"
let vscCommonChecksum = "3f6cc4c08223367e7eb8cad2873955b2bc4d98864bf34db5af11777e55c46fd0"
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 = "44902d02b7346ec090d7f35479e70fc6dc66798645232d8b49ae13c6cb94ad2f"
let vscFoundationChecksum = "4e911c0b4f99207edabfa73cbef763106f649a2eb8ca72851f6ab1c6dad7896d"
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 = "38d2bdb47e50a7ef7ba3e3125f3e1007745f29272e23cfba293c6c975232adea"
let vscPythiaChecksum = "3caff7516eff4a2da00de75cc41eeb845bcf19d9a6b478854329aed92c196aa8"
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 = "2f3e51b7de60206ba9829289b775263d0c25197d2ce326280e0a02c2ef1f80cb"
let vscRatchetChecksum = "f24d0dbeb72409c0681e43059dbedb74bffc7b8b025d8b7cf28c866cc977e9f7"
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 @@
4efb8ccd4ad15c5a049556ff0e546fc8f553c5d0fc9ae186e5871914fd75b3bf
3f6cc4c08223367e7eb8cad2873955b2bc4d98864bf34db5af11777e55c46fd0
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 @@
cf14f6502a05b69df3bc414a9eb4c159e7dbd305c296c604bbb1fe89b2bf1ea9
bb74145b9189df2d49c44f0eee7a32922128fa5f04b42b35cb40d74ae939b652
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 @@
44902d02b7346ec090d7f35479e70fc6dc66798645232d8b49ae13c6cb94ad2f
4e911c0b4f99207edabfa73cbef763106f649a2eb8ca72851f6ab1c6dad7896d
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 @@
38d2bdb47e50a7ef7ba3e3125f3e1007745f29272e23cfba293c6c975232adea
3caff7516eff4a2da00de75cc41eeb845bcf19d9a6b478854329aed92c196aa8
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 @@
2f3e51b7de60206ba9829289b775263d0c25197d2ce326280e0a02c2ef1f80cb
f24d0dbeb72409c0681e43059dbedb74bffc7b8b025d8b7cf28c866cc977e9f7

0 comments on commit 8cce0e3

Please sign in to comment.