|
32 | 32 | 33C40CB91C1DFC9C008A54E3 /* PusherSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 33831CD61A9CFFF200B124F1 /* PusherSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
33 | 33 | 53140355250A8F7600F3D7BF /* PusherChannelsProtocolCloseCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53140354250A8F7600F3D7BF /* PusherChannelsProtocolCloseCode.swift */; };
|
34 | 34 | 53140356250A8F7600F3D7BF /* PusherChannelsProtocolCloseCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53140354250A8F7600F3D7BF /* PusherChannelsProtocolCloseCode.swift */; };
|
35 |
| - 53140358250B8A9F00F3D7BF /* WebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53140357250B8A9F00F3D7BF /* WebSocket.swift */; }; |
36 |
| - 53140359250B8A9F00F3D7BF /* WebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53140357250B8A9F00F3D7BF /* WebSocket.swift */; }; |
37 |
| - 536F96B8252C841000D2C2F4 /* WebSocketTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 536F96B7252C841000D2C2F4 /* WebSocketTests.swift */; }; |
38 |
| - 536F96B9252C841000D2C2F4 /* WebSocketTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 536F96B7252C841000D2C2F4 /* WebSocketTests.swift */; }; |
39 | 35 | 539D9AFC2507F67300B5765A /* PusherLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9AFB2507F67300B5765A /* PusherLogger.swift */; };
|
40 | 36 | 539D9AFE2507F68400B5765A /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9AFD2507F68400B5765A /* Constants.swift */; };
|
41 | 37 | 539D9AFF2507F69400B5765A /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9AFD2507F68400B5765A /* Constants.swift */; };
|
42 | 38 | 539D9B002507F69B00B5765A /* PusherLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9AFB2507F67300B5765A /* PusherLogger.swift */; };
|
43 |
| - 539D9B05250913B300B5765A /* WebSocketConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9B04250913B300B5765A /* WebSocketConnection.swift */; }; |
44 |
| - 539D9B06250913B300B5765A /* WebSocketConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9B04250913B300B5765A /* WebSocketConnection.swift */; }; |
45 | 39 | 736E53F5242A378B0052CC1B /* String+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736E53F3242A35D90052CC1B /* String+Extensions.swift */; };
|
46 | 40 | 736E53F7242A45AC0052CC1B /* XCTest+Assertions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736E53F6242A45AC0052CC1B /* XCTest+Assertions.swift */; };
|
47 | 41 | 73D8A1E72435E5F3001FDE05 /* PusherDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33BA541F1D9035BD00CD853B /* PusherDelegate.swift */; };
|
|
148 | 142 | 33BB99671D21226C00B25C2A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../Tests/Info.plist; sourceTree = "<group>"; };
|
149 | 143 | 33C1FD6E1D81BFC300921AD7 /* ObjectiveC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ObjectiveC.swift; sourceTree = "<group>"; };
|
150 | 144 | 53140354250A8F7600F3D7BF /* PusherChannelsProtocolCloseCode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PusherChannelsProtocolCloseCode.swift; sourceTree = "<group>"; };
|
151 |
| - 53140357250B8A9F00F3D7BF /* WebSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebSocket.swift; sourceTree = "<group>"; }; |
152 |
| - 536F96B7252C841000D2C2F4 /* WebSocketTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebSocketTests.swift; sourceTree = "<group>"; }; |
153 | 145 | 539D9AFB2507F67300B5765A /* PusherLogger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PusherLogger.swift; sourceTree = "<group>"; };
|
154 | 146 | 539D9AFD2507F68400B5765A /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
|
155 |
| - 539D9B04250913B300B5765A /* WebSocketConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebSocketConnection.swift; sourceTree = "<group>"; }; |
156 | 147 | 736E53F3242A35D90052CC1B /* String+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extensions.swift"; sourceTree = "<group>"; };
|
157 | 148 | 736E53F6242A45AC0052CC1B /* XCTest+Assertions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "XCTest+Assertions.swift"; sourceTree = "<group>"; };
|
158 | 149 | 73D8A1FE2435E5F3001FDE05 /* PusherSwiftWithEncryption.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PusherSwiftWithEncryption.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
275 | 266 | 3390D1E71F054D1E00E1944D /* Authorizer.swift */,
|
276 | 267 | 3390D1E51F054D0400E1944D /* AuthRequestBuilderProtocol.swift */,
|
277 | 268 | 33BA541F1D9035BD00CD853B /* PusherDelegate.swift */,
|
278 |
| - 539D9B04250913B300B5765A /* WebSocketConnection.swift */, |
279 | 269 | );
|
280 | 270 | path = Protocols;
|
281 | 271 | sourceTree = "<group>";
|
|
292 | 282 | E2B21F06243F5B860049A35B /* PusherEvent.swift */,
|
293 | 283 | 3389F5751CAEDE2800563F49 /* PusherGlobalChannel.swift */,
|
294 | 284 | 3389F56D1CAEDDD800563F49 /* PusherPresenceChannel.swift */,
|
295 |
| - 53140357250B8A9F00F3D7BF /* WebSocket.swift */, |
296 | 285 | );
|
297 | 286 | path = Models;
|
298 | 287 | sourceTree = "<group>";
|
|
408 | 397 | 3342F3BB1D808AC500C0296E /* ClientEventTests.swift */,
|
409 | 398 | 33BB99611D21226C00B25C2A /* PresenceChannelTests.swift */,
|
410 | 399 | 33BB99621D21226C00B25C2A /* PusherChannelTests.swift */,
|
411 |
| - 536F96B7252C841000D2C2F4 /* WebSocketTests.swift */, |
412 | 400 | );
|
413 | 401 | path = Models;
|
414 | 402 | sourceTree = "<group>";
|
|
651 | 639 | );
|
652 | 640 | inputPaths = (
|
653 | 641 | Reachability,
|
| 642 | + NWWebSocket, |
654 | 643 | );
|
655 | 644 | name = "Copy Carthage Frameworks";
|
656 | 645 | outputPaths = (
|
|
739 | 728 | inputPaths = (
|
740 | 729 | Reachability,
|
741 | 730 | Sodium,
|
| 731 | + NWWebSocket, |
742 | 732 | );
|
743 | 733 | name = "Copy Carthage Frameworks";
|
744 | 734 | outputPaths = (
|
|
758 | 748 | E26B8606244A079E00735172 /* PusherEncryptionHelpers.swift in Sources */,
|
759 | 749 | 539D9AFE2507F68400B5765A /* Constants.swift in Sources */,
|
760 | 750 | E2B21F0A243F5BB50049A35B /* PusherConnection.swift in Sources */,
|
761 |
| - 539D9B05250913B300B5765A /* WebSocketConnection.swift in Sources */, |
762 | 751 | 33BA54201D9035BD00CD853B /* PusherDelegate.swift in Sources */,
|
763 | 752 | E2498293231E612700CFBBD6 /* PusherError.swift in Sources */,
|
764 | 753 | 73D8A2282435F325001FDE05 /* PusherDecryptor.swift in Sources */,
|
|
777 | 766 | 3389F56E1CAEDDD800563F49 /* PusherPresenceChannel.swift in Sources */,
|
778 | 767 | 33C1FD6F1D81BFC300921AD7 /* ObjectiveC.swift in Sources */,
|
779 | 768 | 3390D1E61F054D0400E1944D /* AuthRequestBuilderProtocol.swift in Sources */,
|
780 |
| - 53140358250B8A9F00F3D7BF /* WebSocket.swift in Sources */, |
781 | 769 | 330D7A6A1CAEDA6C0032FF2C /* PusherSwift.swift in Sources */,
|
782 | 770 | );
|
783 | 771 | runOnlyForDeploymentPostprocessing = 0;
|
|
788 | 776 | files = (
|
789 | 777 | 73D8A22F2435F393001FDE05 /* PusherEventFactory+DecryptionTests.swift in Sources */,
|
790 | 778 | 33BB997A1D21230100B25C2A /* PusherConnectionTests.swift in Sources */,
|
791 |
| - 536F96B8252C841000D2C2F4 /* WebSocketTests.swift in Sources */, |
792 | 779 | 736E53F5242A378B0052CC1B /* String+Extensions.swift in Sources */,
|
793 | 780 | E2F40FA723ED79BC00985C40 /* PusherCryptoTest.swift in Sources */,
|
794 | 781 | 33BB99791D21230100B25C2A /* PusherClientInitializationTests.swift in Sources */,
|
|
816 | 803 | E26B8607244A079E00735172 /* PusherEncryptionHelpers.swift in Sources */,
|
817 | 804 | E2B21F0B243F5BB50049A35B /* PusherConnection.swift in Sources */,
|
818 | 805 | 73D8A1E72435E5F3001FDE05 /* PusherDelegate.swift in Sources */,
|
819 |
| - 539D9B06250913B300B5765A /* WebSocketConnection.swift in Sources */, |
820 | 806 | 73D8A1E82435E5F3001FDE05 /* PusherError.swift in Sources */,
|
821 | 807 | 73D8A2292435F329001FDE05 /* PusherDecryptor.swift in Sources */,
|
822 | 808 | 73D8A1EB2435E5F3001FDE05 /* PusherCrypto.swift in Sources */,
|
|
835 | 821 | 73D8A1F22435E5F3001FDE05 /* PusherPresenceChannel.swift in Sources */,
|
836 | 822 | 73D8A1F32435E5F3001FDE05 /* ObjectiveC.swift in Sources */,
|
837 | 823 | 73D8A1F52435E5F3001FDE05 /* AuthRequestBuilderProtocol.swift in Sources */,
|
838 |
| - 53140359250B8A9F00F3D7BF /* WebSocket.swift in Sources */, |
839 | 824 | 73D8A1F62435E5F3001FDE05 /* PusherSwift.swift in Sources */,
|
840 | 825 | );
|
841 | 826 | runOnlyForDeploymentPostprocessing = 0;
|
|
849 | 834 | 73D8A2102435F24E001FDE05 /* String+Extensions.swift in Sources */,
|
850 | 835 | 73D8A2112435F24E001FDE05 /* PusherCryptoTest.swift in Sources */,
|
851 | 836 | D32DBA1B2445BCD60064DA56 /* PrivateEncryptedChannelTests.swift in Sources */,
|
852 |
| - 536F96B9252C841000D2C2F4 /* WebSocketTests.swift in Sources */, |
853 | 837 | 73D8A2122435F24E001FDE05 /* PusherClientInitializationTests.swift in Sources */,
|
854 | 838 | 73D8A2132435F24E001FDE05 /* PresenceChannelTests.swift in Sources */,
|
855 | 839 | 73D8A2142435F24E001FDE05 /* PusherTopLevelAPITests.swift in Sources */,
|
|
0 commit comments