|
34 | 34 | 13A24E52216365A4004C48A0 /* EthURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13A24E50216365A4004C48A0 /* EthURL.swift */; };
|
35 | 35 | 13A24EE7216F988C004C48A0 /* UInt256.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13A24EE6216F988C004C48A0 /* UInt256.swift */; };
|
36 | 36 | 13A24EE8216F9899004C48A0 /* UInt256.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13A24EE6216F988C004C48A0 /* UInt256.swift */; };
|
| 37 | + 13A691612185B7AC00F2D9A9 /* TxPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13A691602185B7AC00F2D9A9 /* TxPool.swift */; }; |
| 38 | + 13A691672185CA6300F2D9A9 /* DictionaryReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13A691662185CA6300F2D9A9 /* DictionaryReader.swift */; }; |
| 39 | + 13A6916921860A1900F2D9A9 /* DecoderExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13A6916821860A1900F2D9A9 /* DecoderExtensions.swift */; }; |
| 40 | + 13A6916A21860A1B00F2D9A9 /* DecoderExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13A6916821860A1900F2D9A9 /* DecoderExtensions.swift */; }; |
| 41 | + 13A6916B21860A1D00F2D9A9 /* DictionaryReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13A691662185CA6300F2D9A9 /* DictionaryReader.swift */; }; |
| 42 | + 13A6916C21860A1F00F2D9A9 /* TxPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13A691602185B7AC00F2D9A9 /* TxPool.swift */; }; |
| 43 | + 13A6916D21860F3100F2D9A9 /* TxPoolTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13A691622185B90000F2D9A9 /* TxPoolTests.swift */; }; |
37 | 44 | 13FD60DF21821A1100D73D4E /* SolidityFunctionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13FD60DE21821A1100D73D4E /* SolidityFunctionTests.swift */; };
|
38 | 45 | 13FD60F521822FAE00D73D4E /* SolidityDataWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13FD60F421822FAE00D73D4E /* SolidityDataWriter.swift */; };
|
39 | 46 | 13FD60F621822FAE00D73D4E /* SolidityDataWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13FD60F421822FAE00D73D4E /* SolidityDataWriter.swift */; };
|
|
265 | 272 | 134B10CE2182447600113663 /* Int+Sequence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Int+Sequence.swift"; sourceTree = "<group>"; };
|
266 | 273 | 13A24E50216365A4004C48A0 /* EthURL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EthURL.swift; sourceTree = "<group>"; };
|
267 | 274 | 13A24EE6216F988C004C48A0 /* UInt256.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UInt256.swift; sourceTree = "<group>"; };
|
| 275 | + 13A691602185B7AC00F2D9A9 /* TxPool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TxPool.swift; sourceTree = "<group>"; }; |
| 276 | + 13A691622185B90000F2D9A9 /* TxPoolTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TxPoolTests.swift; sourceTree = "<group>"; }; |
| 277 | + 13A691662185CA6300F2D9A9 /* DictionaryReader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DictionaryReader.swift; sourceTree = "<group>"; }; |
| 278 | + 13A6916821860A1900F2D9A9 /* DecoderExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DecoderExtensions.swift; sourceTree = "<group>"; }; |
268 | 279 | 13FD60DE21821A1100D73D4E /* SolidityFunctionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SolidityFunctionTests.swift; sourceTree = "<group>"; };
|
269 | 280 | 13FD60F421822FAE00D73D4E /* SolidityDataWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SolidityDataWriter.swift; sourceTree = "<group>"; };
|
270 | 281 | 1CD91AFC1FD76910007BFB45 /* web3swift_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = web3swift_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
465 | 476 | path = Contracts;
|
466 | 477 | sourceTree = "<group>";
|
467 | 478 | };
|
468 |
| - 13FD60F321822F9700D73D4E /* DataManagers */ = { |
| 479 | + 13A6915F2185B78E00F2D9A9 /* TxPool */ = { |
469 | 480 | isa = PBXGroup;
|
470 | 481 | children = (
|
471 |
| - 13FD60F421822FAE00D73D4E /* SolidityDataWriter.swift */, |
| 482 | + 13A691602185B7AC00F2D9A9 /* TxPool.swift */, |
| 483 | + 13A691662185CA6300F2D9A9 /* DictionaryReader.swift */, |
| 484 | + 13A6916821860A1900F2D9A9 /* DecoderExtensions.swift */, |
472 | 485 | );
|
473 |
| - path = DataManagers; |
| 486 | + path = TxPool; |
474 | 487 | sourceTree = "<group>";
|
475 | 488 | };
|
476 | 489 | 1CD91AF21FD76910007BFB45 = {
|
|
500 | 513 | 1CD91AFE1FD76910007BFB45 /* web3swift */ = {
|
501 | 514 | isa = PBXGroup;
|
502 | 515 | children = (
|
503 |
| - 13FD60F321822F9700D73D4E /* DataManagers */, |
| 516 | + 13A6915F2185B78E00F2D9A9 /* TxPool */, |
504 | 517 | 13A24EDF216E4BF5004C48A0 /* Contracts */,
|
505 | 518 | 13A24E4F21636541004C48A0 /* EthURL */,
|
506 | 519 | 81FECD43211ADE20006DA367 /* ObjectiveCbridge */,
|
|
546 | 559 | E23B5AE220EA69B900DC7F32 /* NumberFormattingUtilTests.swift */,
|
547 | 560 | E23B5AE420EA6A0A00DC7F32 /* ContractV2Tests.swift */,
|
548 | 561 | 1323B7F32174BB1E00306BBB /* Support.swift */,
|
| 562 | + 13A691622185B90000F2D9A9 /* TxPoolTests.swift */, |
549 | 563 | 1CD91B331FD769A6007BFB45 /* Info.plist */,
|
550 | 564 | );
|
551 | 565 | path = web3swiftTests;
|
|
684 | 698 | 81C5DA2A2074CA1400424CD6 /* ABIv2Decoding.swift */,
|
685 | 699 | 1323B7F62176255900306BBB /* SolidityTypes.swift */,
|
686 | 700 | 1323B7AC2170E1ED00306BBB /* SolidityFunction.swift */,
|
| 701 | + 13FD60F421822FAE00D73D4E /* SolidityDataWriter.swift */, |
687 | 702 | );
|
688 | 703 | path = ABIv2;
|
689 | 704 | sourceTree = "<group>";
|
|
1038 | 1053 | 8113D2CA1FD7E1590074282C /* KeystoreManager.swift in Sources */,
|
1039 | 1054 | 817EBB1F2006265400E02EAA /* Base58.swift in Sources */,
|
1040 | 1055 | 817EBB2520066E2B00E02EAA /* AbstractKeystore.swift in Sources */,
|
| 1056 | + 13A691612185B7AC00F2D9A9 /* TxPool.swift in Sources */, |
1041 | 1057 | 81C0FCF720441A1D00D82FAF /* TransactionSigner.swift in Sources */,
|
1042 | 1058 | 8125F06920499AC300A0F2FE /* BloomFilter.swift in Sources */,
|
1043 | 1059 | 810B0F9A1FEC446B00CF0DA2 /* Web3+JSONRPC.swift in Sources */,
|
1044 | 1060 | 81195AB020D7FF8500ABC6B1 /* Promise+Web3+Contract+GetIndexedEvents.swift in Sources */,
|
1045 | 1061 | 1323B8052177B85F00306BBB /* ERC721.swift in Sources */,
|
| 1062 | + 13A6916921860A1900F2D9A9 /* DecoderExtensions.swift in Sources */, |
1046 | 1063 | 8113D2C61FD7E1590074282C /* LibSecp256k1Extension.swift in Sources */,
|
1047 | 1064 | 81EB1E4B208173D7003BD47F /* Web3+Personal.swift in Sources */,
|
1048 | 1065 | 81A1824B20D7DF1B0016741F /* Promise+Web3+Personal+UnlockAccount.swift in Sources */,
|
|
1055 | 1072 | 81C5DA252072E14E00424CD6 /* ABIv2Encoding.swift in Sources */,
|
1056 | 1073 | 81A1824220D7AA750016741F /* Promise+Web3+Eth+SendTransaction.swift in Sources */,
|
1057 | 1074 | 817EBB2920075D2E00E02EAA /* BIP39.swift in Sources */,
|
| 1075 | + 13A691672185CA6300F2D9A9 /* DictionaryReader.swift in Sources */, |
1058 | 1076 | 81FECD49211ADEB1006DA367 /* Web3+Instance+ObjC.swift in Sources */,
|
1059 | 1077 | 815630022007B53C00A0EC2F /* BIP32Keystore.swift in Sources */,
|
1060 | 1078 | 818ABD5B1FE95F8F002657BB /* Web3+Instance.swift in Sources */,
|
|
1146 | 1164 | 81A1821D20D5C6C10016741F /* PromiseTests.swift in Sources */,
|
1147 | 1165 | 81FECD5E211AEFCE006DA367 /* ObjectiveCTests.swift in Sources */,
|
1148 | 1166 | E23B5ADD20EA685D00DC7F32 /* EIP67Tests.swift in Sources */,
|
| 1167 | + 13A6916D21860F3100F2D9A9 /* TxPoolTests.swift in Sources */, |
1149 | 1168 | 00E5FE8220EA3FF40030E0D6 /* InfuraTests.swift in Sources */,
|
1150 | 1169 | 1CD91B321FD769A6007BFB45 /* MainTests.swift in Sources */,
|
1151 | 1170 | E23B5ADF20EA68FA00DC7F32 /* SECP256K1Tests.swift in Sources */,
|
|
1163 | 1182 | 4194811E203630530065A83B /* Web3.swift in Sources */,
|
1164 | 1183 | 134B10D02182447600113663 /* Int+Sequence.swift in Sources */,
|
1165 | 1184 | 4194811F203630530065A83B /* Web3+Instance.swift in Sources */,
|
| 1185 | + 13A6916C21860A1F00F2D9A9 /* TxPool.swift in Sources */, |
1166 | 1186 | 41948120203630530065A83B /* Web3+Contract.swift in Sources */,
|
1167 | 1187 | 41948121203630530065A83B /* Web3+Utils.swift in Sources */,
|
1168 | 1188 | 8125F06A20499AC300A0F2FE /* BloomFilter.swift in Sources */,
|
|
1173 | 1193 | 1323B8062177B85F00306BBB /* ERC721.swift in Sources */,
|
1174 | 1194 | 41948125203630530065A83B /* Web3+Methods.swift in Sources */,
|
1175 | 1195 | 81EB1E4C208173D7003BD47F /* Web3+Personal.swift in Sources */,
|
| 1196 | + 13A6916B21860A1D00F2D9A9 /* DictionaryReader.swift in Sources */, |
1176 | 1197 | 81FECD4D211ADF70006DA367 /* Web3+HttpProvider+ObjC.swift in Sources */,
|
1177 | 1198 | 81D7D97620A3240900A193EC /* EthereumFilterEncodingExtensions.swift in Sources */,
|
1178 | 1199 | 41948126203630530065A83B /* Web3+Eth.swift in Sources */,
|
|
1201 | 1222 | 8160E5CF20B8245A0070070B /* IBAN.swift in Sources */,
|
1202 | 1223 | 41948131203630530065A83B /* BIP32KeystoreJSONStructure.swift in Sources */,
|
1203 | 1224 | 41948132203630530065A83B /* BIP32HDNode.swift in Sources */,
|
| 1225 | + 13A6916A21860A1B00F2D9A9 /* DecoderExtensions.swift in Sources */, |
1204 | 1226 | 81A1824920D7DDA20016741F /* Promise+Web3+Personal+Sign.swift in Sources */,
|
1205 | 1227 | 81A1822620D678590016741F /* Promise+Web3+Eth+GetGasPrice.swift in Sources */,
|
1206 | 1228 | 13A24E52216365A4004C48A0 /* EthURL.swift in Sources */,
|
|
1421 | 1443 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
1422 | 1444 | ENABLE_BITCODE = YES;
|
1423 | 1445 | FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
| 1446 | + GCC_GENERATE_TEST_COVERAGE_FILES = NO; |
1424 | 1447 | HEADER_SEARCH_PATHS = "$(inherited)";
|
1425 | 1448 | INFOPLIST_FILE = web3swift/Info.plist;
|
1426 | 1449 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
1460 | 1483 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
1461 | 1484 | ENABLE_BITCODE = YES;
|
1462 | 1485 | FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
| 1486 | + GCC_GENERATE_TEST_COVERAGE_FILES = NO; |
1463 | 1487 | HEADER_SEARCH_PATHS = "$(inherited)";
|
1464 | 1488 | INFOPLIST_FILE = web3swift/Info.plist;
|
1465 | 1489 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
0 commit comments