|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 0073F22620D949F7000791F1 /* BlockExporter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0073F22520D949F7000791F1 /* BlockExporter.swift */; }; |
| 11 | + 0073F22820D94A11000791F1 /* BlockExporter+GetTransactionHistory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0073F22720D94A11000791F1 /* BlockExporter+GetTransactionHistory.swift */; }; |
10 | 12 | 13AE5971A972F5B55FA6FB69 /* libPods-web3swift-iOS_Tests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8349531F1984454E50389370 /* libPods-web3swift-iOS_Tests.a */; };
|
11 | 13 | 1CD91B321FD769A6007BFB45 /* web3swiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD91B311FD769A6007BFB45 /* web3swiftTests.swift */; };
|
12 | 14 | 1CD91B341FD769A6007BFB45 /* web3swift_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CD91AFC1FD76910007BFB45 /* web3swift_iOS.framework */; };
|
|
227 | 229 | /* End PBXContainerItemProxy section */
|
228 | 230 |
|
229 | 231 | /* Begin PBXFileReference section */
|
| 232 | + 0073F22520D949F7000791F1 /* BlockExporter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlockExporter.swift; sourceTree = "<group>"; }; |
| 233 | + 0073F22720D94A11000791F1 /* BlockExporter+GetTransactionHistory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "BlockExporter+GetTransactionHistory.swift"; sourceTree = "<group>"; }; |
230 | 234 | 08BD06D432296DA533D07D20 /* Pods_Web3Swift_ios.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Web3Swift_ios.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
231 | 235 | 0F133EC83594B17BA8C71784 /* Pods_web3swift_ios_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_web3swift_ios_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
232 | 236 | 10C02100CDF7C2D5C79A52B9 /* Pods_web3Swift_Demo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_web3Swift_Demo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
404 | 408 | /* End PBXFrameworksBuildPhase section */
|
405 | 409 |
|
406 | 410 | /* Begin PBXGroup section */
|
| 411 | + 0073F22320D949D7000791F1 /* BlockExporter */ = { |
| 412 | + isa = PBXGroup; |
| 413 | + children = ( |
| 414 | + 0073F22420D949E8000791F1 /* Classes */, |
| 415 | + ); |
| 416 | + path = BlockExporter; |
| 417 | + sourceTree = "<group>"; |
| 418 | + }; |
| 419 | + 0073F22420D949E8000791F1 /* Classes */ = { |
| 420 | + isa = PBXGroup; |
| 421 | + children = ( |
| 422 | + 0073F22520D949F7000791F1 /* BlockExporter.swift */, |
| 423 | + 0073F22720D94A11000791F1 /* BlockExporter+GetTransactionHistory.swift */, |
| 424 | + ); |
| 425 | + path = Classes; |
| 426 | + sourceTree = "<group>"; |
| 427 | + }; |
407 | 428 | 1CD91AF21FD76910007BFB45 = {
|
408 | 429 | isa = PBXGroup;
|
409 | 430 | children = (
|
|
430 | 451 | 1CD91AFE1FD76910007BFB45 /* web3swift */ = {
|
431 | 452 | isa = PBXGroup;
|
432 | 453 | children = (
|
| 454 | + 0073F22320D949D7000791F1 /* BlockExporter */, |
433 | 455 | 81A1821220D5A2430016741F /* Promises */,
|
434 | 456 | 81FB2204207BCFD9007F9A83 /* Resources */,
|
435 | 457 | 8103BBB4207638F800499769 /* Concurrency */,
|
|
1135 | 1157 | 8113D2CE1FD7E1590074282C /* EthereumTransaction.swift in Sources */,
|
1136 | 1158 | 81A1821F20D676BC0016741F /* Promise+Web3+Eth+GetTransactionCount.swift in Sources */,
|
1137 | 1159 | 81A1821520D5A2700016741F /* Promise+Web3+Eth+GetBalance.swift in Sources */,
|
| 1160 | + 0073F22820D94A11000791F1 /* BlockExporter+GetTransactionHistory.swift in Sources */, |
| 1161 | + 0073F22620D949F7000791F1 /* BlockExporter.swift in Sources */, |
1138 | 1162 | 81C0FD012044A89300D82FAF /* Web3+TransactionIntermediate.swift in Sources */,
|
1139 | 1163 | 8103BBC02076800500499769 /* Web3+EthOperations.swift in Sources */,
|
1140 | 1164 | 81A1823C20D79C270016741F /* Promise+Web3+Eth+Call.swift in Sources */,
|
|
0 commit comments