|
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 */; };
|
|
38 | 40 | 539D9B032509101E00B5765A /* WebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9B012509101E00B5765A /* WebSocket.swift */; };
|
39 | 41 | 539D9B05250913B300B5765A /* WebSocketConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539D9B04250913B300B5765A /* WebSocketConnection.swift */; };
|
40 | 42 | 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 */; }; |
43 | 43 | 736E53F5242A378B0052CC1B /* String+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736E53F3242A35D90052CC1B /* String+Extensions.swift */; };
|
44 | 44 | 736E53F7242A45AC0052CC1B /* XCTest+Assertions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736E53F6242A45AC0052CC1B /* XCTest+Assertions.swift */; };
|
45 | 45 | 73D8A1E72435E5F3001FDE05 /* PusherDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33BA541F1D9035BD00CD853B /* PusherDelegate.swift */; };
|
|
145 | 145 | 33BB99661D21226C00B25C2A /* PusherTopLevelAPITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PusherTopLevelAPITests.swift; sourceTree = "<group>"; };
|
146 | 146 | 33BB99671D21226C00B25C2A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../Tests/Info.plist; sourceTree = "<group>"; };
|
147 | 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>"; }; |
148 | 149 | 539D9AFB2507F67300B5765A /* PusherLogger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PusherLogger.swift; sourceTree = "<group>"; };
|
149 | 150 | 539D9AFD2507F68400B5765A /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
|
150 | 151 | 539D9B012509101E00B5765A /* WebSocket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebSocket.swift; sourceTree = "<group>"; };
|
151 | 152 | 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>"; }; |
153 | 153 | 736E53F3242A35D90052CC1B /* String+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extensions.swift"; sourceTree = "<group>"; };
|
154 | 154 | 736E53F6242A45AC0052CC1B /* XCTest+Assertions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "XCTest+Assertions.swift"; sourceTree = "<group>"; };
|
155 | 155 | 73D8A1FE2435E5F3001FDE05 /* PusherSwiftWithEncryption.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PusherSwiftWithEncryption.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
283 | 283 | 539D9AFD2507F68400B5765A /* Constants.swift */,
|
284 | 284 | 3384C1B81CAECD9C00F10796 /* PusherChannel.swift */,
|
285 | 285 | 3389F5711CAEDDF300563F49 /* PusherChannels.swift */,
|
| 286 | + 53140354250A8F7600F3D7BF /* PusherChannelsProtocolCloseCode.swift */, |
286 | 287 | 3389F5791CAEDEC800563F49 /* PusherClientOptions.swift */,
|
287 | 288 | E2498292231E612700CFBBD6 /* PusherError.swift */,
|
288 | 289 | E2B21F06243F5B860049A35B /* PusherEvent.swift */,
|
|
308 | 309 | 5333ACFC24F80F5C006E8DF0 /* Extensions */ = {
|
309 | 310 | isa = PBXGroup;
|
310 | 311 | children = (
|
311 |
| - 539D9B072509142200B5765A /* URLSessionWebSocketTask.CloseCode+Extensions.swift */, |
312 | 312 | E2B21F0C243F5DC10049A35B /* PusherWebsocketDelegate.swift */,
|
313 | 313 | );
|
314 | 314 | path = Extensions;
|
|
750 | 750 | isa = PBXSourcesBuildPhase;
|
751 | 751 | buildActionMask = 2147483647;
|
752 | 752 | files = (
|
| 753 | + 53140355250A8F7600F3D7BF /* PusherChannelsProtocolCloseCode.swift in Sources */, |
753 | 754 | E26B8606244A079E00735172 /* PusherEncryptionHelpers.swift in Sources */,
|
754 | 755 | 539D9AFE2507F68400B5765A /* Constants.swift in Sources */,
|
755 | 756 | E2B21F0A243F5BB50049A35B /* PusherConnection.swift in Sources */,
|
|
772 | 773 | E2B21EFF243F5B1E0049A35B /* PusherEventQueue.swift in Sources */,
|
773 | 774 | 3389F56E1CAEDDD800563F49 /* PusherPresenceChannel.swift in Sources */,
|
774 | 775 | 33C1FD6F1D81BFC300921AD7 /* ObjectiveC.swift in Sources */,
|
775 |
| - 539D9B082509142200B5765A /* URLSessionWebSocketTask.CloseCode+Extensions.swift in Sources */, |
776 | 776 | 3390D1E61F054D0400E1944D /* AuthRequestBuilderProtocol.swift in Sources */,
|
777 | 777 | 330D7A6A1CAEDA6C0032FF2C /* PusherSwift.swift in Sources */,
|
778 | 778 | );
|
|
807 | 807 | isa = PBXSourcesBuildPhase;
|
808 | 808 | buildActionMask = 2147483647;
|
809 | 809 | files = (
|
| 810 | + 53140356250A8F7600F3D7BF /* PusherChannelsProtocolCloseCode.swift in Sources */, |
810 | 811 | E26B8607244A079E00735172 /* PusherEncryptionHelpers.swift in Sources */,
|
811 | 812 | E2B21F0B243F5BB50049A35B /* PusherConnection.swift in Sources */,
|
812 | 813 | 73D8A1E72435E5F3001FDE05 /* PusherDelegate.swift in Sources */,
|
|
829 | 830 | E2B21F00243F5B1E0049A35B /* PusherEventQueue.swift in Sources */,
|
830 | 831 | 73D8A1F22435E5F3001FDE05 /* PusherPresenceChannel.swift in Sources */,
|
831 | 832 | 73D8A1F32435E5F3001FDE05 /* ObjectiveC.swift in Sources */,
|
832 |
| - 539D9B092509142200B5765A /* URLSessionWebSocketTask.CloseCode+Extensions.swift in Sources */, |
833 | 833 | 73D8A1F52435E5F3001FDE05 /* AuthRequestBuilderProtocol.swift in Sources */,
|
834 | 834 | 73D8A1F62435E5F3001FDE05 /* PusherSwift.swift in Sources */,
|
835 | 835 | );
|
|
0 commit comments