|
24 | 24 | 3A52CCB82264B712001C8D7A /* BaseRegistrar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A52CCB62264B712001C8D7A /* BaseRegistrar.swift */; };
|
25 | 25 | 3A52CCBA2264B728001C8D7A /* ETHRegistrarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A52CCB92264B728001C8D7A /* ETHRegistrarController.swift */; };
|
26 | 26 | 3A52CCBB2264B728001C8D7A /* ETHRegistrarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A52CCB92264B728001C8D7A /* ETHRegistrarController.swift */; };
|
| 27 | + 3A52CCBD226747EB001C8D7A /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A52CCBC226747EB001C8D7A /* PublicKey.swift */; }; |
| 28 | + 3A52CCBE226747EB001C8D7A /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A52CCBC226747EB001C8D7A /* PublicKey.swift */; }; |
| 29 | + 3A52CCC022675CFC001C8D7A /* ENSRegistry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A52CCBF22675CFC001C8D7A /* ENSRegistry.swift */; }; |
| 30 | + 3A52CCC122675CFC001C8D7A /* ENSRegistry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A52CCBF22675CFC001C8D7A /* ENSRegistry.swift */; }; |
27 | 31 | 3AE8913C2256286C00D08E99 /* Web3+ERC1155.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AE8911C2256286B00D08E99 /* Web3+ERC1155.swift */; };
|
28 | 32 | 3AE8913D2256286C00D08E99 /* Web3+ERC1155.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AE8911C2256286B00D08E99 /* Web3+ERC1155.swift */; };
|
29 | 33 | 3AE8913E2256286C00D08E99 /* Web3+ERC1376.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AE8911E2256286B00D08E99 /* Web3+ERC1376.swift */; };
|
|
266 | 270 | 391A0D2EF42488E5C8AB2F71 /* Pods_web3swift_osx_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_web3swift_osx_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
267 | 271 | 3A52CCB62264B712001C8D7A /* BaseRegistrar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseRegistrar.swift; sourceTree = "<group>"; };
|
268 | 272 | 3A52CCB92264B728001C8D7A /* ETHRegistrarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ETHRegistrarController.swift; sourceTree = "<group>"; };
|
| 273 | + 3A52CCBC226747EB001C8D7A /* PublicKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublicKey.swift; sourceTree = "<group>"; }; |
| 274 | + 3A52CCBF22675CFC001C8D7A /* ENSRegistry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ENSRegistry.swift; sourceTree = "<group>"; }; |
269 | 275 | 3AE8911C2256286B00D08E99 /* Web3+ERC1155.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC1155.swift"; sourceTree = "<group>"; };
|
270 | 276 | 3AE8911E2256286B00D08E99 /* Web3+ERC1376.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC1376.swift"; sourceTree = "<group>"; };
|
271 | 277 | 3AE891202256286B00D08E99 /* Web3+ERC888.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC888.swift"; sourceTree = "<group>"; };
|
|
528 | 534 | children = (
|
529 | 535 | 81A7B2502143C3A8004CD2C7 /* NameHash.swift */,
|
530 | 536 | B2E668CD214F8A7B00C3CC2D /* ENS.swift */,
|
| 537 | + 3A52CCBC226747EB001C8D7A /* PublicKey.swift */, |
531 | 538 | B219DC162154F3EE0035BF94 /* ENSResolver.swift */,
|
| 539 | + 3A52CCBF22675CFC001C8D7A /* ENSRegistry.swift */, |
532 | 540 | 3A52CCB62264B712001C8D7A /* BaseRegistrar.swift */,
|
533 | 541 | 3A52CCB92264B728001C8D7A /* ETHRegistrarController.swift */,
|
534 | 542 | );
|
|
1184 | 1192 | 810B0F9A1FEC446B00CF0DA2 /* Web3+JSONRPC.swift in Sources */,
|
1185 | 1193 | 3AE891642256620200D08E99 /* Web3+WebsocketProvider.swift in Sources */,
|
1186 | 1194 | 81195AB020D7FF8500ABC6B1 /* Promise+Web3+Contract+GetIndexedEvents.swift in Sources */,
|
| 1195 | + 3A52CCBD226747EB001C8D7A /* PublicKey.swift in Sources */, |
1187 | 1196 | 81EB1E4B208173D7003BD47F /* Web3+Personal.swift in Sources */,
|
1188 | 1197 | 81909D1821862D5A007D2AE5 /* Web3+Eventloop.swift in Sources */,
|
1189 | 1198 | 81A1824B20D7DF1B0016741F /* Promise+Web3+Personal+UnlockAccount.swift in Sources */,
|
|
1247 | 1256 | 8103BBCC2077B84400499769 /* PlainKeystore.swift in Sources */,
|
1248 | 1257 | 81DFB3FF210775320011DC85 /* Web3+InfuraProviders.swift in Sources */,
|
1249 | 1258 | 81909D4A218864A8007D2AE5 /* EIP681.swift in Sources */,
|
| 1259 | + 3A52CCC022675CFC001C8D7A /* ENSRegistry.swift in Sources */, |
1250 | 1260 | 3AE891542256286C00D08E99 /* Web3+ERC1400.swift in Sources */,
|
1251 | 1261 | 3AE891522256286C00D08E99 /* Web3+ERC721x.swift in Sources */,
|
1252 | 1262 | 81C0FCF220440EB500D82FAF /* Web3+Protocols.swift in Sources */,
|
|
1311 | 1321 | 41948121203630530065A83B /* Web3+Utils.swift in Sources */,
|
1312 | 1322 | 3AE891652256620200D08E99 /* Web3+WebsocketProvider.swift in Sources */,
|
1313 | 1323 | 81909D1921862D5A007D2AE5 /* Web3+Eventloop.swift in Sources */,
|
| 1324 | + 3A52CCBE226747EB001C8D7A /* PublicKey.swift in Sources */, |
1314 | 1325 | 8125F06A20499AC300A0F2FE /* BloomFilter.swift in Sources */,
|
1315 | 1326 | 81C0FD062044A8D100D82FAF /* TransactionSigner.swift in Sources */,
|
1316 | 1327 | 41948123203630530065A83B /* Web3+JSONRPC.swift in Sources */,
|
|
1374 | 1385 | 81A1823220D68A110016741F /* Promise+Batching.swift in Sources */,
|
1375 | 1386 | 4194813C203630530065A83B /* Base58.swift in Sources */,
|
1376 | 1387 | 81909D4B218864A9007D2AE5 /* EIP681.swift in Sources */,
|
| 1388 | + 3A52CCC122675CFC001C8D7A /* ENSRegistry.swift in Sources */, |
1377 | 1389 | 3AE891552256286C00D08E99 /* Web3+ERC1400.swift in Sources */,
|
1378 | 1390 | 3AE891532256286C00D08E99 /* Web3+ERC721x.swift in Sources */,
|
1379 | 1391 | 8103BBCD2077B84400499769 /* PlainKeystore.swift in Sources */,
|
|
0 commit comments