|
264 | 264 | 64F085D920E2D7600006DE68 /* AdmTransactionsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64F085D820E2D7600006DE68 /* AdmTransactionsViewController.swift */; };
|
265 | 265 | 64FA53CD20E1300B006783C9 /* EthTransactionsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FA53CC20E1300A006783C9 /* EthTransactionsViewController.swift */; };
|
266 | 266 | 64FA53D120E24942006783C9 /* TransactionDetailsViewControllerBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FA53D020E24941006783C9 /* TransactionDetailsViewControllerBase.swift */; };
|
267 |
| - 6F1B8BC92D4285A7004E902F /* AlertFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F1B8BC82D4285A7004E902F /* AlertFactory.swift */; }; |
268 |
| - 6F1B8BCB2D4298BD004E902F /* FreeTokensAlertManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F1B8BCA2D4298BD004E902F /* FreeTokensAlertManager.swift */; }; |
| 267 | + 6F1B8E7E2D4575FD004E902F /* AdmDialogServiceExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F1B8E7D2D4575E0004E902F /* AdmDialogServiceExtension.swift */; }; |
269 | 268 | 85B405022D3012D5000AB744 /* AccountViewController+Form.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85B405012D3012C7000AB744 /* AccountViewController+Form.swift */; };
|
270 | 269 | 9300F94629D0149100FEDDB8 /* RichMessageProviderWithStatusCheck.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9300F94529D0149100FEDDB8 /* RichMessageProviderWithStatusCheck.swift */; };
|
271 | 270 | 9304F8BE292F88F900173F18 /* ANSPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9304F8BD292F88F900173F18 /* ANSPayload.swift */; };
|
|
944 | 943 | 64F085D820E2D7600006DE68 /* AdmTransactionsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdmTransactionsViewController.swift; sourceTree = "<group>"; };
|
945 | 944 | 64FA53CC20E1300A006783C9 /* EthTransactionsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EthTransactionsViewController.swift; sourceTree = "<group>"; };
|
946 | 945 | 64FA53D020E24941006783C9 /* TransactionDetailsViewControllerBase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionDetailsViewControllerBase.swift; sourceTree = "<group>"; };
|
947 |
| - 6F1B8BC82D4285A7004E902F /* AlertFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlertFactory.swift; sourceTree = "<group>"; }; |
948 |
| - 6F1B8BCA2D4298BD004E902F /* FreeTokensAlertManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FreeTokensAlertManager.swift; sourceTree = "<group>"; }; |
| 946 | + 6F1B8E7D2D4575E0004E902F /* AdmDialogServiceExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdmDialogServiceExtension.swift; sourceTree = "<group>"; }; |
949 | 947 | 74D5744703A7ECC98E244B14 /* Pods-AdmCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AdmCore.debug.xcconfig"; path = "Target Support Files/Pods-AdmCore/Pods-AdmCore.debug.xcconfig"; sourceTree = "<group>"; };
|
950 | 948 | 85B405012D3012C7000AB744 /* AccountViewController+Form.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AccountViewController+Form.swift"; sourceTree = "<group>"; };
|
951 | 949 | 9300F94529D0149100FEDDB8 /* RichMessageProviderWithStatusCheck.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RichMessageProviderWithStatusCheck.swift; sourceTree = "<group>"; };
|
|
1753 | 1751 | path = Doge;
|
1754 | 1752 | sourceTree = "<group>";
|
1755 | 1753 | };
|
1756 |
| - 6F1B8BC72D428589004E902F /* AlertsFactory */ = { |
| 1754 | + 6F1B8E7C2D4575B0004E902F /* AdmDialogService */ = { |
1757 | 1755 | isa = PBXGroup;
|
1758 | 1756 | children = (
|
1759 |
| - 6F1B8BC82D4285A7004E902F /* AlertFactory.swift */, |
1760 |
| - 6F1B8BCA2D4298BD004E902F /* FreeTokensAlertManager.swift */, |
| 1757 | + E9E7CD8E20026CD300DFC4DB /* AdamantDialogService.swift */, |
| 1758 | + 6F1B8E7D2D4575E0004E902F /* AdmDialogServiceExtension.swift */, |
1761 | 1759 | );
|
1762 |
| - path = AlertsFactory; |
| 1760 | + path = AdmDialogService; |
1763 | 1761 | sourceTree = "<group>";
|
1764 | 1762 | };
|
1765 | 1763 | 85B405002D3012BD000AB744 /* AccountViewController */ = {
|
|
2355 | 2353 | 41C1698A29E7F2EE00FEB3CB /* RichTransactionReplyService */,
|
2356 | 2354 | 3AA2D5F8280EAF49000ED971 /* SocketService */,
|
2357 | 2355 | E9B3D39F201FA2090019EB36 /* DataProviders */,
|
| 2356 | + 6F1B8E7C2D4575B0004E902F /* AdmDialogService */, |
2358 | 2357 | E9E7CD922002740500DFC4DB /* AdamantAccountService.swift */,
|
2359 | 2358 | 6455E9F221075D8000B2E94C /* AdamantAddressBookService.swift */,
|
2360 | 2359 | E90A494A204D9EB8009F6A65 /* AdamantAuthentication.swift */,
|
2361 | 2360 | E9E7CDBF2003AF6D00DFC4DB /* AdamantCellFactory.swift */,
|
2362 |
| - E9E7CD8E20026CD300DFC4DB /* AdamantDialogService.swift */, |
2363 | 2361 | E93D7ABF2052CF63005D19DC /* AdamantNotificationService.swift */,
|
2364 | 2362 | 41047B75294C62710039E956 /* AdamantVisibleWalletsService.swift */,
|
2365 | 2363 | 4153045829C09902000E4BEA /* AdamantIncreaseFeeService.swift */,
|
|
2475 | 2473 | E919479920000FFD001362F8 /* Modules */ = {
|
2476 | 2474 | isa = PBXGroup;
|
2477 | 2475 | children = (
|
2478 |
| - 6F1B8BC72D428589004E902F /* AlertsFactory */, |
2479 | 2476 | 93ED21442CC3547400AA1FC8 /* TransactionsStatusService */,
|
2480 | 2477 | 934FD99E2C783C9500336841 /* InfoService */,
|
2481 | 2478 | 3A2478AF2BB45DE2009D89E9 /* StorageUsage */,
|
|
3417 | 3414 | 41A1995829D5733D0031AD75 /* ChatMessageCell+Model.swift in Sources */,
|
3418 | 3415 | 3A299C7D2B85F98700B54C61 /* ChatFile.swift in Sources */,
|
3419 | 3416 | 932F77592989F999006D8801 /* ChatCellManager.swift in Sources */,
|
| 3417 | + 6F1B8E7E2D4575FD004E902F /* AdmDialogServiceExtension.swift in Sources */, |
3420 | 3418 | 9377FBE2296C2ACA00C9211B /* ChatTransactionContentView+Model.swift in Sources */,
|
3421 | 3419 | E933475B225539390083839E /* DogeGetTransactionsResponse.swift in Sources */,
|
3422 | 3420 | 9340078029AC341100A20622 /* ChatAction.swift in Sources */,
|
|
3498 | 3496 | 41CE153A297FF98200CC9254 /* Web3Swift+Adamant.swift in Sources */,
|
3499 | 3497 | 93CC8DC9296F01DE003772BF /* ChatTransactionContainerView+Model.swift in Sources */,
|
3500 | 3498 | E9147B6F205088DE00145913 /* LoginViewController+Pinpad.swift in Sources */,
|
3501 |
| - 6F1B8BCB2D4298BD004E902F /* FreeTokensAlertManager.swift in Sources */, |
3502 | 3499 | 934FD9B62C78519600336841 /* InfoServiceApiCommands.swift in Sources */,
|
3503 | 3500 | E9FAE5E2203ED1AE008D3A6B /* ShareQrViewController.swift in Sources */,
|
3504 | 3501 | E983AE2120E655C500497E1A /* AccountHeaderView.swift in Sources */,
|
|
3633 | 3630 | E908471B2196FE590095825D /* Adamant.xcdatamodeld in Sources */,
|
3634 | 3631 | E940087B2114ED0600CD2D67 /* EthWalletService.swift in Sources */,
|
3635 | 3632 | 93294B902AAD2C6B00911109 /* SwiftyOnboardOverlay.swift in Sources */,
|
3636 |
| - 6F1B8BC92D4285A7004E902F /* AlertFactory.swift in Sources */, |
3637 | 3633 | E948E03B20235E2300975D6B /* SettingsFactory.swift in Sources */,
|
3638 | 3634 | 4186B3302941E642006594A3 /* AdmWalletService+DynamicConstants.swift in Sources */,
|
3639 | 3635 | E95F85852008CB3A0070534A /* ChatListViewController.swift in Sources */,
|
|
0 commit comments