|
19 | 19 | 3389F5721CAEDDF300563F49 /* PusherChannels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3389F5711CAEDDF300563F49 /* PusherChannels.swift */; }; |
20 | 20 | 3389F5761CAEDE2800563F49 /* PusherGlobalChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3389F5751CAEDE2800563F49 /* PusherGlobalChannel.swift */; }; |
21 | 21 | 3389F57A1CAEDEC800563F49 /* PusherClientOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3389F5791CAEDEC800563F49 /* PusherClientOptions.swift */; }; |
| 22 | + 3390D1E61F054D0400E1944D /* AuthRequestBuilderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3390D1E51F054D0400E1944D /* AuthRequestBuilderProtocol.swift */; }; |
| 23 | + 3390D1E81F054D1E00E1944D /* Authorizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3390D1E71F054D1E00E1944D /* Authorizer.swift */; }; |
22 | 24 | 33A962771D89483600DA421E /* PusherConnectionDelegateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33A962751D8943CA00DA421E /* PusherConnectionDelegateTests.swift */; }; |
23 | 25 | 33BA541E1D90351B00CD853B /* NativePusherTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33BA541D1D90351B00CD853B /* NativePusherTests.swift */; }; |
24 | 26 | 33BA54201D9035BD00CD853B /* PusherDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33BA541F1D9035BD00CD853B /* PusherDelegate.swift */; }; |
|
65 | 67 | 3389F5711CAEDDF300563F49 /* PusherChannels.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PusherChannels.swift; sourceTree = "<group>"; }; |
66 | 68 | 3389F5751CAEDE2800563F49 /* PusherGlobalChannel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PusherGlobalChannel.swift; sourceTree = "<group>"; }; |
67 | 69 | 3389F5791CAEDEC800563F49 /* PusherClientOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PusherClientOptions.swift; sourceTree = "<group>"; }; |
| 70 | + 3390D1E51F054D0400E1944D /* AuthRequestBuilderProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthRequestBuilderProtocol.swift; sourceTree = "<group>"; }; |
| 71 | + 3390D1E71F054D1E00E1944D /* Authorizer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Authorizer.swift; sourceTree = "<group>"; }; |
68 | 72 | 33A962751D8943CA00DA421E /* PusherConnectionDelegateTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PusherConnectionDelegateTests.swift; path = ../Tests/PusherConnectionDelegateTests.swift; sourceTree = "<group>"; }; |
69 | 73 | 33BA541D1D90351B00CD853B /* NativePusherTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NativePusherTests.swift; path = ../Tests/NativePusherTests.swift; sourceTree = "<group>"; }; |
70 | 74 | 33BA541F1D9035BD00CD853B /* PusherDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PusherDelegate.swift; sourceTree = "<group>"; }; |
|
135 | 139 | 3389F5711CAEDDF300563F49 /* PusherChannels.swift */, |
136 | 140 | 3341A3391D819FBC007191AD /* NativePusher.swift */, |
137 | 141 | 33C1FD6E1D81BFC300921AD7 /* ObjectiveC.swift */, |
| 142 | + 3390D1E51F054D0400E1944D /* AuthRequestBuilderProtocol.swift */, |
| 143 | + 3390D1E71F054D1E00E1944D /* Authorizer.swift */, |
138 | 144 | 33C0D2E71CB5C54C003FE13E /* Dependencies */, |
139 | 145 | 33831CD61A9CFFF200B124F1 /* PusherSwift.h */, |
140 | 146 | 33831C8C1A9CF61600B124F1 /* Supporting Files */, |
|
329 | 335 | 33BA54201D9035BD00CD853B /* PusherDelegate.swift in Sources */, |
330 | 336 | 3389F56A1CAEDD9100563F49 /* PusherWebsocketDelegate.swift in Sources */, |
331 | 337 | 330D7A6D1CAEDA750032FF2C /* PusherChannel.swift in Sources */, |
| 338 | + 3390D1E81F054D1E00E1944D /* Authorizer.swift in Sources */, |
332 | 339 | 3389F5721CAEDDF300563F49 /* PusherChannels.swift in Sources */, |
333 | 340 | 3389F5761CAEDE2800563F49 /* PusherGlobalChannel.swift in Sources */, |
334 | 341 | 3389F57A1CAEDEC800563F49 /* PusherClientOptions.swift in Sources */, |
|
339 | 346 | 33C0D2D51CB5C1F2003FE13E /* CryptoSwiftHMACModule.swift in Sources */, |
340 | 347 | 33C0D2DB1CB5C364003FE13E /* Starscream.swift in Sources */, |
341 | 348 | 33C1FD6F1D81BFC300921AD7 /* ObjectiveC.swift in Sources */, |
| 349 | + 3390D1E61F054D0400E1944D /* AuthRequestBuilderProtocol.swift in Sources */, |
342 | 350 | 330D7A6A1CAEDA6C0032FF2C /* PusherSwift.swift in Sources */, |
343 | 351 | ); |
344 | 352 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments