|
215 | 215 | 84C94D54275A1380007FE2B9 /* DateUtils_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C94D53275A1380007FE2B9 /* DateUtils_Tests.swift */; };
|
216 | 216 | 84C94D56275A1AE1007FE2B9 /* StringExtensions_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C94D55275A1AE1007FE2B9 /* StringExtensions_Tests.swift */; };
|
217 | 217 | 84C94D58275A1B89007FE2B9 /* MessageTypeResolver_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C94D57275A1B89007FE2B9 /* MessageTypeResolver_Tests.swift */; };
|
| 218 | + 84C94D5A275A2E43007FE2B9 /* StreamChat_Utils_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C94D59275A2E43007FE2B9 /* StreamChat_Utils_Tests.swift */; }; |
| 219 | + 84C94D5C275A2E9F007FE2B9 /* StreamChatUtilsMocks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C94D5B275A2E9F007FE2B9 /* StreamChatUtilsMocks.swift */; }; |
218 | 220 | 84EDBC37274FE5CD0057218D /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 84EDBC36274FE5CD0057218D /* Localizable.strings */; };
|
219 | 221 | /* End PBXBuildFile section */
|
220 | 222 |
|
|
460 | 462 | 84C94D53275A1380007FE2B9 /* DateUtils_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateUtils_Tests.swift; sourceTree = "<group>"; };
|
461 | 463 | 84C94D55275A1AE1007FE2B9 /* StringExtensions_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringExtensions_Tests.swift; sourceTree = "<group>"; };
|
462 | 464 | 84C94D57275A1B89007FE2B9 /* MessageTypeResolver_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageTypeResolver_Tests.swift; sourceTree = "<group>"; };
|
| 465 | + 84C94D59275A2E43007FE2B9 /* StreamChat_Utils_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamChat_Utils_Tests.swift; sourceTree = "<group>"; }; |
| 466 | + 84C94D5B275A2E9F007FE2B9 /* StreamChatUtilsMocks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamChatUtilsMocks.swift; sourceTree = "<group>"; }; |
463 | 467 | 84EDBC36274FE5CD0057218D /* Localizable.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = Localizable.strings; sourceTree = "<group>"; };
|
464 | 468 | /* End PBXFileReference section */
|
465 | 469 |
|
|
927 | 931 | 84C94D29275796D0007FE2B9 /* MockNetworkURLProtocol.swift */,
|
928 | 932 | 84C94D2B275796F7007FE2B9 /* RequestRecorderURLProtocol.swift */,
|
929 | 933 | 84C94D452757D1CA007FE2B9 /* ImageLoader_Mock.swift */,
|
| 934 | + 84C94D5B275A2E9F007FE2B9 /* StreamChatUtilsMocks.swift */, |
930 | 935 | );
|
931 | 936 | path = Mocks;
|
932 | 937 | sourceTree = "<group>";
|
|
978 | 983 | children = (
|
979 | 984 | 84C94D53275A1380007FE2B9 /* DateUtils_Tests.swift */,
|
980 | 985 | 84C94D55275A1AE1007FE2B9 /* StringExtensions_Tests.swift */,
|
| 986 | + 84C94D59275A2E43007FE2B9 /* StreamChat_Utils_Tests.swift */, |
981 | 987 | );
|
982 | 988 | path = Utils;
|
983 | 989 | sourceTree = "<group>";
|
|
1312 | 1318 | 84C94D3C27579BB0007FE2B9 /* AssertAsync.swift in Sources */,
|
1313 | 1319 | 84C94D0727578BF2007FE2B9 /* RandomDispatchQueue.swift in Sources */,
|
1314 | 1320 | 84C94D2227579359007FE2B9 /* AnyEndpoint.swift in Sources */,
|
| 1321 | + 84C94D5C275A2E9F007FE2B9 /* StreamChatUtilsMocks.swift in Sources */, |
1315 | 1322 | 84C94D1227578BF2007FE2B9 /* JSONEncoder+Extensions.swift in Sources */,
|
1316 | 1323 | 84C94D24275794D3007FE2B9 /* InternetConnectionMock.swift in Sources */,
|
1317 | 1324 | 84C94CDD27578B92007FE2B9 /* MemberPayload.swift in Sources */,
|
|
1347 | 1354 | 84C94D0427578BF2007FE2B9 /* TestError.swift in Sources */,
|
1348 | 1355 | 84C94D0A27578BF2007FE2B9 /* TestDataModel.xcdatamodeld in Sources */,
|
1349 | 1356 | 84C94D422757C16D007FE2B9 /* ChatChannelListTestHelpers.swift in Sources */,
|
| 1357 | + 84C94D5A275A2E43007FE2B9 /* StreamChat_Utils_Tests.swift in Sources */, |
1350 | 1358 | );
|
1351 | 1359 | runOnlyForDeploymentPostprocessing = 0;
|
1352 | 1360 | };
|
|
0 commit comments