Skip to content

Commit ef196d5

Browse files
committed
Address comments: Reorganise 'Tests' directory to more closely match 'Sources'.
1 parent b1048ef commit ef196d5

18 files changed

+31
-31
lines changed

PusherSwift.xcodeproj/project.pbxproj

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -242,16 +242,10 @@
242242
33BB995C1D21225B00B25C2A /* Tests */ = {
243243
isa = PBXGroup;
244244
children = (
245-
5333AD0624F815EE006E8DF0 /* Authentication */,
246-
5333AD0524F815B6006E8DF0 /* Crypto */,
247-
5333AD0424F8158A006E8DF0 /* Channels */,
248-
5333AD0324F81574006E8DF0 /* Connections */,
249-
5333AD0224F81535006E8DF0 /* Events */,
250245
5333AD0024F814E9006E8DF0 /* Extensions */,
251246
5333AD0124F81504006E8DF0 /* Helpers */,
252-
5333AD0724F815F9006E8DF0 /* Initialization */,
253-
73D8A22A2435F33B001FDE05 /* PusherSwift-Only */,
254-
73D8A22B2435F347001FDE05 /* PusherSwiftWithEncryption-Only */,
247+
539D9AF52507E01A00B5765A /* Unit */,
248+
539D9AF42507E00600B5765A /* Integration */,
255249
33BB99671D21226C00B25C2A /* Info.plist */,
256250
);
257251
path = Tests;
@@ -335,58 +329,64 @@
335329
path = Helpers;
336330
sourceTree = "<group>";
337331
};
338-
5333AD0224F81535006E8DF0 /* Events */ = {
332+
539D9AF42507E00600B5765A /* Integration */ = {
339333
isa = PBXGroup;
340334
children = (
341-
3342F3BB1D808AC500C0296E /* ClientEventTests.swift */,
342-
E29A4CBB2301BA31000BC499 /* PusherEventFactoryTests.swift */,
343-
E2594CE32447753200E36300 /* PusherEventQueueTests.swift */,
335+
33BB995D1D21226C00B25C2A /* AuthenticationTests.swift */,
336+
33BB99631D21226C00B25C2A /* PusherClientInitializationTests.swift */,
344337
33BB99651D21226C00B25C2A /* PusherIncomingEventHandlingTests.swift */,
338+
33BB99661D21226C00B25C2A /* PusherTopLevelAPITests.swift */,
345339
);
346-
path = Events;
340+
path = Integration;
347341
sourceTree = "<group>";
348342
};
349-
5333AD0324F81574006E8DF0 /* Connections */ = {
343+
539D9AF52507E01A00B5765A /* Unit */ = {
350344
isa = PBXGroup;
351345
children = (
352-
33BB99641D21226C00B25C2A /* PusherConnectionTests.swift */,
353-
33A962751D8943CA00DA421E /* PusherConnectionDelegateTests.swift */,
346+
539D9AF92507E1C100B5765A /* Models */,
347+
539D9AF82507E19200B5765A /* Protocols */,
348+
73D8A22A2435F33B001FDE05 /* PusherSwift-Only */,
349+
73D8A22B2435F347001FDE05 /* PusherSwiftWithEncryption-Only */,
350+
539D9AF72507E11200B5765A /* Services */,
351+
539D9AF62507E0E200B5765A /* Helpers */,
354352
);
355-
path = Connections;
353+
path = Unit;
356354
sourceTree = "<group>";
357355
};
358-
5333AD0424F8158A006E8DF0 /* Channels */ = {
356+
539D9AF62507E0E200B5765A /* Helpers */ = {
359357
isa = PBXGroup;
360358
children = (
361-
33BB99611D21226C00B25C2A /* PresenceChannelTests.swift */,
362-
33BB99621D21226C00B25C2A /* PusherChannelTests.swift */,
359+
E2F40FA623ED79BC00985C40 /* PusherCryptoTest.swift */,
360+
E29A4CBB2301BA31000BC499 /* PusherEventFactoryTests.swift */,
363361
);
364-
path = Channels;
362+
path = Helpers;
365363
sourceTree = "<group>";
366364
};
367-
5333AD0524F815B6006E8DF0 /* Crypto */ = {
365+
539D9AF72507E11200B5765A /* Services */ = {
368366
isa = PBXGroup;
369367
children = (
370-
E2F40FA623ED79BC00985C40 /* PusherCryptoTest.swift */,
368+
33BB99641D21226C00B25C2A /* PusherConnectionTests.swift */,
369+
E2594CE32447753200E36300 /* PusherEventQueueTests.swift */,
371370
);
372-
path = Crypto;
371+
path = Services;
373372
sourceTree = "<group>";
374373
};
375-
5333AD0624F815EE006E8DF0 /* Authentication */ = {
374+
539D9AF82507E19200B5765A /* Protocols */ = {
376375
isa = PBXGroup;
377376
children = (
378-
33BB995D1D21226C00B25C2A /* AuthenticationTests.swift */,
377+
33A962751D8943CA00DA421E /* PusherConnectionDelegateTests.swift */,
379378
);
380-
path = Authentication;
379+
path = Protocols;
381380
sourceTree = "<group>";
382381
};
383-
5333AD0724F815F9006E8DF0 /* Initialization */ = {
382+
539D9AF92507E1C100B5765A /* Models */ = {
384383
isa = PBXGroup;
385384
children = (
386-
33BB99631D21226C00B25C2A /* PusherClientInitializationTests.swift */,
387-
33BB99661D21226C00B25C2A /* PusherTopLevelAPITests.swift */,
385+
3342F3BB1D808AC500C0296E /* ClientEventTests.swift */,
386+
33BB99611D21226C00B25C2A /* PresenceChannelTests.swift */,
387+
33BB99621D21226C00B25C2A /* PusherChannelTests.swift */,
388388
);
389-
path = Initialization;
389+
path = Models;
390390
sourceTree = "<group>";
391391
};
392392
73D8A2002435E66E001FDE05 /* PusherSwiftWithEncryption-Only */ = {

0 commit comments

Comments
 (0)