|
211 | 211 | E228BED121A4C89F0085268C /* Web3Legacy+Instance.swift in Sources */ = {isa = PBXBuildFile; fileRef = E228BECA21A4C89F0085268C /* Web3Legacy+Instance.swift */; };
|
212 | 212 | E228BED221A4C89F0085268C /* Web3Legacy+Instance.swift in Sources */ = {isa = PBXBuildFile; fileRef = E228BECA21A4C89F0085268C /* Web3Legacy+Instance.swift */; };
|
213 | 213 | E279C9EF21C46A140081695F /* Web3+ERC165.swift in Sources */ = {isa = PBXBuildFile; fileRef = E279C9EE21C46A140081695F /* Web3+ERC165.swift */; };
|
| 214 | + E279C9F521C47B4A0081695F /* Web3+ERC777.swift in Sources */ = {isa = PBXBuildFile; fileRef = E279C9F421C47B4A0081695F /* Web3+ERC777.swift */; }; |
| 215 | + E279C9F821C47CD00081695F /* Web3+ERC820.swift in Sources */ = {isa = PBXBuildFile; fileRef = E279C9F721C47CD00081695F /* Web3+ERC820.swift */; }; |
214 | 216 | E2DCA653218C875100F94FBA /* web3swift_ENS_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81A7B2782143C978004CD2C7 /* web3swift_ENS_Tests.swift */; };
|
215 | 217 | E2DCA654218C879900F94FBA /* ENS.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2E668CD214F8A7B00C3CC2D /* ENS.swift */; };
|
216 | 218 | E2DCA655218C879900F94FBA /* ENSResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = B219DC162154F3EE0035BF94 /* ENSResolver.swift */; };
|
|
392 | 394 | E23B5AE020EA695400DC7F32 /* web3swift_rinkeby_personalSignature_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = web3swift_rinkeby_personalSignature_Tests.swift; sourceTree = "<group>"; };
|
393 | 395 | E23B5AE220EA69B900DC7F32 /* web3swift_numberFormattingUtil_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = web3swift_numberFormattingUtil_Tests.swift; sourceTree = "<group>"; };
|
394 | 396 | E279C9EE21C46A140081695F /* Web3+ERC165.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Web3+ERC165.swift"; sourceTree = "<group>"; };
|
| 397 | + E279C9F421C47B4A0081695F /* Web3+ERC777.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Web3+ERC777.swift"; sourceTree = "<group>"; }; |
| 398 | + E279C9F721C47CD00081695F /* Web3+ERC820.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Web3+ERC820.swift"; sourceTree = "<group>"; }; |
395 | 399 | E2C590752152835400FF53D3 /* JSONRPCrequestDispatcher+ObjC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "JSONRPCrequestDispatcher+ObjC.swift"; sourceTree = "<group>"; };
|
396 | 400 | E2E94C5F217788E0005F54A0 /* Web3+ERC721.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Web3+ERC721.swift"; sourceTree = "<group>"; };
|
397 | 401 | FB43EC035C593F9E5A3644B6 /* Pods-web3swift-macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-web3swift-macOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-web3swift-macOS/Pods-web3swift-macOS.debug.xcconfig"; sourceTree = "<group>"; };
|
|
612 | 616 | 8159C50921343EF900197B91 /* PrecompiledContracts */ = {
|
613 | 617 | isa = PBXGroup;
|
614 | 618 | children = (
|
| 619 | + E279C9F621C47CC10081695F /* ERC820 */, |
| 620 | + E279C9F321C47B3B0081695F /* ERC777 */, |
615 | 621 | E279C9ED21C3F2970081695F /* ERC165 */,
|
616 | 622 | E2E94C5E2177886C005F54A0 /* ERC721 */,
|
617 | 623 | 8159C50621343ED300197B91 /* ERC20 */,
|
|
956 | 962 | path = ERC165;
|
957 | 963 | sourceTree = "<group>";
|
958 | 964 | };
|
| 965 | + E279C9F321C47B3B0081695F /* ERC777 */ = { |
| 966 | + isa = PBXGroup; |
| 967 | + children = ( |
| 968 | + E279C9F421C47B4A0081695F /* Web3+ERC777.swift */, |
| 969 | + ); |
| 970 | + path = ERC777; |
| 971 | + sourceTree = "<group>"; |
| 972 | + }; |
| 973 | + E279C9F621C47CC10081695F /* ERC820 */ = { |
| 974 | + isa = PBXGroup; |
| 975 | + children = ( |
| 976 | + E279C9F721C47CD00081695F /* Web3+ERC820.swift */, |
| 977 | + ); |
| 978 | + path = ERC820; |
| 979 | + sourceTree = "<group>"; |
| 980 | + }; |
959 | 981 | E2E94C5E2177886C005F54A0 /* ERC721 */ = {
|
960 | 982 | isa = PBXGroup;
|
961 | 983 | children = (
|
|
1259 | 1281 | 81FB21FE207BB297007F9A83 /* EIP67Code.swift in Sources */,
|
1260 | 1282 | 81A1821A20D5A6F70016741F /* Promise+HttpProvider.swift in Sources */,
|
1261 | 1283 | E228BECD21A4C89F0085268C /* Web3Legacy+Contract.swift in Sources */,
|
| 1284 | + E279C9F821C47CD00081695F /* Web3+ERC820.swift in Sources */, |
1262 | 1285 | 81A1823720D6E2BB0016741F /* Promise+Web3+Eth+GetBlockByHash.swift in Sources */,
|
1263 | 1286 | 81909D51218DAEC0007D2AE5 /* Promise+Web3+Personal+CreateAccount.swift in Sources */,
|
1264 | 1287 | 818D16CF204D42910084D2A4 /* Web3+EventParser.swift in Sources */,
|
|
1307 | 1330 | 81C0FCF220440EB500D82FAF /* Web3+Protocols.swift in Sources */,
|
1308 | 1331 | 81C0FCF420440F0900D82FAF /* Web3+Options.swift in Sources */,
|
1309 | 1332 | 81A1822E20D67BC30016741F /* Promise+Web3+Eth+GetTransactionReceipt.swift in Sources */,
|
| 1333 | + E279C9F521C47B4A0081695F /* Web3+ERC777.swift in Sources */, |
1310 | 1334 | 81A1824020D79FDB0016741F /* Promise+Web3+Eth+EstimateGas.swift in Sources */,
|
1311 | 1335 | 81909D1221862D17007D2AE5 /* Web3+ReadingTransaction.swift in Sources */,
|
1312 | 1336 | 81A1822B20D67A1B0016741F /* Promise+Web3+Eth+GetTransactionDetails.swift in Sources */,
|
|
0 commit comments