Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Added Test Utils.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikunj committed May 4, 2020
1 parent cd26ded commit 80fe854
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Pods.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@
23BE2574131B8B0E66F364B0F1239C26 /* YapDatabaseCloudCorePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C932B8970D5B4426FDD7F73531C1BCA /* YapDatabaseCloudCorePrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
23C6AC5EFB1E7B5CA2E1E1484DF16413 /* CompactMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6567235EEEA86D778BF0C4D37B0E5BA /* CompactMap.swift */; };
23D22970FE6F344E2BBB385B04F38170 /* CipherModeWorker.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED6FC13A695A7A2EB6A5BF2DB53DC9DF /* CipherModeWorker.swift */; };
241C1198245FE401005CB2F4 /* LokiTestUtilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 241C1196245FDEE2005CB2F4 /* LokiTestUtilities.swift */; };
2425DA19C15BE542D6C5657CAF0D7168 /* StreamDecryptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2040DB677DE5934989AA738914FEFB40 /* StreamDecryptor.swift */; };
2430039C75097173F63270E7E5A0D6A4 /* Catchable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA611AD581CCE32AAFB54FEBCF9438F3 /* Catchable.swift */; };
24849D5B9D1ED8E7C54EAA0C015D821B /* SessionCipherTest.m in Sources */ = {isa = PBXBuildFile; fileRef = AD0436CAA9A60824AC3DEABF50DBA59B /* SessionCipherTest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
Expand Down Expand Up @@ -3160,6 +3161,7 @@
23E42E64DA1CB45FA62140EB5E967DEB /* DeviceLink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DeviceLink.swift; sourceTree = "<group>"; };
23EF450BF0E442952B56FDA3B4BC0285 /* iOSVersions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = iOSVersions.h; path = SignalCoreKit/src/iOSVersions.h; sourceTree = "<group>"; };
2412E7D55419D58B72E281F25A4DAB99 /* NVActivityIndicatorView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = NVActivityIndicatorView.release.xcconfig; sourceTree = "<group>"; };
241C1196245FDEE2005CB2F4 /* LokiTestUtilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LokiTestUtilities.swift; sourceTree = "<group>"; };
245098817EC70DEB860B5F8BEC494DD2 /* PromiseKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PromiseKit-dummy.m"; sourceTree = "<group>"; };
247E62BBE3483EA085E2E5E3FEFA9FB7 /* LKGroupUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LKGroupUtilities.h; sourceTree = "<group>"; };
24A29E39F8C27E534093E5330410B828 /* DDFileLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDFileLogger.m; path = Classes/DDFileLogger.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -5448,6 +5450,15 @@
name = Foundation;
sourceTree = "<group>";
};
241C1195245FDEA6005CB2F4 /* Test */ = {
isa = PBXGroup;
children = (
24D510F4245BB47C0093AA58 /* XCTest+Utilities.swift */,
241C1196245FDEE2005CB2F4 /* LokiTestUtilities.swift */,
);
path = Test;
sourceTree = "<group>";
};
2B0B9A807D22967D6B05FFF2F32E712B /* Support Files */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -6437,6 +6448,7 @@
7A7A536D3A9D4C6645CBCCDDDDE96B9F /* Utilities */ = {
isa = PBXGroup;
children = (
241C1195245FDEA6005CB2F4 /* Test */,
C3F8B7BA243AFC7C008C8F3F /* Array+Description.swift */,
6C8D904ADDDCB25BB7D04B3E83B56B6A /* AnyPromise+Conversion.swift */,
39378349A8166F1673CC4C449616DC40 /* BuildConfiguration.swift */,
Expand All @@ -6458,7 +6470,6 @@
6A4A32237F52DE475B337F4315EFAAD1 /* Promise+Hashing.swift */,
2612A3E260C692DC24F2320D3C9EAB56 /* Promise+Retrying.swift */,
B3B0C09CA3D02DD0FE99A01FCFAF9EC0 /* String+Trimming.swift */,
24D510F4245BB47C0093AA58 /* XCTest+Utilities.swift */,
);
path = Utilities;
sourceTree = "<group>";
Expand Down Expand Up @@ -10885,6 +10896,7 @@
C3FECFB9245277A300EA9A43 /* MultiDeviceProtocolTests.swift in Sources */,
3023B042A898011E063912FC8F1A6312 /* TSMessageTest.m in Sources */,
86FF40DAB74E14300841032FF13AC555 /* TSOutgoingMessageTest.m in Sources */,
241C1198245FE401005CB2F4 /* LokiTestUtilities.swift in Sources */,
50138B121063DF1F4714027F67A5F8DA /* TSStorageIdentityKeyStoreTests.m in Sources */,
C37094EF2457AF0F00935B39 /* SyncMessagesProtocolTests.swift in Sources */,
852F4B6E7E551A939DEE69BA978F4154 /* TSStoragePreKeyStoreTests.m in Sources */,
Expand Down

0 comments on commit 80fe854

Please sign in to comment.