|
36 | 36 | 5A406F542030F65F0055671E /* HubProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A45C82D1F52A774003EEC55 /* HubProtocol.swift */; }; |
37 | 37 | 5A406F552030F6620055671E /* JSONHubProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A45C82F1F53392E003EEC55 /* JSONHubProtocol.swift */; }; |
38 | 38 | 5A406F562030F6660055671E /* ServerInvocationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A004A032028293400A26C0B /* ServerInvocationHandler.swift */; }; |
| 39 | + 5A4292F4208D2945008B30EF /* WebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A4292F3208D2945008B30EF /* WebSocket.swift */; }; |
| 40 | + 5A4292F5208D2945008B30EF /* WebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A4292F3208D2945008B30EF /* WebSocket.swift */; }; |
| 41 | + 5A4292F7208D2A4A008B30EF /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A4292F6208D2A4A008B30EF /* libz.tbd */; }; |
| 42 | + 5A4292F9208D2A59008B30EF /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A4292F8208D2A59008B30EF /* libz.tbd */; }; |
39 | 43 | 5A45C82E1F52A774003EEC55 /* HubProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A45C82D1F52A774003EEC55 /* HubProtocol.swift */; }; |
40 | 44 | 5A45C8301F53392E003EEC55 /* JSONHubProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A45C82F1F53392E003EEC55 /* JSONHubProtocol.swift */; }; |
41 | 45 | 5A45C8321F5AFDB6003EEC55 /* JSONHubProtocolTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A45C8311F5AFDB6003EEC55 /* JSONHubProtocolTests.swift */; }; |
|
175 | 179 | 5A32F4EF2084195A0091C185 /* HubProtocolFake.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HubProtocolFake.swift; sourceTree = "<group>"; }; |
176 | 180 | 5A341EB71E7CDCA400F6D41D /* TypeConverter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TypeConverter.swift; sourceTree = "<group>"; }; |
177 | 181 | 5A406F3E2030F4960055671E /* SignalRClient.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SignalRClient.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 182 | + 5A4292F3208D2945008B30EF /* WebSocket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebSocket.swift; sourceTree = "<group>"; }; |
| 183 | + 5A4292F6208D2A4A008B30EF /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; |
| 184 | + 5A4292F8208D2A59008B30EF /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.3.sdk/usr/lib/libz.tbd; sourceTree = DEVELOPER_DIR; }; |
178 | 185 | 5A45C82D1F52A774003EEC55 /* HubProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HubProtocol.swift; sourceTree = "<group>"; }; |
179 | 186 | 5A45C82F1F53392E003EEC55 /* JSONHubProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JSONHubProtocol.swift; sourceTree = "<group>"; }; |
180 | 187 | 5A45C8311F5AFDB6003EEC55 /* JSONHubProtocolTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JSONHubProtocolTests.swift; sourceTree = "<group>"; }; |
|
236 | 243 | isa = PBXFrameworksBuildPhase; |
237 | 244 | buildActionMask = 2147483647; |
238 | 245 | files = ( |
| 246 | + 5A4292F9208D2A59008B30EF /* libz.tbd in Frameworks */, |
239 | 247 | B78FA54D0EE70533533B492A /* Pods_iOS_SignalRClient.framework in Frameworks */, |
240 | 248 | ); |
241 | 249 | runOnlyForDeploymentPostprocessing = 0; |
|
244 | 252 | isa = PBXFrameworksBuildPhase; |
245 | 253 | buildActionMask = 2147483647; |
246 | 254 | files = ( |
| 255 | + 5A4292F7208D2A4A008B30EF /* libz.tbd in Frameworks */, |
247 | 256 | 3EE477C9B88482D1A4CDC1BB /* Pods_macOS_SignalRClient.framework in Frameworks */, |
248 | 257 | ); |
249 | 258 | runOnlyForDeploymentPostprocessing = 0; |
|
313 | 322 | 5A9803541E5FE60E00BFFB0A /* SignalRClient */ = { |
314 | 323 | isa = PBXGroup; |
315 | 324 | children = ( |
| 325 | + 5A4292F3208D2945008B30EF /* WebSocket.swift */, |
316 | 326 | 5A32F4EA20829F700091C185 /* HandshakeProtocol.swift */, |
317 | 327 | 5A9803551E5FE60E00BFFB0A /* SignalRClient.h */, |
318 | 328 | 5A9803561E5FE60E00BFFB0A /* Info.plist */, |
|
379 | 389 | 5AD455E21E5FECC200732962 /* Frameworks */ = { |
380 | 390 | isa = PBXGroup; |
381 | 391 | children = ( |
| 392 | + 5A4292F6208D2A4A008B30EF /* libz.tbd */, |
| 393 | + 5A4292F8208D2A59008B30EF /* libz.tbd */, |
382 | 394 | A3A31D118C1F95EC1324A8D9 /* Pods_HubSample.framework */, |
383 | 395 | CB121666480B08D75CA1E67A /* Pods_HubSamplePhone.framework */, |
384 | 396 | 43B143695FF3720D7A42DB7D /* Pods_SocketsSample.framework */, |
|
490 | 502 | 5A9803581E5FE60E00BFFB0A /* Frameworks */, |
491 | 503 | 5A9803591E5FE60E00BFFB0A /* Resources */, |
492 | 504 | 5A9A81131E5FF98100FE62A6 /* CopyFiles */, |
493 | | - 58289E49FE78FD7DB124281D /* [CP] Embed Pods Frameworks */, |
494 | 505 | ); |
495 | 506 | buildRules = ( |
496 | 507 | ); |
|
511 | 522 | 5A9A81581E63CAE100FE62A6 /* Frameworks */, |
512 | 523 | 5A9A81591E63CAE100FE62A6 /* Resources */, |
513 | 524 | 5A73DFE51E63E2CF007F3913 /* Embed Frameworks */, |
514 | | - 6FA5F404FC0798A286023685 /* [CP] Embed Pods Frameworks */, |
515 | 525 | ); |
516 | 526 | buildRules = ( |
517 | 527 | ); |
|
532 | 542 | 5AA9EFFB1E835AC200C5E248 /* Frameworks */, |
533 | 543 | 5AA9EFFC1E835AC200C5E248 /* Resources */, |
534 | 544 | 5AA9F0111E8381DD00C5E248 /* Embed Frameworks */, |
535 | | - 4BCEE3EBA86F19ED445D7D2A /* [CP] Embed Pods Frameworks */, |
536 | 545 | ); |
537 | 546 | buildRules = ( |
538 | 547 | ); |
|
553 | 562 | 5AEC70EA20310E3E00616DD2 /* Frameworks */, |
554 | 563 | 5AEC70EB20310E3E00616DD2 /* Resources */, |
555 | 564 | 5AEC7103203111F900616DD2 /* Embed Frameworks */, |
556 | | - C75F95C6637064505799D5B6 /* [CP] Embed Pods Frameworks */, |
557 | 565 | ); |
558 | 566 | buildRules = ( |
559 | 567 | ); |
|
699 | 707 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
700 | 708 | showEnvVarsInLog = 0; |
701 | 709 | }; |
702 | | - 4BCEE3EBA86F19ED445D7D2A /* [CP] Embed Pods Frameworks */ = { |
703 | | - isa = PBXShellScriptBuildPhase; |
704 | | - buildActionMask = 2147483647; |
705 | | - files = ( |
706 | | - ); |
707 | | - inputPaths = ( |
708 | | - "${SRCROOT}/Pods/Target Support Files/Pods-HubSample/Pods-HubSample-frameworks.sh", |
709 | | - "${BUILT_PRODUCTS_DIR}/SwiftWebSocket-macOS/SwiftWebSocket.framework", |
710 | | - ); |
711 | | - name = "[CP] Embed Pods Frameworks"; |
712 | | - outputPaths = ( |
713 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftWebSocket.framework", |
714 | | - ); |
715 | | - runOnlyForDeploymentPostprocessing = 0; |
716 | | - shellPath = /bin/sh; |
717 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-HubSample/Pods-HubSample-frameworks.sh\"\n"; |
718 | | - showEnvVarsInLog = 0; |
719 | | - }; |
720 | | - 58289E49FE78FD7DB124281D /* [CP] Embed Pods Frameworks */ = { |
721 | | - isa = PBXShellScriptBuildPhase; |
722 | | - buildActionMask = 2147483647; |
723 | | - files = ( |
724 | | - ); |
725 | | - inputPaths = ( |
726 | | - "${SRCROOT}/Pods/Target Support Files/Pods-SignalRClientTests/Pods-SignalRClientTests-frameworks.sh", |
727 | | - "${BUILT_PRODUCTS_DIR}/SwiftWebSocket-macOS/SwiftWebSocket.framework", |
728 | | - ); |
729 | | - name = "[CP] Embed Pods Frameworks"; |
730 | | - outputPaths = ( |
731 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftWebSocket.framework", |
732 | | - ); |
733 | | - runOnlyForDeploymentPostprocessing = 0; |
734 | | - shellPath = /bin/sh; |
735 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SignalRClientTests/Pods-SignalRClientTests-frameworks.sh\"\n"; |
736 | | - showEnvVarsInLog = 0; |
737 | | - }; |
738 | 710 | 5CD905B189219788E6F400CA /* [CP] Check Pods Manifest.lock */ = { |
739 | 711 | isa = PBXShellScriptBuildPhase; |
740 | 712 | buildActionMask = 2147483647; |
|
753 | 725 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
754 | 726 | showEnvVarsInLog = 0; |
755 | 727 | }; |
756 | | - 6FA5F404FC0798A286023685 /* [CP] Embed Pods Frameworks */ = { |
757 | | - isa = PBXShellScriptBuildPhase; |
758 | | - buildActionMask = 2147483647; |
759 | | - files = ( |
760 | | - ); |
761 | | - inputPaths = ( |
762 | | - "${SRCROOT}/Pods/Target Support Files/Pods-SocketsSample/Pods-SocketsSample-frameworks.sh", |
763 | | - "${BUILT_PRODUCTS_DIR}/SwiftWebSocket-macOS/SwiftWebSocket.framework", |
764 | | - ); |
765 | | - name = "[CP] Embed Pods Frameworks"; |
766 | | - outputPaths = ( |
767 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftWebSocket.framework", |
768 | | - ); |
769 | | - runOnlyForDeploymentPostprocessing = 0; |
770 | | - shellPath = /bin/sh; |
771 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SocketsSample/Pods-SocketsSample-frameworks.sh\"\n"; |
772 | | - showEnvVarsInLog = 0; |
773 | | - }; |
774 | 728 | 75D3869AEC191660116EC962 /* [CP] Check Pods Manifest.lock */ = { |
775 | 729 | isa = PBXShellScriptBuildPhase; |
776 | 730 | buildActionMask = 2147483647; |
|
843 | 797 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
844 | 798 | showEnvVarsInLog = 0; |
845 | 799 | }; |
846 | | - C75F95C6637064505799D5B6 /* [CP] Embed Pods Frameworks */ = { |
847 | | - isa = PBXShellScriptBuildPhase; |
848 | | - buildActionMask = 2147483647; |
849 | | - files = ( |
850 | | - ); |
851 | | - inputPaths = ( |
852 | | - "${SRCROOT}/Pods/Target Support Files/Pods-HubSamplePhone/Pods-HubSamplePhone-frameworks.sh", |
853 | | - "${BUILT_PRODUCTS_DIR}/SwiftWebSocket-iOS/SwiftWebSocket.framework", |
854 | | - ); |
855 | | - name = "[CP] Embed Pods Frameworks"; |
856 | | - outputPaths = ( |
857 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftWebSocket.framework", |
858 | | - ); |
859 | | - runOnlyForDeploymentPostprocessing = 0; |
860 | | - shellPath = /bin/sh; |
861 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-HubSamplePhone/Pods-HubSamplePhone-frameworks.sh\"\n"; |
862 | | - showEnvVarsInLog = 0; |
863 | | - }; |
864 | 800 | /* End PBXShellScriptBuildPhase section */ |
865 | 801 |
|
866 | 802 | /* Begin PBXSourcesBuildPhase section */ |
|
881 | 817 | 5A406F512030F6540055671E /* TypeConverter.swift in Sources */, |
882 | 818 | 5A406F532030F65B0055671E /* Util.swift in Sources */, |
883 | 819 | 5A406F522030F6580055671E /* Transport.swift in Sources */, |
| 820 | + 5A4292F5208D2945008B30EF /* WebSocket.swift in Sources */, |
884 | 821 | 5A406F4B2030F63D0055671E /* DefaultHttpClient.swift in Sources */, |
885 | 822 | 5A406F4D2030F6450055671E /* HubConnection.swift in Sources */, |
886 | 823 | 5A406F472030F6240055671E /* WebsocketsTransport.swift in Sources */, |
|
906 | 843 | 5A9A813B1E6397BE00FE62A6 /* Connection.swift in Sources */, |
907 | 844 | 5A004A042028293400A26C0B /* ServerInvocationHandler.swift in Sources */, |
908 | 845 | 5A4F86C51E71A54900D9A13F /* SignalRError.swift in Sources */, |
| 846 | + 5A4292F4208D2945008B30EF /* WebSocket.swift in Sources */, |
909 | 847 | 5A9A813D1E63982400FE62A6 /* SocketConnectionDelegate.swift in Sources */, |
910 | 848 | 5A9A81431E63B0E900FE62A6 /* DefaultHttpClient.swift in Sources */, |
911 | 849 | 5A73DFEB1E6B8867007F3913 /* HubConnection.swift in Sources */, |
|
0 commit comments