|
132 | 132 | 8465FDD72746A95800AF091E /* Appearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8465FD692746A95700AF091E /* Appearance.swift */; };
|
133 | 133 | 8465FDD82746AA2700AF091E /* StreamChatSwiftUI.h in Headers */ = {isa = PBXBuildFile; fileRef = 8465FD602746A95700AF091E /* StreamChatSwiftUI.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
134 | 134 | 8465FDDD2747A14700AF091E /* CustomComposerAttachmentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8465FDDC2747A14700AF091E /* CustomComposerAttachmentView.swift */; };
|
| 135 | + 848399E8275FB3BE003075E4 /* SnapshotTesting in Frameworks */ = {isa = PBXBuildFile; productRef = 848399E7275FB3BE003075E4 /* SnapshotTesting */; }; |
| 136 | + 848399EA275FB3E9003075E4 /* SnapshotTesting in Frameworks */ = {isa = PBXBuildFile; productRef = 848399E9275FB3E9003075E4 /* SnapshotTesting */; }; |
| 137 | + 848399EC275FB41B003075E4 /* ChatChannelListView_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848399EB275FB41B003075E4 /* ChatChannelListView_Tests.swift */; }; |
| 138 | + 848399EE275FBC84003075E4 /* ChatChannelView_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848399ED275FBC84003075E4 /* ChatChannelView_Tests.swift */; }; |
135 | 139 | 84A75FBB274EA29B00225CE8 /* GiphyAttachmentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A75FBA274EA29B00225CE8 /* GiphyAttachmentView.swift */; };
|
136 | 140 | 84AD8425274E2C380098C3C4 /* ChatChannelScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84AD8424274E2C380098C3C4 /* ChatChannelScreen.swift */; };
|
137 | 141 | 84B288CD274C544B00DD090B /* CreateGroupView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84B288CC274C544B00DD090B /* CreateGroupView.swift */; };
|
|
391 | 395 | 8465FD682746A95700AF091E /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
392 | 396 | 8465FD692746A95700AF091E /* Appearance.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Appearance.swift; sourceTree = "<group>"; };
|
393 | 397 | 8465FDDC2747A14700AF091E /* CustomComposerAttachmentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomComposerAttachmentView.swift; sourceTree = "<group>"; };
|
| 398 | + 848399EB275FB41B003075E4 /* ChatChannelListView_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatChannelListView_Tests.swift; sourceTree = "<group>"; }; |
| 399 | + 848399ED275FBC84003075E4 /* ChatChannelView_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatChannelView_Tests.swift; sourceTree = "<group>"; }; |
394 | 400 | 84A75FBA274EA29B00225CE8 /* GiphyAttachmentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GiphyAttachmentView.swift; sourceTree = "<group>"; };
|
395 | 401 | 84AD8424274E2C380098C3C4 /* ChatChannelScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatChannelScreen.swift; sourceTree = "<group>"; };
|
396 | 402 | 84B288CC274C544B00DD090B /* CreateGroupView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreateGroupView.swift; sourceTree = "<group>"; };
|
|
490 | 496 | isa = PBXFrameworksBuildPhase;
|
491 | 497 | buildActionMask = 2147483647;
|
492 | 498 | files = (
|
| 499 | + 848399E8275FB3BE003075E4 /* SnapshotTesting in Frameworks */, |
493 | 500 | 8465FCB427468A8D00AF091E /* StreamChat in Frameworks */,
|
494 | 501 | 8465FCB727468B0600AF091E /* NukeUI in Frameworks */,
|
495 | 502 | );
|
|
500 | 507 | buildActionMask = 2147483647;
|
501 | 508 | files = (
|
502 | 509 | 8465FBBE2746873A00AF091E /* StreamChatSwiftUI.framework in Frameworks */,
|
| 510 | + 848399EA275FB3E9003075E4 /* SnapshotTesting in Frameworks */, |
503 | 511 | );
|
504 | 512 | runOnlyForDeploymentPostprocessing = 0;
|
505 | 513 | };
|
|
825 | 833 | 84C94D432757C704007FE2B9 /* MoreChannelActionsViewModel_Tests.swift */,
|
826 | 834 | 84C94D67275A6AFD007FE2B9 /* ChannelHeaderLoader_Tests.swift */,
|
827 | 835 | 84C94D412757C16D007FE2B9 /* ChatChannelListTestHelpers.swift */,
|
| 836 | + 848399EB275FB41B003075E4 /* ChatChannelListView_Tests.swift */, |
828 | 837 | );
|
829 | 838 | path = ChatChannelList;
|
830 | 839 | sourceTree = "<group>";
|
|
994 | 1003 | 84C94D5027591DE2007FE2B9 /* ChatMessageIDs_Tests.swift */,
|
995 | 1004 | 84C94D57275A1B89007FE2B9 /* MessageTypeResolver_Tests.swift */,
|
996 | 1005 | 84C94D65275A660B007FE2B9 /* MessageActionsViewModel_Tests.swift */,
|
| 1006 | + 848399ED275FBC84003075E4 /* ChatChannelView_Tests.swift */, |
997 | 1007 | 84C94D4E2758FE59007FE2B9 /* ChatChannelTestHelpers.swift */,
|
998 | 1008 | );
|
999 | 1009 | path = ChatChannel;
|
|
1045 | 1055 | packageProductDependencies = (
|
1046 | 1056 | 8465FCB327468A8D00AF091E /* StreamChat */,
|
1047 | 1057 | 8465FCB627468B0600AF091E /* NukeUI */,
|
| 1058 | + 848399E7275FB3BE003075E4 /* SnapshotTesting */, |
1048 | 1059 | );
|
1049 | 1060 | productName = StreamChatSwiftUI;
|
1050 | 1061 | productReference = 8465FBB52746873A00AF091E /* StreamChatSwiftUI.framework */;
|
|
1065 | 1076 | 844AE869275EB8CF003225E5 /* PBXTargetDependency */,
|
1066 | 1077 | );
|
1067 | 1078 | name = StreamChatSwiftUITests;
|
| 1079 | + packageProductDependencies = ( |
| 1080 | + 848399E9275FB3E9003075E4 /* SnapshotTesting */, |
| 1081 | + ); |
1068 | 1082 | productName = StreamChatSwiftUITests;
|
1069 | 1083 | productReference = 8465FBBD2746873A00AF091E /* StreamChatSwiftUITests.xctest */;
|
1070 | 1084 | productType = "com.apple.product-type.bundle.unit-test";
|
|
1123 | 1137 | packageReferences = (
|
1124 | 1138 | 8465FCB227468A8D00AF091E /* XCRemoteSwiftPackageReference "stream-chat-swift" */,
|
1125 | 1139 | 8465FCB527468B0600AF091E /* XCRemoteSwiftPackageReference "NukeUI" */,
|
| 1140 | + 848399E6275FB3BE003075E4 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */, |
1126 | 1141 | );
|
1127 | 1142 | productRefGroup = 8465FBB62746873A00AF091E /* Products */;
|
1128 | 1143 | projectDirPath = "";
|
|
1304 | 1319 | isa = PBXSourcesBuildPhase;
|
1305 | 1320 | buildActionMask = 2147483647;
|
1306 | 1321 | files = (
|
| 1322 | + 848399EC275FB41B003075E4 /* ChatChannelListView_Tests.swift in Sources */, |
1307 | 1323 | 84C94CE127578B92007FE2B9 /* MessageAttachmentPayload.swift in Sources */,
|
1308 | 1324 | 84C94D54275A1380007FE2B9 /* DateUtils_Tests.swift in Sources */,
|
1309 | 1325 | 84C94CE527578B92007FE2B9 /* ChatUserSearchController_Mock.swift in Sources */,
|
|
1353 | 1369 | 84C94D1127578BF2007FE2B9 /* ChannelId.swift in Sources */,
|
1354 | 1370 | 84C94CD927578B92007FE2B9 /* ChatChannelMember_Mock.swift in Sources */,
|
1355 | 1371 | 84C94CDA27578B92007FE2B9 /* ChatUser_Mock.swift in Sources */,
|
| 1372 | + 848399EE275FBC84003075E4 /* ChatChannelView_Tests.swift in Sources */, |
1356 | 1373 | 84C94D2C275796F7007FE2B9 /* RequestRecorderURLProtocol.swift in Sources */,
|
1357 | 1374 | 84C94CD627578B92007FE2B9 /* AttachmentUploadingState_Mock.swift in Sources */,
|
1358 | 1375 | 84C94D20275792EA007FE2B9 /* MockBackgroundTaskScheduler.swift in Sources */,
|
|
1817 | 1834 | minimumVersion = 0.7.0;
|
1818 | 1835 | };
|
1819 | 1836 | };
|
| 1837 | + 848399E6275FB3BE003075E4 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = { |
| 1838 | + isa = XCRemoteSwiftPackageReference; |
| 1839 | + repositoryURL = "https://github.com/pointfreeco/swift-snapshot-testing.git"; |
| 1840 | + requirement = { |
| 1841 | + kind = upToNextMajorVersion; |
| 1842 | + minimumVersion = 1.8.2; |
| 1843 | + }; |
| 1844 | + }; |
1820 | 1845 | /* End XCRemoteSwiftPackageReference section */
|
1821 | 1846 |
|
1822 | 1847 | /* Begin XCSwiftPackageProductDependency section */
|
|
1835 | 1860 | package = 8465FCB227468A8D00AF091E /* XCRemoteSwiftPackageReference "stream-chat-swift" */;
|
1836 | 1861 | productName = StreamChat;
|
1837 | 1862 | };
|
| 1863 | + 848399E7275FB3BE003075E4 /* SnapshotTesting */ = { |
| 1864 | + isa = XCSwiftPackageProductDependency; |
| 1865 | + package = 848399E6275FB3BE003075E4 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */; |
| 1866 | + productName = SnapshotTesting; |
| 1867 | + }; |
| 1868 | + 848399E9275FB3E9003075E4 /* SnapshotTesting */ = { |
| 1869 | + isa = XCSwiftPackageProductDependency; |
| 1870 | + package = 848399E6275FB3BE003075E4 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */; |
| 1871 | + productName = SnapshotTesting; |
| 1872 | + }; |
1838 | 1873 | /* End XCSwiftPackageProductDependency section */
|
1839 | 1874 |
|
1840 | 1875 | /* Begin XCVersionGroup section */
|
|
0 commit comments