|
10 | 10 | 0ED6730BCBD43BFC676E2C61 /* Pods_Domain.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FC9603DB5850B55C17AD8631 /* Pods_Domain.framework */; };
|
11 | 11 | 5D80721D7E22338D9F85FBBF /* Pods_BatChat.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40AF006FE9370853776FDD91 /* Pods_BatChat.framework */; };
|
12 | 12 | 6CD963C84735413EEEB3782D /* Pods_NetworkPlatform.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99E4191A2721DB54B7981141 /* Pods_NetworkPlatform.framework */; };
|
| 13 | + C002E36E265E501E00E291C6 /* BCSessionViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C002E36D265E501E00E291C6 /* BCSessionViewModel.swift */; }; |
| 14 | + C002E373265E540000E291C6 /* Observable+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = C002E371265E53C800E291C6 /* Observable+Ext.swift */; }; |
| 15 | + C002E374265E540000E291C6 /* ErrorTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = C002E36F265E52AC00E291C6 /* ErrorTracker.swift */; }; |
| 16 | + C002E37A265E564700E291C6 /* SocketService.swift in Sources */ = {isa = PBXBuildFile; fileRef = C002E379265E564700E291C6 /* SocketService.swift */; }; |
| 17 | + C002E37C265E58CF00E291C6 /* ChatSocketService.swift in Sources */ = {isa = PBXBuildFile; fileRef = C002E37B265E58CF00E291C6 /* ChatSocketService.swift */; }; |
13 | 18 | C007689525E4A83B0098DF89 /* ScreenMetric.swift in Sources */ = {isa = PBXBuildFile; fileRef = C007688325E4A83A0098DF89 /* ScreenMetric.swift */; };
|
14 | 19 | C007689625E4A83B0098DF89 /* UIImage+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C007688425E4A83A0098DF89 /* UIImage+Additions.swift */; };
|
15 | 20 | C007689725E4A83B0098DF89 /* UIView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C007688525E4A83A0098DF89 /* UIView+Additions.swift */; };
|
|
225 | 230 | 486C20FD8F9D9C3A2EEB3A97 /* Pods-BatChat.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BatChat.debug.xcconfig"; path = "Target Support Files/Pods-BatChat/Pods-BatChat.debug.xcconfig"; sourceTree = "<group>"; };
|
226 | 231 | 825453482B5EAF099FBA771F /* Pods-NetworkPlatform.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NetworkPlatform.debug.xcconfig"; path = "Target Support Files/Pods-NetworkPlatform/Pods-NetworkPlatform.debug.xcconfig"; sourceTree = "<group>"; };
|
227 | 232 | 99E4191A2721DB54B7981141 /* Pods_NetworkPlatform.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NetworkPlatform.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 233 | + C002E36D265E501E00E291C6 /* BCSessionViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BCSessionViewModel.swift; sourceTree = "<group>"; }; |
| 234 | + C002E36F265E52AC00E291C6 /* ErrorTracker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ErrorTracker.swift; sourceTree = "<group>"; }; |
| 235 | + C002E371265E53C800E291C6 /* Observable+Ext.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+Ext.swift"; sourceTree = "<group>"; }; |
| 236 | + C002E379265E564700E291C6 /* SocketService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketService.swift; sourceTree = "<group>"; }; |
| 237 | + C002E37B265E58CF00E291C6 /* ChatSocketService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatSocketService.swift; sourceTree = "<group>"; }; |
228 | 238 | C007688325E4A83A0098DF89 /* ScreenMetric.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScreenMetric.swift; sourceTree = "<group>"; };
|
229 | 239 | C007688425E4A83A0098DF89 /* UIImage+Additions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImage+Additions.swift"; sourceTree = "<group>"; };
|
230 | 240 | C007688525E4A83A0098DF89 /* UIView+Additions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+Additions.swift"; sourceTree = "<group>"; };
|
|
598 | 608 | C07B2E3625CD2F3700C2AB01 /* Session */ = {
|
599 | 609 | isa = PBXGroup;
|
600 | 610 | children = (
|
| 611 | + C07B2E3725CD2F6400C2AB01 /* BCSessionViewController.swift */, |
| 612 | + C002E36D265E501E00E291C6 /* BCSessionViewModel.swift */, |
601 | 613 | C00768AF25E4B80B0098DF89 /* Chat Items */,
|
602 | 614 | C0A4D2F225E2091B00013B31 /* ViewModels */,
|
603 | 615 | C0A4D22325E2065600013B31 /* Base */,
|
604 |
| - C07B2E3725CD2F6400C2AB01 /* BCSessionViewController.swift */, |
605 | 616 | );
|
606 | 617 | path = Session;
|
607 | 618 | sourceTree = "<group>";
|
|
866 | 877 | C0ED3D0F25CAA7A600505906 /* Protocol */,
|
867 | 878 | C0C79EF6265CEEFB0025C69A /* BCHUD.swift */,
|
868 | 879 | C0C79EF8265CEF430025C69A /* Toast.swift */,
|
| 880 | + C002E36F265E52AC00E291C6 /* ErrorTracker.swift */, |
| 881 | + C002E371265E53C800E291C6 /* Observable+Ext.swift */, |
869 | 882 | );
|
870 | 883 | path = Utility;
|
871 | 884 | sourceTree = "<group>";
|
|
949 | 962 | C0ED3DC125CAAFA700505906 /* Network.swift */,
|
950 | 963 | C0ED3DC225CAAFA700505906 /* GlobalConfiguration.swift */,
|
951 | 964 | C0ED3DC325CAAFA700505906 /* AppEnvironment.swift */,
|
| 965 | + C002E379265E564700E291C6 /* SocketService.swift */, |
| 966 | + C002E37B265E58CF00E291C6 /* ChatSocketService.swift */, |
952 | 967 | );
|
953 | 968 | path = Network;
|
954 | 969 | sourceTree = "<group>";
|
|
1293 | 1308 | C0ED3D6B25CAAABB00505906 /* UILabel+Extension.swift in Sources */,
|
1294 | 1309 | C0A4D2EA25E2066B00013B31 /* PhotosInputCell.swift in Sources */,
|
1295 | 1310 | C068FC5925E742C300A2D7AD /* EmojiChatInputItem.swift in Sources */,
|
| 1311 | + C002E374265E540000E291C6 /* ErrorTracker.swift in Sources */, |
1296 | 1312 | C0ED3D2225CAA86E00505906 /* BaseViewController.swift in Sources */,
|
1297 | 1313 | C0E2B89025E63F0200F7B092 /* ChatInputBar.swift in Sources */,
|
1298 | 1314 | C0A4D2E325E2066B00013B31 /* PhotosInputWithPlaceholdersDataProvider.swift in Sources */,
|
|
1344 | 1360 | C012779325EE155E00DE8ADD /* PhotoMessagePresenter.swift in Sources */,
|
1345 | 1361 | C0A4D2EB25E2066B00013B31 /* PhotosInputDataProvider.swift in Sources */,
|
1346 | 1362 | C0ED3D7425CAAABB00505906 /* UIView+AddClickedEvent.swift in Sources */,
|
| 1363 | + C002E373265E540000E291C6 /* Observable+Ext.swift in Sources */, |
1347 | 1364 | C0ED3D7725CAAABB00505906 /* NSArray+Extsion.swift in Sources */,
|
1348 | 1365 | C0C79EF3265CD6B90025C69A /* Router.swift in Sources */,
|
1349 | 1366 | C00768A525E4A83B0098DF89 /* CGPoint+Additions.swift in Sources */,
|
|
1365 | 1382 | C00768C125E4B8EC0098DF89 /* TextMessageCollectionViewCellDefaultStyle.swift in Sources */,
|
1366 | 1383 | C0C79EF9265CEF430025C69A /* Toast.swift in Sources */,
|
1367 | 1384 | C012779125EE155E00DE8ADD /* PhotoMessagePresenterBuilder.swift in Sources */,
|
| 1385 | + C002E36E265E501E00E291C6 /* BCSessionViewModel.swift in Sources */, |
1368 | 1386 | C007689F25E4A83B0098DF89 /* Cache.swift in Sources */,
|
1369 | 1387 | C00768D125E4B9490098DF89 /* BaseMessageModel.swift in Sources */,
|
1370 | 1388 | C0A4D2DF25E2066B00013B31 /* DeviceImagePicker.swift in Sources */,
|
|
1404 | 1422 | C0ED3DE725CAB18300505906 /* _CleanJSONDecodingStorage.swift in Sources */,
|
1405 | 1423 | C0ED3DEA25CAB18300505906 /* _CleanJSONDecoder+Unbox.swift in Sources */,
|
1406 | 1424 | C0ED3DC425CAAFA700505906 /* Network.swift in Sources */,
|
| 1425 | + C002E37C265E58CF00E291C6 /* ChatSocketService.swift in Sources */, |
1407 | 1426 | C0ED3DE925CAB18300505906 /* CleanDecoder.swift in Sources */,
|
1408 | 1427 | C0ED3DF225CAB18300505906 /* AnyEncodable.swift in Sources */,
|
1409 | 1428 | C0ED3DFD25CAB3D800505906 /* UseCaseProvider.swift in Sources */,
|
|
1419 | 1438 | C0ED3DE825CAB18300505906 /* DecodingStrategy.swift in Sources */,
|
1420 | 1439 | C0ED3DBD25CAAF4100505906 /* UsersNetwork.swift in Sources */,
|
1421 | 1440 | C0ED3DE225CAB18300505906 /* _CleanJSONDecoder+SingleValueDecodingContainer.swift in Sources */,
|
| 1441 | + C002E37A265E564700E291C6 /* SocketService.swift in Sources */, |
1422 | 1442 | C0ED3DEF25CAB18300505906 /* Defaultable.swift in Sources */,
|
1423 | 1443 | );
|
1424 | 1444 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments