From 389f77fadc9d51bdc194996cde5b62f444e1b1cf Mon Sep 17 00:00:00 2001 From: Kydyr uulu Esenbek Date: Fri, 3 Feb 2023 17:01:23 +0600 Subject: [PATCH] Update ZCashClientKit --- .../project.pbxproj | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/UnstoppableWallet/UnstoppableWallet.xcodeproj/project.pbxproj b/UnstoppableWallet/UnstoppableWallet.xcodeproj/project.pbxproj index 57216c6010..f90751db1c 100644 --- a/UnstoppableWallet/UnstoppableWallet.xcodeproj/project.pbxproj +++ b/UnstoppableWallet/UnstoppableWallet.xcodeproj/project.pbxproj @@ -3052,6 +3052,7 @@ D09200C8293F21720091981A /* RestoreNonStandardModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = D09200C1293F21720091981A /* RestoreNonStandardModule.swift */; }; D09200C9293F21720091981A /* RestoreNonStandardModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = D09200C1293F21720091981A /* RestoreNonStandardModule.swift */; }; D09200CA293F21720091981A /* RestoreNonStandardModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = D09200C1293F21720091981A /* RestoreNonStandardModule.swift */; }; + D0C87E66298D17D5000CA9BE /* libzcashlc in Frameworks */ = {isa = PBXBuildFile; productRef = D0C87E65298D17D5000CA9BE /* libzcashlc */; }; D0D5BCBC2976CB9F00587FDB /* PasswordInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0D5BCBB2976CB9F00587FDB /* PasswordInputView.swift */; }; D0D5BCBD2976CB9F00587FDB /* PasswordInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0D5BCBB2976CB9F00587FDB /* PasswordInputView.swift */; }; D0D5BCBE2976CB9F00587FDB /* PasswordInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0D5BCBB2976CB9F00587FDB /* PasswordInputView.swift */; }; @@ -4575,6 +4576,7 @@ D3604E8828F03D9E0066C366 /* DashKit in Frameworks */, D3C187B32907A60800FE1900 /* HdWalletKit in Frameworks */, D3604E5028F02AE70066C366 /* UniswapKit in Frameworks */, + D0C87E66298D17D5000CA9BE /* libzcashlc in Frameworks */, D3604E7328F03B0A0066C366 /* ScanQrKit in Frameworks */, D3BF1E63274CBBCE00229A00 /* DeepDiff in Frameworks */, D3993DA528F4229F008720FB /* ZcashLightClientKit in Frameworks */, @@ -7702,6 +7704,7 @@ D3C187DD290FCFE400FE1900 /* StorageKit */, D339A93C29126D0F00B895BE /* HsCryptoKit */, 6B423FD32913785800EE5E70 /* BitcoinCore */, + D0C87E65298D17D5000CA9BE /* libzcashlc */, ); productName = Wallet; productReference = D38406BE21831B3D007D50AD /* Unstoppable.app */; @@ -7785,6 +7788,7 @@ D3C187DC290FCFE400FE1900 /* XCRemoteSwiftPackageReference "StorageKit.Swift" */, D339A93B29126D0E00B895BE /* XCRemoteSwiftPackageReference "HsCryptoKit.Swift" */, 6B423FD22913785800EE5E70 /* XCRemoteSwiftPackageReference "BitcoinCore.Swift" */, + D0C87E64298D17D5000CA9BE /* XCRemoteSwiftPackageReference "zcash-light-client-ffi" */, ); productRefGroup = D3285F4320BD158E00644076 /* Products */; projectDirPath = ""; @@ -11428,6 +11432,14 @@ version = 1.0.3; }; }; + D0C87E64298D17D5000CA9BE /* XCRemoteSwiftPackageReference "zcash-light-client-ffi" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/zcash-hackworks/zcash-light-client-ffi"; + requirement = { + kind = exactVersion; + version = 0.1.1; + }; + }; D0DA740B272A6EFC0072BE86 /* XCRemoteSwiftPackageReference "UnicodeURL" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/nysander/UnicodeURL.git"; @@ -11601,7 +11613,7 @@ repositoryURL = "https://github.com/zcash/ZcashLightClientKit"; requirement = { kind = exactVersion; - version = "0.17.0-beta"; + version = "0.17.5-beta"; }; }; D3993DAA28F42549008720FB /* XCRemoteSwiftPackageReference "WalletConnectSwiftV2" */ = { @@ -11731,6 +11743,11 @@ package = 6B423FD22913785800EE5E70 /* XCRemoteSwiftPackageReference "BitcoinCore.Swift" */; productName = BitcoinCore; }; + D0C87E65298D17D5000CA9BE /* libzcashlc */ = { + isa = XCSwiftPackageProductDependency; + package = D0C87E64298D17D5000CA9BE /* XCRemoteSwiftPackageReference "zcash-light-client-ffi" */; + productName = libzcashlc; + }; D0DA740C272A6EFC0072BE86 /* IDNSDK */ = { isa = XCSwiftPackageProductDependency; package = D0DA740B272A6EFC0072BE86 /* XCRemoteSwiftPackageReference "UnicodeURL" */;