|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 330D7A6A1CAEDA6C0032FF2C /* PusherSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33831CD31A9CFFD900B124F1 /* PusherSwift.swift */; };
|
11 | 11 | 330D7A6D1CAEDA750032FF2C /* PusherChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3384C1B81CAECD9C00F10796 /* PusherChannel.swift */; };
|
12 |
| - 3341A33A1D819FBC007191AD /* NativePusher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3341A3391D819FBC007191AD /* NativePusher.swift */; }; |
13 | 12 | 3342F3BD1D808AC900C0296E /* ClientEventTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3342F3BB1D808AC500C0296E /* ClientEventTests.swift */; };
|
14 | 13 | 335BCA0D1C38ABF000B47A66 /* PusherSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 33831CD61A9CFFF200B124F1 /* PusherSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
15 | 14 | 3389F5661CAEDD5F00563F49 /* PusherConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3389F5651CAEDD5F00563F49 /* PusherConnection.swift */; };
|
|
21 | 20 | 3390D1E61F054D0400E1944D /* AuthRequestBuilderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3390D1E51F054D0400E1944D /* AuthRequestBuilderProtocol.swift */; };
|
22 | 21 | 3390D1E81F054D1E00E1944D /* Authorizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3390D1E71F054D1E00E1944D /* Authorizer.swift */; };
|
23 | 22 | 33A962771D89483600DA421E /* PusherConnectionDelegateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33A962751D8943CA00DA421E /* PusherConnectionDelegateTests.swift */; };
|
24 |
| - 33BA541E1D90351B00CD853B /* NativePusherTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33BA541D1D90351B00CD853B /* NativePusherTests.swift */; }; |
25 | 23 | 33BA54201D9035BD00CD853B /* PusherDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33BA541F1D9035BD00CD853B /* PusherDelegate.swift */; };
|
26 | 24 | 33BB99731D21230100B25C2A /* AuthenticationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33BB995D1D21226C00B25C2A /* AuthenticationTests.swift */; };
|
27 | 25 | 33BB99751D21230100B25C2A /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33BB995F1D21226C00B25C2A /* Helpers.swift */; };
|
|
48 | 46 |
|
49 | 47 | /* Begin PBXFileReference section */
|
50 | 48 | 3301FED22051AB6400AE591A /* Carthage.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Carthage.xcconfig; path = ../Carthage.xcconfig; sourceTree = "<group>"; };
|
51 |
| - 3341A3391D819FBC007191AD /* NativePusher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NativePusher.swift; sourceTree = "<group>"; }; |
52 | 49 | 3342F3BB1D808AC500C0296E /* ClientEventTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ClientEventTests.swift; path = ../Tests/ClientEventTests.swift; sourceTree = "<group>"; };
|
53 | 50 | 33831C891A9CF61600B124F1 /* PusherSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PusherSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
54 | 51 | 33831C8D1A9CF61600B124F1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
65 | 62 | 3390D1E51F054D0400E1944D /* AuthRequestBuilderProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthRequestBuilderProtocol.swift; sourceTree = "<group>"; };
|
66 | 63 | 3390D1E71F054D1E00E1944D /* Authorizer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Authorizer.swift; sourceTree = "<group>"; };
|
67 | 64 | 33A962751D8943CA00DA421E /* PusherConnectionDelegateTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PusherConnectionDelegateTests.swift; path = ../Tests/PusherConnectionDelegateTests.swift; sourceTree = "<group>"; };
|
68 |
| - 33BA541D1D90351B00CD853B /* NativePusherTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NativePusherTests.swift; path = ../Tests/NativePusherTests.swift; sourceTree = "<group>"; }; |
69 | 65 | 33BA541F1D9035BD00CD853B /* PusherDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PusherDelegate.swift; sourceTree = "<group>"; };
|
70 | 66 | 33BB995D1D21226C00B25C2A /* AuthenticationTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AuthenticationTests.swift; path = ../Tests/AuthenticationTests.swift; sourceTree = "<group>"; };
|
71 | 67 | 33BB995F1D21226C00B25C2A /* Helpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Helpers.swift; path = ../Tests/Helpers.swift; sourceTree = "<group>"; };
|
|
129 | 125 | 3389F56D1CAEDDD800563F49 /* PusherPresenceChannel.swift */,
|
130 | 126 | 3389F5751CAEDE2800563F49 /* PusherGlobalChannel.swift */,
|
131 | 127 | 3389F5711CAEDDF300563F49 /* PusherChannels.swift */,
|
132 |
| - 3341A3391D819FBC007191AD /* NativePusher.swift */, |
133 | 128 | 3390D1E51F054D0400E1944D /* AuthRequestBuilderProtocol.swift */,
|
134 | 129 | 3390D1E71F054D1E00E1944D /* Authorizer.swift */,
|
135 | 130 | 33C1FD6E1D81BFC300921AD7 /* ObjectiveC.swift */,
|
|
162 | 157 | 33A962751D8943CA00DA421E /* PusherConnectionDelegateTests.swift */,
|
163 | 158 | 33BB99651D21226C00B25C2A /* PusherIncomingEventHandlingTests.swift */,
|
164 | 159 | 33BB99661D21226C00B25C2A /* PusherTopLevelAPITests.swift */,
|
165 |
| - 33BA541D1D90351B00CD853B /* NativePusherTests.swift */, |
166 | 160 | 33BB99671D21226C00B25C2A /* Info.plist */,
|
167 | 161 | );
|
168 | 162 | path = Tests;
|
|
324 | 318 | 3389F5761CAEDE2800563F49 /* PusherGlobalChannel.swift in Sources */,
|
325 | 319 | 3389F57A1CAEDEC800563F49 /* PusherClientOptions.swift in Sources */,
|
326 | 320 | 3389F56E1CAEDDD800563F49 /* PusherPresenceChannel.swift in Sources */,
|
327 |
| - 3341A33A1D819FBC007191AD /* NativePusher.swift in Sources */, |
328 | 321 | 33C1FD6F1D81BFC300921AD7 /* ObjectiveC.swift in Sources */,
|
329 | 322 | 3390D1E61F054D0400E1944D /* AuthRequestBuilderProtocol.swift in Sources */,
|
330 | 323 | 330D7A6A1CAEDA6C0032FF2C /* PusherSwift.swift in Sources */,
|
|
342 | 335 | 33BB997B1D21230100B25C2A /* PusherIncomingEventHandlingTests.swift in Sources */,
|
343 | 336 | 3342F3BD1D808AC900C0296E /* ClientEventTests.swift in Sources */,
|
344 | 337 | 33BB99751D21230100B25C2A /* Helpers.swift in Sources */,
|
345 |
| - 33BA541E1D90351B00CD853B /* NativePusherTests.swift in Sources */, |
346 | 338 | 33BB99731D21230100B25C2A /* AuthenticationTests.swift in Sources */,
|
347 | 339 | 33BB99781D21230100B25C2A /* PusherChannelTests.swift in Sources */,
|
348 | 340 | 33BB99761D21230100B25C2A /* Mocks.swift in Sources */,
|
|
0 commit comments