|
34 | 34 | 539D9AFE2507F68400B5765A /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9AFD2507F68400B5765A /* Constants.swift */; };
|
35 | 35 | 539D9AFF2507F69400B5765A /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9AFD2507F68400B5765A /* Constants.swift */; };
|
36 | 36 | 539D9B002507F69B00B5765A /* PusherLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9AFB2507F67300B5765A /* PusherLogger.swift */; };
|
| 37 | + 539D9B022509101E00B5765A /* WebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9B012509101E00B5765A /* WebSocket.swift */; }; |
| 38 | + 539D9B032509101E00B5765A /* WebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9B012509101E00B5765A /* WebSocket.swift */; }; |
| 39 | + 539D9B05250913B300B5765A /* WebSocketConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9B04250913B300B5765A /* WebSocketConnection.swift */; }; |
| 40 | + 539D9B06250913B300B5765A /* WebSocketConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9B04250913B300B5765A /* WebSocketConnection.swift */; }; |
| 41 | + 539D9B082509142200B5765A /* URLSessionWebSocketTask.CloseCode+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9B072509142200B5765A /* URLSessionWebSocketTask.CloseCode+Extensions.swift */; }; |
| 42 | + 539D9B092509142200B5765A /* URLSessionWebSocketTask.CloseCode+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9B072509142200B5765A /* URLSessionWebSocketTask.CloseCode+Extensions.swift */; }; |
37 | 43 | 736E53F5242A378B0052CC1B /* String+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736E53F3242A35D90052CC1B /* String+Extensions.swift */; };
|
38 | 44 | 736E53F7242A45AC0052CC1B /* XCTest+Assertions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736E53F6242A45AC0052CC1B /* XCTest+Assertions.swift */; };
|
39 | 45 | 73D8A1E72435E5F3001FDE05 /* PusherDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33BA541F1D9035BD00CD853B /* PusherDelegate.swift */; };
|
|
141 | 147 | 33C1FD6E1D81BFC300921AD7 /* ObjectiveC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ObjectiveC.swift; sourceTree = "<group>"; };
|
142 | 148 | 539D9AFB2507F67300B5765A /* PusherLogger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PusherLogger.swift; sourceTree = "<group>"; };
|
143 | 149 | 539D9AFD2507F68400B5765A /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
|
| 150 | + 539D9B012509101E00B5765A /* WebSocket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebSocket.swift; sourceTree = "<group>"; }; |
| 151 | + 539D9B04250913B300B5765A /* WebSocketConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebSocketConnection.swift; sourceTree = "<group>"; }; |
| 152 | + 539D9B072509142200B5765A /* URLSessionWebSocketTask.CloseCode+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "URLSessionWebSocketTask.CloseCode+Extensions.swift"; sourceTree = "<group>"; }; |
144 | 153 | 736E53F3242A35D90052CC1B /* String+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extensions.swift"; sourceTree = "<group>"; };
|
145 | 154 | 736E53F6242A45AC0052CC1B /* XCTest+Assertions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "XCTest+Assertions.swift"; sourceTree = "<group>"; };
|
146 | 155 | 73D8A1FE2435E5F3001FDE05 /* PusherSwiftWithEncryption.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PusherSwiftWithEncryption.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
263 | 272 | 3390D1E71F054D1E00E1944D /* Authorizer.swift */,
|
264 | 273 | 3390D1E51F054D0400E1944D /* AuthRequestBuilderProtocol.swift */,
|
265 | 274 | 33BA541F1D9035BD00CD853B /* PusherDelegate.swift */,
|
| 275 | + 539D9B04250913B300B5765A /* WebSocketConnection.swift */, |
266 | 276 | );
|
267 | 277 | path = Protocols;
|
268 | 278 | sourceTree = "<group>";
|
|
278 | 288 | E2B21F06243F5B860049A35B /* PusherEvent.swift */,
|
279 | 289 | 3389F5751CAEDE2800563F49 /* PusherGlobalChannel.swift */,
|
280 | 290 | 3389F56D1CAEDDD800563F49 /* PusherPresenceChannel.swift */,
|
| 291 | + 539D9B012509101E00B5765A /* WebSocket.swift */, |
281 | 292 | );
|
282 | 293 | path = Models;
|
283 | 294 | sourceTree = "<group>";
|
|
297 | 308 | 5333ACFC24F80F5C006E8DF0 /* Extensions */ = {
|
298 | 309 | isa = PBXGroup;
|
299 | 310 | children = (
|
| 311 | + 539D9B072509142200B5765A /* URLSessionWebSocketTask.CloseCode+Extensions.swift */, |
300 | 312 | E2B21F0C243F5DC10049A35B /* PusherWebsocketDelegate.swift */,
|
301 | 313 | );
|
302 | 314 | path = Extensions;
|
|
634 | 646 | files = (
|
635 | 647 | );
|
636 | 648 | inputPaths = (
|
637 |
| - Starscream, |
638 | 649 | Reachability,
|
639 | 650 | );
|
640 | 651 | name = "Copy Carthage Frameworks";
|
|
722 | 733 | files = (
|
723 | 734 | );
|
724 | 735 | inputPaths = (
|
725 |
| - Starscream, |
726 | 736 | Reachability,
|
727 | 737 | Sodium,
|
728 | 738 | );
|
|
743 | 753 | E26B8606244A079E00735172 /* PusherEncryptionHelpers.swift in Sources */,
|
744 | 754 | 539D9AFE2507F68400B5765A /* Constants.swift in Sources */,
|
745 | 755 | E2B21F0A243F5BB50049A35B /* PusherConnection.swift in Sources */,
|
| 756 | + 539D9B05250913B300B5765A /* WebSocketConnection.swift in Sources */, |
746 | 757 | 33BA54201D9035BD00CD853B /* PusherDelegate.swift in Sources */,
|
747 | 758 | E2498293231E612700CFBBD6 /* PusherError.swift in Sources */,
|
748 | 759 | 73D8A2282435F325001FDE05 /* PusherDecryptor.swift in Sources */,
|
|
753 | 764 | 3389F5721CAEDDF300563F49 /* PusherChannels.swift in Sources */,
|
754 | 765 | E2CFE43122D79CA7004187C3 /* PusherParser.swift in Sources */,
|
755 | 766 | 3389F5761CAEDE2800563F49 /* PusherGlobalChannel.swift in Sources */,
|
| 767 | + 539D9B022509101E00B5765A /* WebSocket.swift in Sources */, |
756 | 768 | E2B21F01243F5B1E0049A35B /* PusherEventFactory.swift in Sources */,
|
757 | 769 | 3389F57A1CAEDEC800563F49 /* PusherClientOptions.swift in Sources */,
|
758 | 770 | E2B21F07243F5B860049A35B /* PusherEvent.swift in Sources */,
|
759 | 771 | 539D9AFC2507F67300B5765A /* PusherLogger.swift in Sources */,
|
760 | 772 | E2B21EFF243F5B1E0049A35B /* PusherEventQueue.swift in Sources */,
|
761 | 773 | 3389F56E1CAEDDD800563F49 /* PusherPresenceChannel.swift in Sources */,
|
762 | 774 | 33C1FD6F1D81BFC300921AD7 /* ObjectiveC.swift in Sources */,
|
| 775 | + 539D9B082509142200B5765A /* URLSessionWebSocketTask.CloseCode+Extensions.swift in Sources */, |
763 | 776 | 3390D1E61F054D0400E1944D /* AuthRequestBuilderProtocol.swift in Sources */,
|
764 | 777 | 330D7A6A1CAEDA6C0032FF2C /* PusherSwift.swift in Sources */,
|
765 | 778 | );
|
|
797 | 810 | E26B8607244A079E00735172 /* PusherEncryptionHelpers.swift in Sources */,
|
798 | 811 | E2B21F0B243F5BB50049A35B /* PusherConnection.swift in Sources */,
|
799 | 812 | 73D8A1E72435E5F3001FDE05 /* PusherDelegate.swift in Sources */,
|
| 813 | + 539D9B06250913B300B5765A /* WebSocketConnection.swift in Sources */, |
800 | 814 | 73D8A1E82435E5F3001FDE05 /* PusherError.swift in Sources */,
|
801 | 815 | 73D8A2292435F329001FDE05 /* PusherDecryptor.swift in Sources */,
|
802 | 816 | 73D8A1EB2435E5F3001FDE05 /* PusherCrypto.swift in Sources */,
|
|
807 | 821 | 73D8A1EE2435E5F3001FDE05 /* PusherChannels.swift in Sources */,
|
808 | 822 | 73D8A1EF2435E5F3001FDE05 /* PusherParser.swift in Sources */,
|
809 | 823 | 539D9AFF2507F69400B5765A /* Constants.swift in Sources */,
|
| 824 | + 539D9B032509101E00B5765A /* WebSocket.swift in Sources */, |
810 | 825 | 73D8A1F02435E5F3001FDE05 /* PusherGlobalChannel.swift in Sources */,
|
811 | 826 | E2B21F02243F5B1E0049A35B /* PusherEventFactory.swift in Sources */,
|
812 | 827 | 73D8A1F12435E5F3001FDE05 /* PusherClientOptions.swift in Sources */,
|
813 | 828 | E2B21F08243F5B860049A35B /* PusherEvent.swift in Sources */,
|
814 | 829 | E2B21F00243F5B1E0049A35B /* PusherEventQueue.swift in Sources */,
|
815 | 830 | 73D8A1F22435E5F3001FDE05 /* PusherPresenceChannel.swift in Sources */,
|
816 | 831 | 73D8A1F32435E5F3001FDE05 /* ObjectiveC.swift in Sources */,
|
| 832 | + 539D9B092509142200B5765A /* URLSessionWebSocketTask.CloseCode+Extensions.swift in Sources */, |
817 | 833 | 73D8A1F52435E5F3001FDE05 /* AuthRequestBuilderProtocol.swift in Sources */,
|
818 | 834 | 73D8A1F62435E5F3001FDE05 /* PusherSwift.swift in Sources */,
|
819 | 835 | );
|
|
892 | 908 | GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
893 | 909 | GCC_WARN_UNUSED_FUNCTION = YES;
|
894 | 910 | GCC_WARN_UNUSED_VARIABLE = YES;
|
895 |
| - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
896 |
| - MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 911 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 912 | + MACOSX_DEPLOYMENT_TARGET = 10.15; |
897 | 913 | ONLY_ACTIVE_ARCH = YES;
|
898 | 914 | SDKROOT = "";
|
899 | 915 | SUPPORTED_PLATFORMS = "macosx appletvos iphoneos appletvsimulator iphonesimulator";
|
900 | 916 | SWIFT_VERSION = 5.0;
|
901 |
| - TVOS_DEPLOYMENT_TARGET = 9.0; |
| 917 | + TVOS_DEPLOYMENT_TARGET = 13.0; |
902 | 918 | };
|
903 | 919 | name = Debug;
|
904 | 920 | };
|
|
932 | 948 | GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
933 | 949 | GCC_WARN_UNUSED_FUNCTION = YES;
|
934 | 950 | GCC_WARN_UNUSED_VARIABLE = YES;
|
935 |
| - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
936 |
| - MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 951 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 952 | + MACOSX_DEPLOYMENT_TARGET = 10.15; |
937 | 953 | SDKROOT = "";
|
938 | 954 | SUPPORTED_PLATFORMS = "macosx appletvos iphoneos appletvsimulator iphonesimulator";
|
939 | 955 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
940 | 956 | SWIFT_VERSION = 5.0;
|
941 |
| - TVOS_DEPLOYMENT_TARGET = 9.0; |
| 957 | + TVOS_DEPLOYMENT_TARGET = 13.0; |
942 | 958 | };
|
943 | 959 | name = Release;
|
944 | 960 | };
|
|
0 commit comments