|
33 | 33 | AE6715FD2A9AC056005C193F /* PriceServiceError.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE6715FC2A9AC056005C193F /* PriceServiceError.swift */; };
|
34 | 34 | AE6715FF2A9AC066005C193F /* FeeServiceError.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE6715FE2A9AC066005C193F /* FeeServiceError.swift */; };
|
35 | 35 | AE6716012A9AC089005C193F /* KeyServiceError.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE6716002A9AC089005C193F /* KeyServiceError.swift */; };
|
| 36 | + AE6F34D62AA6BF450087E700 /* TransactionDetails+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE6F34D52AA6BF450087E700 /* TransactionDetails+Extensions.swift */; }; |
| 37 | + AE6F34D82AA6C1800087E700 /* Network+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE6F34D72AA6C1800087E700 /* Network+Extensions.swift */; }; |
| 38 | + AE6F34DA2AA6C1E00087E700 /* Balance+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE6F34D92AA6C1E00087E700 /* Balance+Extensions.swift */; }; |
36 | 39 | AE79538E2A2D59F000CCB277 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE79538D2A2D59F000CCB277 /* Constants.swift */; };
|
37 | 40 | AE7953902A2D5B4400CCB277 /* BDKSwiftExampleWalletError.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE79538F2A2D5B4400CCB277 /* BDKSwiftExampleWalletError.swift */; };
|
38 | 41 | AE7D5A0E2A7EE62200EAC8CE /* KeychainAccess in Frameworks */ = {isa = PBXBuildFile; productRef = AE7D5A0D2A7EE62200EAC8CE /* KeychainAccess */; };
|
|
93 | 96 | AE6715FC2A9AC056005C193F /* PriceServiceError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PriceServiceError.swift; sourceTree = "<group>"; };
|
94 | 97 | AE6715FE2A9AC066005C193F /* FeeServiceError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeeServiceError.swift; sourceTree = "<group>"; };
|
95 | 98 | AE6716002A9AC089005C193F /* KeyServiceError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyServiceError.swift; sourceTree = "<group>"; };
|
| 99 | + AE6F34D52AA6BF450087E700 /* TransactionDetails+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TransactionDetails+Extensions.swift"; sourceTree = "<group>"; }; |
| 100 | + AE6F34D72AA6C1800087E700 /* Network+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Network+Extensions.swift"; sourceTree = "<group>"; }; |
| 101 | + AE6F34D92AA6C1E00087E700 /* Balance+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Balance+Extensions.swift"; sourceTree = "<group>"; }; |
96 | 102 | AE79538D2A2D59F000CCB277 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
|
97 | 103 | AE79538F2A2D5B4400CCB277 /* BDKSwiftExampleWalletError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BDKSwiftExampleWalletError.swift; sourceTree = "<group>"; };
|
98 | 104 | AE7E68952A59A37300368D82 /* BDKSwiftExampleWalletInt+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "BDKSwiftExampleWalletInt+Extensions.swift"; sourceTree = "<group>"; };
|
|
161 | 167 | AE18E9372A9528200019D2A4 /* Bundle+Extensions.swift */,
|
162 | 168 | A73F7A352A3B778E00B87FC6 /* Int+Extensions.swift */,
|
163 | 169 | AE7F67062A744CE200CED561 /* Double+Extensions.swift */,
|
| 170 | + AE6F34D52AA6BF450087E700 /* TransactionDetails+Extensions.swift */, |
| 171 | + AE6F34D72AA6C1800087E700 /* Network+Extensions.swift */, |
| 172 | + AE6F34D92AA6C1E00087E700 /* Balance+Extensions.swift */, |
164 | 173 | );
|
165 | 174 | path = Extensions;
|
166 | 175 | sourceTree = "<group>";
|
|
474 | 483 | AE1C34242A424456008F807A /* ReceiveView.swift in Sources */,
|
475 | 484 | AEB130C92A44E4850087785B /* TransactionDetailsView.swift in Sources */,
|
476 | 485 | AE6715FD2A9AC056005C193F /* PriceServiceError.swift in Sources */,
|
| 486 | + AE6F34D82AA6C1800087E700 /* Network+Extensions.swift in Sources */, |
477 | 487 | AE1390C72A7DB0AF0098127A /* KeyService.swift in Sources */,
|
478 | 488 | AED4CC0A2A1D297600CE1831 /* BDKService.swift in Sources */,
|
479 | 489 | AED4CC102A1D522100CE1831 /* WalletView.swift in Sources */,
|
480 | 490 | AE7F67092A7451AA00CED561 /* Price.swift in Sources */,
|
481 | 491 | AE7F67072A744CE200CED561 /* Double+Extensions.swift in Sources */,
|
482 | 492 | A73F7A362A3B778E00B87FC6 /* Int+Extensions.swift in Sources */,
|
| 493 | + AE6F34DA2AA6C1E00087E700 /* Balance+Extensions.swift in Sources */, |
483 | 494 | AED4CC0C2A1D3A9400CE1831 /* OnboardingView.swift in Sources */,
|
484 | 495 | AE6716012A9AC089005C193F /* KeyServiceError.swift in Sources */,
|
485 | 496 | AE0C30FB2A804B95008F1EAE /* WalletViewModel.swift in Sources */,
|
|
490 | 501 | AE0C30F92A804B65008F1EAE /* OnboardingViewModel.swift in Sources */,
|
491 | 502 | AE3902A42A3B4CD900BEC318 /* TabHomeView.swift in Sources */,
|
492 | 503 | AE0C30FD2A804BC1008F1EAE /* ReceiveViewModel.swift in Sources */,
|
| 504 | + AE6F34D62AA6BF450087E700 /* TransactionDetails+Extensions.swift in Sources */, |
493 | 505 | );
|
494 | 506 | runOnlyForDeploymentPostprocessing = 0;
|
495 | 507 | };
|
|
0 commit comments