|
23 | 23 | 047502AD2E55E8360083520F /* BinaryProtocolPaddingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 047502AB2E55E8360083520F /* BinaryProtocolPaddingTests.swift */; }; |
24 | 24 | 047502B02E55E8450083520F /* InputValidatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 047502AE2E55E8450083520F /* InputValidatorTests.swift */; }; |
25 | 25 | 047502B12E55E8450083520F /* InputValidatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 047502AE2E55E8450083520F /* InputValidatorTests.swift */; }; |
| 26 | + 047502B42E55FED60083520F /* MeshPeerList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 047502B32E55FED60083520F /* MeshPeerList.swift */; }; |
| 27 | + 047502B52E55FED60083520F /* GeohashPeopleList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 047502B22E55FED60083520F /* GeohashPeopleList.swift */; }; |
| 28 | + 047502B62E55FED60083520F /* MeshPeerList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 047502B32E55FED60083520F /* MeshPeerList.swift */; }; |
| 29 | + 047502B72E55FED60083520F /* GeohashPeopleList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 047502B22E55FED60083520F /* GeohashPeopleList.swift */; }; |
| 30 | + 047502B92E560F690083520F /* RelayController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 047502B82E560F690083520F /* RelayController.swift */; }; |
| 31 | + 047502BA2E560F690083520F /* RelayController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 047502B82E560F690083520F /* RelayController.swift */; }; |
26 | 32 | 049BD3902E4EC4F0001A566B /* PrivateChatManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 049BD38F2E4EC4F0001A566B /* PrivateChatManager.swift */; }; |
27 | 33 | 049BD3912E4EC4F0001A566B /* AutocompleteService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 049BD38C2E4EC4F0001A566B /* AutocompleteService.swift */; }; |
28 | 34 | 049BD3922E4EC4F0001A566B /* CommandProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 049BD38D2E4EC4F0001A566B /* CommandProcessor.swift */; }; |
|
180 | 186 | 047502912E547ACC0083520F /* LocationChannelsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationChannelsTests.swift; sourceTree = "<group>"; }; |
181 | 187 | 047502AB2E55E8360083520F /* BinaryProtocolPaddingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryProtocolPaddingTests.swift; sourceTree = "<group>"; }; |
182 | 188 | 047502AE2E55E8450083520F /* InputValidatorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InputValidatorTests.swift; sourceTree = "<group>"; }; |
| 189 | + 047502B22E55FED60083520F /* GeohashPeopleList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeohashPeopleList.swift; sourceTree = "<group>"; }; |
| 190 | + 047502B32E55FED60083520F /* MeshPeerList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MeshPeerList.swift; sourceTree = "<group>"; }; |
| 191 | + 047502B82E560F690083520F /* RelayController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RelayController.swift; sourceTree = "<group>"; }; |
183 | 192 | 049BD38C2E4EC4F0001A566B /* AutocompleteService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutocompleteService.swift; sourceTree = "<group>"; }; |
184 | 193 | 049BD38D2E4EC4F0001A566B /* CommandProcessor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandProcessor.swift; sourceTree = "<group>"; }; |
185 | 194 | 049BD38F2E4EC4F0001A566B /* PrivateChatManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrivateChatManager.swift; sourceTree = "<group>"; }; |
|
412 | 421 | A55126E93155456CAA8D6656 /* Views */ = { |
413 | 422 | isa = PBXGroup; |
414 | 423 | children = ( |
| 424 | + 047502B22E55FED60083520F /* GeohashPeopleList.swift */, |
| 425 | + 047502B32E55FED60083520F /* MeshPeerList.swift */, |
415 | 426 | 0475028E2E5417660083520F /* LocationChannelsSheet.swift */, |
416 | 427 | 763E0DBA9492A654FC0CDCB9 /* AppInfoView.swift */, |
417 | 428 | A08E03AA0C63E97C91749AEC /* ContentView.swift */, |
|
483 | 494 | D98A3186D7E4C72E35BDF7FE /* Services */ = { |
484 | 495 | isa = PBXGroup; |
485 | 496 | children = ( |
| 497 | + 047502B82E560F690083520F /* RelayController.swift */, |
486 | 498 | 0475028B2E54171C0083520F /* LocationChannelManager.swift */, |
487 | 499 | 049BD3B02E51F319001A566B /* MessageRouter.swift */, |
488 | 500 | 049BD3B12E51F319001A566B /* NostrTransport.swift */, |
|
703 | 715 | 049BD3B42E51F319001A566B /* NostrTransport.swift in Sources */, |
704 | 716 | 049BD3B52E51F319001A566B /* MessageRouter.swift in Sources */, |
705 | 717 | 4B747085D07A1BCE0F5BA612 /* BinaryProtocol.swift in Sources */, |
| 718 | + 047502B92E560F690083520F /* RelayController.swift in Sources */, |
706 | 719 | 6E7761E21C99F28AE2F9BE5F /* BitchatApp.swift in Sources */, |
707 | 720 | 84E3F9B64FB7FB4A140BD0A8 /* BitchatPeer.swift in Sources */, |
708 | 721 | 923027D6F2F417AFA2488127 /* BitchatProtocol.swift in Sources */, |
709 | 722 | D450CF41F207BDE1A1AAA56E /* ChatViewModel.swift in Sources */, |
710 | 723 | B0CA7796B2B2AC2B33F84548 /* CompressionUtil.swift in Sources */, |
711 | 724 | 92D34E7A07C990C8A815B0CE /* ContentView.swift in Sources */, |
712 | 725 | 5C93B4FDD0C448C3EDDBF8AE /* FavoritesPersistenceService.swift in Sources */, |
| 726 | + 047502B42E55FED60083520F /* MeshPeerList.swift in Sources */, |
| 727 | + 047502B52E55FED60083520F /* GeohashPeopleList.swift in Sources */, |
713 | 728 | 6C63FA98D59854C15C57B3D6 /* FingerprintView.swift in Sources */, |
714 | 729 | 38EDDC049FD56B1BB1F14C91 /* IdentityModels.swift in Sources */, |
715 | 730 | 7241FFD6CFFB875B864FA223 /* InputValidator.swift in Sources */, |
|
753 | 768 | 049BD3B22E51F319001A566B /* NostrTransport.swift in Sources */, |
754 | 769 | 049BD3B32E51F319001A566B /* MessageRouter.swift in Sources */, |
755 | 770 | F455F011B3B648ADA233F998 /* BinaryProtocol.swift in Sources */, |
| 771 | + 047502BA2E560F690083520F /* RelayController.swift in Sources */, |
756 | 772 | 10E68BB889356219189E38EC /* BitchatApp.swift in Sources */, |
757 | 773 | 84D13329AB7EE1D65A37438A /* BitchatPeer.swift in Sources */, |
758 | 774 | 6DE056E1EE9850E9FBF50157 /* BitchatProtocol.swift in Sources */, |
759 | 775 | 7576A357B278E5733E9D9F33 /* ChatViewModel.swift in Sources */, |
760 | 776 | 7DCA0DBCB8884E3B31C7BCE3 /* CompressionUtil.swift in Sources */, |
761 | 777 | 1D9674FA5F998503831DC281 /* ContentView.swift in Sources */, |
762 | 778 | ACE2ED172C37F01561E50B71 /* FavoritesPersistenceService.swift in Sources */, |
| 779 | + 047502B62E55FED60083520F /* MeshPeerList.swift in Sources */, |
| 780 | + 047502B72E55FED60083520F /* GeohashPeopleList.swift in Sources */, |
763 | 781 | 132DF1E24B4E9C7DCDAD4376 /* FingerprintView.swift in Sources */, |
764 | 782 | B909706CD38FC56C0C8EB7BF /* IdentityModels.swift in Sources */, |
765 | 783 | EF49C600C1E464710DD6CA29 /* InputValidator.swift in Sources */, |
|
0 commit comments