Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-2557 Claiming transaction creation #2585

Merged
merged 13 commits into from
Sep 1, 2022
8 changes: 8 additions & 0 deletions Multisig.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@
0A9E8E7725B9CA4200256AD3 /* BannerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A9E8E7525B9CA4200256AD3 /* BannerTableViewCell.swift */; };
0A9E8E7825B9CA4200256AD3 /* BannerTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0A9E8E7625B9CA4200256AD3 /* BannerTableViewCell.xib */; };
0AA59CC4270CAE91000CA7B1 /* LedgerKeyAddedViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AA59CC3270CAE91000CA7B1 /* LedgerKeyAddedViewController.swift */; };
0AA5F55D28BF667000D6D220 /* claiming_test_fixtures.json in Resources */ = {isa = PBXBuildFile; fileRef = 0AA5F55C28BF667000D6D220 /* claiming_test_fixtures.json */; };
0AA5F55F28BF6F2200D6D220 /* claiming_test_fixtures.yml in Resources */ = {isa = PBXBuildFile; fileRef = 0AA5F55E28BF6F2200D6D220 /* claiming_test_fixtures.yml */; };
0AA9F1F42497BCA9005BD60F /* TokenInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9F1F32497BCA9005BD60F /* TokenInfo.swift */; };
0AA9F2072497BE9B005BD60F /* UInt256.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9F2062497BE9B005BD60F /* UInt256.swift */; };
0AA9F2512498CC62005BD60F /* AddressString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9F2502498CC62005BD60F /* AddressString.swift */; };
Expand Down Expand Up @@ -1355,6 +1357,8 @@
0A9E8E7625B9CA4200256AD3 /* BannerTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = BannerTableViewCell.xib; sourceTree = "<group>"; };
0AA59CC1270CAD05000CA7B1 /* SafeLoadedViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafeLoadedViewController.swift; sourceTree = "<group>"; };
0AA59CC3270CAE91000CA7B1 /* LedgerKeyAddedViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LedgerKeyAddedViewController.swift; sourceTree = "<group>"; };
0AA5F55C28BF667000D6D220 /* claiming_test_fixtures.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = claiming_test_fixtures.json; sourceTree = "<group>"; };
0AA5F55E28BF6F2200D6D220 /* claiming_test_fixtures.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.yaml; path = claiming_test_fixtures.yml; sourceTree = "<group>"; };
0AA9F1F32497BCA9005BD60F /* TokenInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TokenInfo.swift; sourceTree = "<group>"; };
0AA9F2062497BE9B005BD60F /* UInt256.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UInt256.swift; sourceTree = "<group>"; };
0AA9F2502498CC62005BD60F /* AddressString.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddressString.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -3020,6 +3024,8 @@
0A61E8432670E5FF009D68A4 /* UI Snapshot Tests */,
0A01DCE32770B0A100A87D7A /* TransactionIntegrationTests.swift */,
0AF8D1A92822C74E0035DCF7 /* SafeTransactionControllerIntegrationTests.swift */,
0AA5F55E28BF6F2200D6D220 /* claiming_test_fixtures.yml */,
0AA5F55C28BF667000D6D220 /* claiming_test_fixtures.json */,
0A884C4328B3B4BC00D008A0 /* ClaimingAppControllerTests.swift */,
);
path = MultisigIntegrationTests;
Expand Down Expand Up @@ -4568,8 +4574,10 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0AA5F55F28BF6F2200D6D220 /* claiming_test_fixtures.yml in Resources */,
0A61E8452670E632009D68A4 /* __Snapshots__ in Resources */,
6A91EFDA27DA2C8D009E63E9 /* wc_registry_wallets.json in Resources */,
0AA5F55D28BF667000D6D220 /* claiming_test_fixtures.json in Resources */,
0A74719A269F152D008E9F2D /* chains_4_safes_0x1230B3d59858296A31053C1b8562Ecf89A2f888b_balances_usd.json in Resources */,
0A3DFEFE2667D3A700B45770 /* README.md in Resources */,
);
Expand Down
Loading