|
30 | 30 | 33BB997C1D21230100B25C2A /* PusherTopLevelAPITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33BB99661D21226C00B25C2A /* PusherTopLevelAPITests.swift */; };
|
31 | 31 | 33C1FD6F1D81BFC300921AD7 /* ObjectiveC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C1FD6E1D81BFC300921AD7 /* ObjectiveC.swift */; };
|
32 | 32 | 33C40CB91C1DFC9C008A54E3 /* PusherSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 33831CD61A9CFFF200B124F1 /* PusherSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
| 33 | + 53140355250A8F7600F3D7BF /* PusherChannelsProtocolCloseCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53140354250A8F7600F3D7BF /* PusherChannelsProtocolCloseCode.swift */; }; |
| 34 | + 53140356250A8F7600F3D7BF /* PusherChannelsProtocolCloseCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53140354250A8F7600F3D7BF /* PusherChannelsProtocolCloseCode.swift */; }; |
33 | 35 | 539D9AFC2507F67300B5765A /* PusherLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9AFB2507F67300B5765A /* PusherLogger.swift */; };
|
34 | 36 | 539D9AFE2507F68400B5765A /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9AFD2507F68400B5765A /* Constants.swift */; };
|
35 | 37 | 539D9AFF2507F69400B5765A /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9AFD2507F68400B5765A /* Constants.swift */; };
|
36 | 38 | 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 | + 539D9B05250913B300B5765A /* WebSocketConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9B04250913B300B5765A /* WebSocketConnection.swift */; }; |
| 42 | + 539D9B06250913B300B5765A /* WebSocketConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9B04250913B300B5765A /* WebSocketConnection.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 */; };
|
|
139 | 145 | 33BB99661D21226C00B25C2A /* PusherTopLevelAPITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PusherTopLevelAPITests.swift; sourceTree = "<group>"; };
|
140 | 146 | 33BB99671D21226C00B25C2A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../Tests/Info.plist; sourceTree = "<group>"; };
|
141 | 147 | 33C1FD6E1D81BFC300921AD7 /* ObjectiveC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ObjectiveC.swift; sourceTree = "<group>"; };
|
| 148 | + 53140354250A8F7600F3D7BF /* PusherChannelsProtocolCloseCode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PusherChannelsProtocolCloseCode.swift; sourceTree = "<group>"; }; |
142 | 149 | 539D9AFB2507F67300B5765A /* PusherLogger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PusherLogger.swift; sourceTree = "<group>"; };
|
143 | 150 | 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 | + 539D9B04250913B300B5765A /* WebSocketConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebSocketConnection.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>";
|
|
273 | 283 | 539D9AFD2507F68400B5765A /* Constants.swift */,
|
274 | 284 | 3384C1B81CAECD9C00F10796 /* PusherChannel.swift */,
|
275 | 285 | 3389F5711CAEDDF300563F49 /* PusherChannels.swift */,
|
| 286 | + 53140354250A8F7600F3D7BF /* PusherChannelsProtocolCloseCode.swift */, |
276 | 287 | 3389F5791CAEDEC800563F49 /* PusherClientOptions.swift */,
|
277 | 288 | E2498292231E612700CFBBD6 /* PusherError.swift */,
|
278 | 289 | E2B21F06243F5B860049A35B /* PusherEvent.swift */,
|
279 | 290 | 3389F5751CAEDE2800563F49 /* PusherGlobalChannel.swift */,
|
280 | 291 | 3389F56D1CAEDDD800563F49 /* PusherPresenceChannel.swift */,
|
| 292 | + 539D9B012509101E00B5765A /* WebSocket.swift */, |
281 | 293 | );
|
282 | 294 | path = Models;
|
283 | 295 | sourceTree = "<group>";
|
|
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 | );
|
|
740 | 750 | isa = PBXSourcesBuildPhase;
|
741 | 751 | buildActionMask = 2147483647;
|
742 | 752 | files = (
|
| 753 | + 53140355250A8F7600F3D7BF /* PusherChannelsProtocolCloseCode.swift in Sources */, |
743 | 754 | E26B8606244A079E00735172 /* PusherEncryptionHelpers.swift in Sources */,
|
744 | 755 | 539D9AFE2507F68400B5765A /* Constants.swift in Sources */,
|
745 | 756 | E2B21F0A243F5BB50049A35B /* PusherConnection.swift in Sources */,
|
| 757 | + 539D9B05250913B300B5765A /* WebSocketConnection.swift in Sources */, |
746 | 758 | 33BA54201D9035BD00CD853B /* PusherDelegate.swift in Sources */,
|
747 | 759 | E2498293231E612700CFBBD6 /* PusherError.swift in Sources */,
|
748 | 760 | 73D8A2282435F325001FDE05 /* PusherDecryptor.swift in Sources */,
|
|
753 | 765 | 3389F5721CAEDDF300563F49 /* PusherChannels.swift in Sources */,
|
754 | 766 | E2CFE43122D79CA7004187C3 /* PusherParser.swift in Sources */,
|
755 | 767 | 3389F5761CAEDE2800563F49 /* PusherGlobalChannel.swift in Sources */,
|
| 768 | + 539D9B022509101E00B5765A /* WebSocket.swift in Sources */, |
756 | 769 | E2B21F01243F5B1E0049A35B /* PusherEventFactory.swift in Sources */,
|
757 | 770 | 3389F57A1CAEDEC800563F49 /* PusherClientOptions.swift in Sources */,
|
758 | 771 | E2B21F07243F5B860049A35B /* PusherEvent.swift in Sources */,
|
|
794 | 807 | isa = PBXSourcesBuildPhase;
|
795 | 808 | buildActionMask = 2147483647;
|
796 | 809 | files = (
|
| 810 | + 53140356250A8F7600F3D7BF /* PusherChannelsProtocolCloseCode.swift in Sources */, |
797 | 811 | E26B8607244A079E00735172 /* PusherEncryptionHelpers.swift in Sources */,
|
798 | 812 | E2B21F0B243F5BB50049A35B /* PusherConnection.swift in Sources */,
|
799 | 813 | 73D8A1E72435E5F3001FDE05 /* PusherDelegate.swift in Sources */,
|
| 814 | + 539D9B06250913B300B5765A /* WebSocketConnection.swift in Sources */, |
800 | 815 | 73D8A1E82435E5F3001FDE05 /* PusherError.swift in Sources */,
|
801 | 816 | 73D8A2292435F329001FDE05 /* PusherDecryptor.swift in Sources */,
|
802 | 817 | 73D8A1EB2435E5F3001FDE05 /* PusherCrypto.swift in Sources */,
|
|
807 | 822 | 73D8A1EE2435E5F3001FDE05 /* PusherChannels.swift in Sources */,
|
808 | 823 | 73D8A1EF2435E5F3001FDE05 /* PusherParser.swift in Sources */,
|
809 | 824 | 539D9AFF2507F69400B5765A /* Constants.swift in Sources */,
|
| 825 | + 539D9B032509101E00B5765A /* WebSocket.swift in Sources */, |
810 | 826 | 73D8A1F02435E5F3001FDE05 /* PusherGlobalChannel.swift in Sources */,
|
811 | 827 | E2B21F02243F5B1E0049A35B /* PusherEventFactory.swift in Sources */,
|
812 | 828 | 73D8A1F12435E5F3001FDE05 /* PusherClientOptions.swift in Sources */,
|
|
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