|
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 */; }; |
35 | 39 | 539D9AFC2507F67300B5765A /* PusherLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9AFB2507F67300B5765A /* PusherLogger.swift */; };
|
36 | 40 | 539D9AFE2507F68400B5765A /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9AFD2507F68400B5765A /* Constants.swift */; };
|
37 | 41 | 539D9AFF2507F69400B5765A /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9AFD2507F68400B5765A /* Constants.swift */; };
|
38 | 42 | 539D9B002507F69B00B5765A /* PusherLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9AFB2507F67300B5765A /* PusherLogger.swift */; };
|
39 |
| - 539D9B022509101E00B5765A /* WebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9B012509101E00B5765A /* WebSocket.swift */; }; |
40 |
| - 539D9B032509101E00B5765A /* WebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9B012509101E00B5765A /* WebSocket.swift */; }; |
41 | 43 | 539D9B05250913B300B5765A /* WebSocketConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9B04250913B300B5765A /* WebSocketConnection.swift */; };
|
42 | 44 | 539D9B06250913B300B5765A /* WebSocketConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9B04250913B300B5765A /* WebSocketConnection.swift */; };
|
43 | 45 | 736E53F5242A378B0052CC1B /* String+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736E53F3242A35D90052CC1B /* String+Extensions.swift */; };
|
|
146 | 148 | 33BB99671D21226C00B25C2A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../Tests/Info.plist; sourceTree = "<group>"; };
|
147 | 149 | 33C1FD6E1D81BFC300921AD7 /* ObjectiveC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ObjectiveC.swift; sourceTree = "<group>"; };
|
148 | 150 | 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>"; }; |
149 | 153 | 539D9AFB2507F67300B5765A /* PusherLogger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PusherLogger.swift; sourceTree = "<group>"; };
|
150 | 154 | 539D9AFD2507F68400B5765A /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
|
151 |
| - 539D9B012509101E00B5765A /* WebSocket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebSocket.swift; sourceTree = "<group>"; }; |
152 | 155 | 539D9B04250913B300B5765A /* WebSocketConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebSocketConnection.swift; sourceTree = "<group>"; };
|
153 | 156 | 736E53F3242A35D90052CC1B /* String+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extensions.swift"; sourceTree = "<group>"; };
|
154 | 157 | 736E53F6242A45AC0052CC1B /* XCTest+Assertions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "XCTest+Assertions.swift"; sourceTree = "<group>"; };
|
|
289 | 292 | E2B21F06243F5B860049A35B /* PusherEvent.swift */,
|
290 | 293 | 3389F5751CAEDE2800563F49 /* PusherGlobalChannel.swift */,
|
291 | 294 | 3389F56D1CAEDDD800563F49 /* PusherPresenceChannel.swift */,
|
292 |
| - 539D9B012509101E00B5765A /* WebSocket.swift */, |
| 295 | + 53140357250B8A9F00F3D7BF /* WebSocket.swift */, |
293 | 296 | );
|
294 | 297 | path = Models;
|
295 | 298 | sourceTree = "<group>";
|
|
405 | 408 | 3342F3BB1D808AC500C0296E /* ClientEventTests.swift */,
|
406 | 409 | 33BB99611D21226C00B25C2A /* PresenceChannelTests.swift */,
|
407 | 410 | 33BB99621D21226C00B25C2A /* PusherChannelTests.swift */,
|
| 411 | + 536F96B7252C841000D2C2F4 /* WebSocketTests.swift */, |
408 | 412 | );
|
409 | 413 | path = Models;
|
410 | 414 | sourceTree = "<group>";
|
|
765 | 769 | 3389F5721CAEDDF300563F49 /* PusherChannels.swift in Sources */,
|
766 | 770 | E2CFE43122D79CA7004187C3 /* PusherParser.swift in Sources */,
|
767 | 771 | 3389F5761CAEDE2800563F49 /* PusherGlobalChannel.swift in Sources */,
|
768 |
| - 539D9B022509101E00B5765A /* WebSocket.swift in Sources */, |
769 | 772 | E2B21F01243F5B1E0049A35B /* PusherEventFactory.swift in Sources */,
|
770 | 773 | 3389F57A1CAEDEC800563F49 /* PusherClientOptions.swift in Sources */,
|
771 | 774 | E2B21F07243F5B860049A35B /* PusherEvent.swift in Sources */,
|
|
774 | 777 | 3389F56E1CAEDDD800563F49 /* PusherPresenceChannel.swift in Sources */,
|
775 | 778 | 33C1FD6F1D81BFC300921AD7 /* ObjectiveC.swift in Sources */,
|
776 | 779 | 3390D1E61F054D0400E1944D /* AuthRequestBuilderProtocol.swift in Sources */,
|
| 780 | + 53140358250B8A9F00F3D7BF /* WebSocket.swift in Sources */, |
777 | 781 | 330D7A6A1CAEDA6C0032FF2C /* PusherSwift.swift in Sources */,
|
778 | 782 | );
|
779 | 783 | runOnlyForDeploymentPostprocessing = 0;
|
|
784 | 788 | files = (
|
785 | 789 | 73D8A22F2435F393001FDE05 /* PusherEventFactory+DecryptionTests.swift in Sources */,
|
786 | 790 | 33BB997A1D21230100B25C2A /* PusherConnectionTests.swift in Sources */,
|
| 791 | + 536F96B8252C841000D2C2F4 /* WebSocketTests.swift in Sources */, |
787 | 792 | 736E53F5242A378B0052CC1B /* String+Extensions.swift in Sources */,
|
788 | 793 | E2F40FA723ED79BC00985C40 /* PusherCryptoTest.swift in Sources */,
|
789 | 794 | 33BB99791D21230100B25C2A /* PusherClientInitializationTests.swift in Sources */,
|
|
822 | 827 | 73D8A1EE2435E5F3001FDE05 /* PusherChannels.swift in Sources */,
|
823 | 828 | 73D8A1EF2435E5F3001FDE05 /* PusherParser.swift in Sources */,
|
824 | 829 | 539D9AFF2507F69400B5765A /* Constants.swift in Sources */,
|
825 |
| - 539D9B032509101E00B5765A /* WebSocket.swift in Sources */, |
826 | 830 | 73D8A1F02435E5F3001FDE05 /* PusherGlobalChannel.swift in Sources */,
|
827 | 831 | E2B21F02243F5B1E0049A35B /* PusherEventFactory.swift in Sources */,
|
828 | 832 | 73D8A1F12435E5F3001FDE05 /* PusherClientOptions.swift in Sources */,
|
|
831 | 835 | 73D8A1F22435E5F3001FDE05 /* PusherPresenceChannel.swift in Sources */,
|
832 | 836 | 73D8A1F32435E5F3001FDE05 /* ObjectiveC.swift in Sources */,
|
833 | 837 | 73D8A1F52435E5F3001FDE05 /* AuthRequestBuilderProtocol.swift in Sources */,
|
| 838 | + 53140359250B8A9F00F3D7BF /* WebSocket.swift in Sources */, |
834 | 839 | 73D8A1F62435E5F3001FDE05 /* PusherSwift.swift in Sources */,
|
835 | 840 | );
|
836 | 841 | runOnlyForDeploymentPostprocessing = 0;
|
|
844 | 849 | 73D8A2102435F24E001FDE05 /* String+Extensions.swift in Sources */,
|
845 | 850 | 73D8A2112435F24E001FDE05 /* PusherCryptoTest.swift in Sources */,
|
846 | 851 | D32DBA1B2445BCD60064DA56 /* PrivateEncryptedChannelTests.swift in Sources */,
|
| 852 | + 536F96B9252C841000D2C2F4 /* WebSocketTests.swift in Sources */, |
847 | 853 | 73D8A2122435F24E001FDE05 /* PusherClientInitializationTests.swift in Sources */,
|
848 | 854 | 73D8A2132435F24E001FDE05 /* PresenceChannelTests.swift in Sources */,
|
849 | 855 | 73D8A2142435F24E001FDE05 /* PusherTopLevelAPITests.swift in Sources */,
|
|
0 commit comments