Skip to content

Commit 78f75d8

Browse files
authored
Improve source code organization (#37)
1 parent be4a2cb commit 78f75d8

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

PubNubSwiftChatSDK.xcodeproj/project.pbxproj

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,17 @@
296296
path = MutedUsers;
297297
sourceTree = "<group>";
298298
};
299+
3D3EBED82EA1592500AB4008 /* Chat */ = {
300+
isa = PBXGroup;
301+
children = (
302+
3DB73A252C4FE1F6007FE249 /* Chat.swift */,
303+
3D46D43C2D12335D007D08DB /* Chat+AsyncAwait.swift */,
304+
3DB73A7A2C57EA29007FE249 /* ChatImpl.swift */,
305+
3DB73A242C4FE1F6007FE249 /* ChatConfiguration.swift */,
306+
);
307+
path = Chat;
308+
sourceTree = "<group>";
309+
};
299310
3D46D42E2D122C30007D08DB /* Common */ = {
300311
isa = PBXGroup;
301312
children = (
@@ -397,10 +408,7 @@
397408
3DB73A232C4FE1E9007FE249 /* Sources */ = {
398409
isa = PBXGroup;
399410
children = (
400-
3DB73A252C4FE1F6007FE249 /* Chat.swift */,
401-
3D46D43C2D12335D007D08DB /* Chat+AsyncAwait.swift */,
402-
3DB73A7A2C57EA29007FE249 /* ChatImpl.swift */,
403-
3DB73A242C4FE1F6007FE249 /* ChatConfiguration.swift */,
411+
3D3EBED82EA1592500AB4008 /* Chat */,
404412
3D0F90D22D48DB4700986686 /* MutedUsers */,
405413
3D9A17922CC156F100F3F8AB /* MessageDraft */,
406414
3DB73A432C511D36007FE249 /* Models */,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)