|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 52; |
| 6 | + objectVersion = 54; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
|
74 | 74 | E2CFE43122D79CA7004187C3 /* EventParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2CFE43022D79CA7004187C3 /* EventParser.swift */; };
|
75 | 75 | E2F40FA523ED782B00985C40 /* Crypto.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2F40FA423ED782B00985C40 /* Crypto.swift */; };
|
76 | 76 | E2F40FA723ED79BC00985C40 /* CryptoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2F40FA623ED79BC00985C40 /* CryptoTests.swift */; };
|
| 77 | + E468054E2E015A300054E468 /* WebSocketClientTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E468054D2E015A300054E468 /* WebSocketClientTests.swift */; }; |
| 78 | + E46805542E015A350054E468 /* NWWebSocketServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = E46805512E015A350054E468 /* NWWebSocketServer.swift */; }; |
| 79 | + E46805552E015A350054E468 /* WebSocketServerConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = E46805522E015A350054E468 /* WebSocketServerConnection.swift */; }; |
77 | 80 | /* End PBXBuildFile section */
|
78 | 81 |
|
79 | 82 | /* Begin PBXContainerItemProxy section */
|
|
158 | 161 | E2CFE43022D79CA7004187C3 /* EventParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventParser.swift; sourceTree = "<group>"; };
|
159 | 162 | E2F40FA423ED782B00985C40 /* Crypto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Crypto.swift; sourceTree = "<group>"; };
|
160 | 163 | E2F40FA623ED79BC00985C40 /* CryptoTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CryptoTests.swift; sourceTree = "<group>"; };
|
| 164 | + E468054D2E015A300054E468 /* WebSocketClientTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebSocketClientTests.swift; sourceTree = "<group>"; }; |
| 165 | + E46805512E015A350054E468 /* NWWebSocketServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NWWebSocketServer.swift; sourceTree = "<group>"; }; |
| 166 | + E46805522E015A350054E468 /* WebSocketServerConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebSocketServerConnection.swift; sourceTree = "<group>"; }; |
161 | 167 | /* End PBXFileReference section */
|
162 | 168 |
|
163 | 169 | /* Begin PBXFrameworksBuildPhase section */
|
|
374 | 380 | 539D9AF72507E11200B5765A /* Services */ = {
|
375 | 381 | isa = PBXGroup;
|
376 | 382 | children = (
|
| 383 | + E46805532E015A350054E468 /* Server */, |
| 384 | + E468054D2E015A300054E468 /* WebSocketClientTests.swift */, |
377 | 385 | 33BB99641D21226C00B25C2A /* PusherConnectionTests.swift */,
|
378 | 386 | E2594CE32447753200E36300 /* ChannelEventQueueTests.swift */,
|
379 | 387 | E291AFA124486CAB00594552 /* ChannelEventQueue+DecryptionTests.swift */,
|
|
409 | 417 | name = Frameworks;
|
410 | 418 | sourceTree = "<group>";
|
411 | 419 | };
|
| 420 | + E46805532E015A350054E468 /* Server */ = { |
| 421 | + isa = PBXGroup; |
| 422 | + children = ( |
| 423 | + E46805512E015A350054E468 /* NWWebSocketServer.swift */, |
| 424 | + E46805522E015A350054E468 /* WebSocketServerConnection.swift */, |
| 425 | + ); |
| 426 | + path = Server; |
| 427 | + sourceTree = "<group>"; |
| 428 | + }; |
412 | 429 | /* End PBXGroup section */
|
413 | 430 |
|
414 | 431 | /* Begin PBXHeadersBuildPhase section */
|
|
628 | 645 | 33BB99791D21230100B25C2A /* PusherClientInitializationTests.swift in Sources */,
|
629 | 646 | 33BB99771D21230100B25C2A /* PresenceChannelTests.swift in Sources */,
|
630 | 647 | 33BB997C1D21230100B25C2A /* PusherTopLevelAPITests.swift in Sources */,
|
| 648 | + E468054E2E015A300054E468 /* WebSocketClientTests.swift in Sources */, |
631 | 649 | 736E53F7242A45AC0052CC1B /* XCTest+Assertions.swift in Sources */,
|
| 650 | + E46805542E015A350054E468 /* NWWebSocketServer.swift in Sources */, |
| 651 | + E46805552E015A350054E468 /* WebSocketServerConnection.swift in Sources */, |
632 | 652 | 57F6E444269C5A2E00ECFAD4 /* TestObjects.swift in Sources */,
|
633 | 653 | E2594CE42447753200E36300 /* ChannelEventQueueTests.swift in Sources */,
|
634 | 654 | 33BB997B1D21230100B25C2A /* PusherIncomingEventHandlingTests.swift in Sources */,
|
|
0 commit comments