|
18 | 18 | 3A3F59BD225931BE0075C9E7 /* NameHash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81A7B2502143C3A8004CD2C7 /* NameHash.swift */; };
|
19 | 19 | 3A3F59BE225931BE0075C9E7 /* ENS.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2E668CD214F8A7B00C3CC2D /* ENS.swift */; };
|
20 | 20 | 3A3F59BF225931BE0075C9E7 /* ENSResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = B219DC162154F3EE0035BF94 /* ENSResolver.swift */; };
|
| 21 | + 3A52CCB22264A6D4001C8D7A /* NonceMiddleware.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81ED4EA72190D922003E932E /* NonceMiddleware.swift */; }; |
| 22 | + 3A52CCB32264A6DC001C8D7A /* NonceMiddleware.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81ED4EA72190D922003E932E /* NonceMiddleware.swift */; }; |
| 23 | + 3A52CCB72264B712001C8D7A /* BaseRegistrar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A52CCB62264B712001C8D7A /* BaseRegistrar.swift */; }; |
| 24 | + 3A52CCB82264B712001C8D7A /* BaseRegistrar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A52CCB62264B712001C8D7A /* BaseRegistrar.swift */; }; |
| 25 | + 3A52CCBA2264B728001C8D7A /* RegistrarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A52CCB92264B728001C8D7A /* RegistrarController.swift */; }; |
| 26 | + 3A52CCBB2264B728001C8D7A /* RegistrarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A52CCB92264B728001C8D7A /* RegistrarController.swift */; }; |
21 | 27 | 3AE8913C2256286C00D08E99 /* Web3+ERC1155.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AE8911C2256286B00D08E99 /* Web3+ERC1155.swift */; };
|
22 | 28 | 3AE8913D2256286C00D08E99 /* Web3+ERC1155.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AE8911C2256286B00D08E99 /* Web3+ERC1155.swift */; };
|
23 | 29 | 3AE8913E2256286C00D08E99 /* Web3+ERC1376.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AE8911E2256286B00D08E99 /* Web3+ERC1376.swift */; };
|
|
258 | 264 | 2B8FEFF3962166E1BEADC886 /* Pods_web3swift_ios.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_web3swift_ios.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
259 | 265 | 342700493511FEB189700D13 /* Pods-web3swift-iOS_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-web3swift-iOS_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-web3swift-iOS_Tests/Pods-web3swift-iOS_Tests.debug.xcconfig"; sourceTree = "<group>"; };
|
260 | 266 | 391A0D2EF42488E5C8AB2F71 /* Pods_web3swift_osx_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_web3swift_osx_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 267 | + 3A52CCB62264B712001C8D7A /* BaseRegistrar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseRegistrar.swift; sourceTree = "<group>"; }; |
| 268 | + 3A52CCB92264B728001C8D7A /* RegistrarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegistrarController.swift; sourceTree = "<group>"; }; |
261 | 269 | 3AE8911C2256286B00D08E99 /* Web3+ERC1155.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC1155.swift"; sourceTree = "<group>"; };
|
262 | 270 | 3AE8911E2256286B00D08E99 /* Web3+ERC1376.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC1376.swift"; sourceTree = "<group>"; };
|
263 | 271 | 3AE891202256286B00D08E99 /* Web3+ERC888.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC888.swift"; sourceTree = "<group>"; };
|
|
469 | 477 | 1CD91AFE1FD76910007BFB45 /* web3swift */ = {
|
470 | 478 | isa = PBXGroup;
|
471 | 479 | children = (
|
472 |
| - 8159C50921343EF900197B91 /* PrecompiledContracts */, |
| 480 | + 8159C50921343EF900197B91 /* Tokens */, |
473 | 481 | 81FECD43211ADE20006DA367 /* ObjectiveCbridge */,
|
474 | 482 | 81A1821220D5A2430016741F /* Promises */,
|
475 | 483 | 81C0FCED20440BDF00D82FAF /* HookedFunctions */,
|
|
515 | 523 | path = web3swiftTests;
|
516 | 524 | sourceTree = "<group>";
|
517 | 525 | };
|
| 526 | + 3A52CCB42264A938001C8D7A /* ENS */ = { |
| 527 | + isa = PBXGroup; |
| 528 | + children = ( |
| 529 | + 81A7B2502143C3A8004CD2C7 /* NameHash.swift */, |
| 530 | + B2E668CD214F8A7B00C3CC2D /* ENS.swift */, |
| 531 | + B219DC162154F3EE0035BF94 /* ENSResolver.swift */, |
| 532 | + 3A52CCB62264B712001C8D7A /* BaseRegistrar.swift */, |
| 533 | + 3A52CCB92264B728001C8D7A /* RegistrarController.swift */, |
| 534 | + ); |
| 535 | + path = ENS; |
| 536 | + sourceTree = "<group>"; |
| 537 | + }; |
| 538 | + 3A52CCB52264A9E1001C8D7A /* EIP */ = { |
| 539 | + isa = PBXGroup; |
| 540 | + children = ( |
| 541 | + 81FB21F8207BA78B007F9A83 /* EIP67Code.swift */, |
| 542 | + 81A7B2862143DBF6004CD2C7 /* EIP681.swift */, |
| 543 | + ); |
| 544 | + path = EIP; |
| 545 | + sourceTree = "<group>"; |
| 546 | + }; |
518 | 547 | 3AE8911B2256286B00D08E99 /* ERC1155 */ = {
|
519 | 548 | isa = PBXGroup;
|
520 | 549 | children = (
|
|
674 | 703 | 8113D2AE1FD7E1590074282C /* Utils */ = {
|
675 | 704 | isa = PBXGroup;
|
676 | 705 | children = (
|
677 |
| - 8113D2AF1FD7E1590074282C /* Classes */, |
| 706 | + 3A52CCB52264A9E1001C8D7A /* EIP */, |
| 707 | + 3A52CCB42264A938001C8D7A /* ENS */, |
| 708 | + 8113D2AF1FD7E1590074282C /* Hooks */, |
678 | 709 | );
|
679 | 710 | path = Utils;
|
680 | 711 | sourceTree = "<group>";
|
681 | 712 | };
|
682 |
| - 8113D2AF1FD7E1590074282C /* Classes */ = { |
| 713 | + 8113D2AF1FD7E1590074282C /* Hooks */ = { |
683 | 714 | isa = PBXGroup;
|
684 | 715 | children = (
|
685 |
| - 81FB21F8207BA78B007F9A83 /* EIP67Code.swift */, |
686 |
| - 81A7B2502143C3A8004CD2C7 /* NameHash.swift */, |
687 |
| - 81A7B2862143DBF6004CD2C7 /* EIP681.swift */, |
688 |
| - B2E668CD214F8A7B00C3CC2D /* ENS.swift */, |
689 |
| - B219DC162154F3EE0035BF94 /* ENSResolver.swift */, |
690 | 716 | 81ED4EA72190D922003E932E /* NonceMiddleware.swift */,
|
691 | 717 | );
|
692 |
| - path = Classes; |
| 718 | + path = Hooks; |
693 | 719 | sourceTree = "<group>";
|
694 | 720 | };
|
695 | 721 | 8113D2B51FD7E1590074282C /* KeystoreManager */ = {
|
696 |
| - isa = PBXGroup; |
697 |
| - children = ( |
698 |
| - 8113D2B71FD7E1590074282C /* Classes */, |
699 |
| - ); |
700 |
| - path = KeystoreManager; |
701 |
| - sourceTree = "<group>"; |
702 |
| - }; |
703 |
| - 8113D2B71FD7E1590074282C /* Classes */ = { |
704 | 722 | isa = PBXGroup;
|
705 | 723 | children = (
|
706 | 724 | 817EBB2420066E2B00E02EAA /* AbstractKeystore.swift */,
|
|
715 | 733 | 8103BBCB2077B84400499769 /* PlainKeystore.swift */,
|
716 | 734 | 8160E5CD20B8245A0070070B /* IBAN.swift */,
|
717 | 735 | );
|
718 |
| - path = Classes; |
| 736 | + path = KeystoreManager; |
719 | 737 | sourceTree = "<group>";
|
720 | 738 | };
|
721 | 739 | 8113D2C11FD7E1590074282C /* Transaction */ = {
|
722 |
| - isa = PBXGroup; |
723 |
| - children = ( |
724 |
| - 8113D2C21FD7E1590074282C /* Classes */, |
725 |
| - ); |
726 |
| - path = Transaction; |
727 |
| - sourceTree = "<group>"; |
728 |
| - }; |
729 |
| - 8113D2C21FD7E1590074282C /* Classes */ = { |
730 | 740 | isa = PBXGroup;
|
731 | 741 | children = (
|
732 | 742 | 8113D2C31FD7E1590074282C /* EthereumTransaction.swift */,
|
733 | 743 | 81C0FCF520440F9900D82FAF /* TransactionSigner.swift */,
|
734 | 744 | 8125F06820499AC300A0F2FE /* BloomFilter.swift */,
|
735 | 745 | );
|
736 |
| - path = Classes; |
| 746 | + path = Transaction; |
737 | 747 | sourceTree = "<group>";
|
738 | 748 | };
|
739 |
| - 8159C50921343EF900197B91 /* PrecompiledContracts */ = { |
| 749 | + 8159C50921343EF900197B91 /* Tokens */ = { |
740 | 750 | isa = PBXGroup;
|
741 | 751 | children = (
|
742 | 752 | 3AE891262256286B00D08E99 /* ERC20 */,
|
|
756 | 766 | 3AE8912A2256286B00D08E99 /* ERC1644 */,
|
757 | 767 | 3AE891212256286B00D08E99 /* ST20 */,
|
758 | 768 | );
|
759 |
| - path = PrecompiledContracts; |
| 769 | + path = Tokens; |
760 | 770 | sourceTree = "<group>";
|
761 | 771 | };
|
762 | 772 | 818EABD71FDC9A3800E013FC /* Contract */ = {
|
763 |
| - isa = PBXGroup; |
764 |
| - children = ( |
765 |
| - 818EABD81FDC9A4800E013FC /* Classes */, |
766 |
| - ); |
767 |
| - path = Contract; |
768 |
| - sourceTree = "<group>"; |
769 |
| - }; |
770 |
| - 818EABD81FDC9A4800E013FC /* Classes */ = { |
771 | 773 | isa = PBXGroup;
|
772 | 774 | children = (
|
773 | 775 | 81C5DA2D2074EBF500424CD6 /* EthereumContract.swift */,
|
|
776 | 778 | 81D7D97420A3240900A193EC /* EthereumFilterEncodingExtensions.swift */,
|
777 | 779 | 81D7D97720A61E3800A193EC /* EventFiltering.swift */,
|
778 | 780 | );
|
779 |
| - path = Classes; |
| 781 | + path = Contract; |
780 | 782 | sourceTree = "<group>";
|
781 | 783 | };
|
782 | 784 | 81A1821220D5A2430016741F /* Promises */ = {
|
783 |
| - isa = PBXGroup; |
784 |
| - children = ( |
785 |
| - 81A1821320D5A24F0016741F /* Classes */, |
786 |
| - ); |
787 |
| - path = Promises; |
788 |
| - sourceTree = "<group>"; |
789 |
| - }; |
790 |
| - 81A1821320D5A24F0016741F /* Classes */ = { |
791 | 785 | isa = PBXGroup;
|
792 | 786 | children = (
|
793 | 787 | 81A1821720D5A3E70016741F /* Promise+HttpProvider.swift */,
|
|
811 | 805 | 81195AAF20D7FF8500ABC6B1 /* Promise+Web3+Contract+GetIndexedEvents.swift */,
|
812 | 806 | 985BFD4D216E2E0A00B28C14 /* Promise+Web3+TxPool.swift */,
|
813 | 807 | );
|
814 |
| - path = Classes; |
| 808 | + path = Promises; |
815 | 809 | sourceTree = "<group>";
|
816 | 810 | };
|
817 | 811 | 81C0FCEA20440BB400D82FAF /* Web3 */ = {
|
818 |
| - isa = PBXGroup; |
819 |
| - children = ( |
820 |
| - 81C0FCEB20440BBE00D82FAF /* Classes */, |
821 |
| - ); |
822 |
| - path = Web3; |
823 |
| - sourceTree = "<group>"; |
824 |
| - }; |
825 |
| - 81C0FCEB20440BBE00D82FAF /* Classes */ = { |
826 | 812 | isa = PBXGroup;
|
827 | 813 | children = (
|
828 | 814 | 81DDECCE1FDF004E0063684A /* Web3.swift */,
|
|
846 | 832 | 81909D1721862D5A007D2AE5 /* Web3+Eventloop.swift */,
|
847 | 833 | 3AE891602256611E00D08E99 /* Web3+Eth+Websocket.swift */,
|
848 | 834 | );
|
849 |
| - path = Classes; |
| 835 | + path = Web3; |
850 | 836 | sourceTree = "<group>";
|
851 | 837 | };
|
852 | 838 | 81C0FCED20440BDF00D82FAF /* HookedFunctions */ = {
|
853 |
| - isa = PBXGroup; |
854 |
| - children = ( |
855 |
| - 81C0FCEE20440BE900D82FAF /* Classes */, |
856 |
| - ); |
857 |
| - path = HookedFunctions; |
858 |
| - sourceTree = "<group>"; |
859 |
| - }; |
860 |
| - 81C0FCEE20440BE900D82FAF /* Classes */ = { |
861 | 839 | isa = PBXGroup;
|
862 | 840 | children = (
|
863 | 841 | 81C0FCEF20440C3600D82FAF /* Web3+Wallet.swift */,
|
864 | 842 | 81C0FCF8204456E600D82FAF /* Web3+BrowserFunctions.swift */,
|
865 | 843 | );
|
866 |
| - path = Classes; |
| 844 | + path = HookedFunctions; |
867 | 845 | sourceTree = "<group>";
|
868 | 846 | };
|
869 | 847 | 81FA43F42044097100EE14D5 /* web3swift-macOS_Tests */ = {
|
|
876 | 854 | sourceTree = "<group>";
|
877 | 855 | };
|
878 | 856 | 81FB21F6207BA6DC007F9A83 /* Convenience */ = {
|
879 |
| - isa = PBXGroup; |
880 |
| - children = ( |
881 |
| - 81FB21F7207BA6EB007F9A83 /* Classes */, |
882 |
| - ); |
883 |
| - path = Convenience; |
884 |
| - sourceTree = "<group>"; |
885 |
| - }; |
886 |
| - 81FB21F7207BA6EB007F9A83 /* Classes */ = { |
887 | 857 | isa = PBXGroup;
|
888 | 858 | children = (
|
889 | 859 | 81C5DA272072E18200424CD6 /* NativeTypesEncoding+Extensions.swift */,
|
|
897 | 867 | 8113D2FF1FD7F30F0074282C /* String+Extension.swift */,
|
898 | 868 | 81909D2021884893007D2AE5 /* BigUInt+Extensions.swift */,
|
899 | 869 | );
|
900 |
| - path = Classes; |
| 870 | + path = Convenience; |
901 | 871 | sourceTree = "<group>";
|
902 | 872 | };
|
903 | 873 | 81FECD43211ADE20006DA367 /* ObjectiveCbridge */ = {
|
|
1197 | 1167 | isa = PBXSourcesBuildPhase;
|
1198 | 1168 | buildActionMask = 2147483647;
|
1199 | 1169 | files = (
|
| 1170 | + 3A52CCB22264A6D4001C8D7A /* NonceMiddleware.swift in Sources */, |
1200 | 1171 | 3A3F59BC225931B00075C9E7 /* NameHash.swift in Sources */,
|
1201 | 1172 | 3A3F59BB225931780075C9E7 /* ENSResolver.swift in Sources */,
|
1202 | 1173 | 3A3F59BA225931710075C9E7 /* ENS.swift in Sources */,
|
|
1248 | 1219 | 3AE891612256611E00D08E99 /* Web3+Eth+Websocket.swift in Sources */,
|
1249 | 1220 | 81A1822520D678590016741F /* Promise+Web3+Eth+GetGasPrice.swift in Sources */,
|
1250 | 1221 | 8113DE7C1FD8514400CD8DF1 /* NSRegularExpressionExtension.swift in Sources */,
|
| 1222 | + 3A52CCBA2264B728001C8D7A /* RegistrarController.swift in Sources */, |
1251 | 1223 | 81C5DA2E2074EBF500424CD6 /* EthereumContract.swift in Sources */,
|
1252 | 1224 | 810B0F9E1FEC5B9C00CF0DA2 /* Web3+Eth.swift in Sources */,
|
1253 | 1225 | 3AE891462256286C00D08E99 /* Web3+ERC165.swift in Sources */,
|
|
1286 | 1258 | 81A1822B20D67A1B0016741F /* Promise+Web3+Eth+GetTransactionDetails.swift in Sources */,
|
1287 | 1259 | 815630042007BC8F00A0EC2F /* BIP39+WordLists.swift in Sources */,
|
1288 | 1260 | 8113D2CE1FD7E1590074282C /* EthereumTransaction.swift in Sources */,
|
| 1261 | + 3A52CCB72264B712001C8D7A /* BaseRegistrar.swift in Sources */, |
1289 | 1262 | 3AE8914E2256286C00D08E99 /* Web3+ERC721.swift in Sources */,
|
1290 | 1263 | 81A1821F20D676BC0016741F /* Promise+Web3+Eth+GetTransactionCount.swift in Sources */,
|
1291 | 1264 | 81A1821520D5A2700016741F /* Promise+Web3+Eth+GetBalance.swift in Sources */,
|
|
1321 | 1294 | isa = PBXSourcesBuildPhase;
|
1322 | 1295 | buildActionMask = 2147483647;
|
1323 | 1296 | files = (
|
| 1297 | + 3A52CCB32264A6DC001C8D7A /* NonceMiddleware.swift in Sources */, |
1324 | 1298 | 3A3F59BD225931BE0075C9E7 /* NameHash.swift in Sources */,
|
1325 | 1299 | 3A3F59BE225931BE0075C9E7 /* ENS.swift in Sources */,
|
1326 | 1300 | 3A3F59BF225931BE0075C9E7 /* ENSResolver.swift in Sources */,
|
|
1372 | 1346 | 81A1824920D7DDA20016741F /* Promise+Web3+Personal+Sign.swift in Sources */,
|
1373 | 1347 | 81A1822620D678590016741F /* Promise+Web3+Eth+GetGasPrice.swift in Sources */,
|
1374 | 1348 | 81909D1621862D37007D2AE5 /* Web3+MutatingTransaction.swift in Sources */,
|
| 1349 | + 3A52CCBB2264B728001C8D7A /* RegistrarController.swift in Sources */, |
1375 | 1350 | 41948133203630530065A83B /* BIP39.swift in Sources */,
|
1376 | 1351 | 3AE891472256286C00D08E99 /* Web3+ERC165.swift in Sources */,
|
1377 | 1352 | 3AE8913F2256286C00D08E99 /* Web3+ERC1376.swift in Sources */,
|
|
1410 | 1385 | 81909D1321862D17007D2AE5 /* Web3+ReadingTransaction.swift in Sources */,
|
1411 | 1386 | 4194813F203630530065A83B /* Dictionary+Extension.swift in Sources */,
|
1412 | 1387 | 41948140203630530065A83B /* Array+Extension.swift in Sources */,
|
| 1388 | + 3A52CCB82264B712001C8D7A /* BaseRegistrar.swift in Sources */, |
1413 | 1389 | 3AE8914F2256286C00D08E99 /* Web3+ERC721.swift in Sources */,
|
1414 | 1390 | 81A1822020D676BC0016741F /* Promise+Web3+Eth+GetTransactionCount.swift in Sources */,
|
1415 | 1391 | 81A1821620D5A2700016741F /* Promise+Web3+Eth+GetBalance.swift in Sources */,
|
|
0 commit comments