Skip to content

Commit

Permalink
Update ZCashClientKit
Browse files Browse the repository at this point in the history
  • Loading branch information
esen committed Feb 3, 2023
1 parent 8554b58 commit 389f77f
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion UnstoppableWallet/UnstoppableWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -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 */,
Expand Down Expand Up @@ -7702,6 +7704,7 @@
D3C187DD290FCFE400FE1900 /* StorageKit */,
D339A93C29126D0F00B895BE /* HsCryptoKit */,
6B423FD32913785800EE5E70 /* BitcoinCore */,

This comment has been minimized.

Copy link
@coleman3604

coleman3604 Mar 1, 2023

Excellent

D0C87E65298D17D5000CA9BE /* libzcashlc */,
);
productName = Wallet;
productReference = D38406BE21831B3D007D50AD /* Unstoppable.app */;
Expand Down Expand Up @@ -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 = "";
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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" */ = {
Expand Down Expand Up @@ -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" */;
Expand Down

1 comment on commit 389f77f

@coleman3604
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# #4816

Please sign in to comment.