Skip to content

Commit 6cdbc02

Browse files
fixed build issues in the demo app
1 parent 4865c87 commit 6cdbc02

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

StreamChatSwiftUI.xcodeproj/project.pbxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
8465FDD72746A95800AF091E /* Appearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8465FD692746A95700AF091E /* Appearance.swift */; };
133133
8465FDD82746AA2700AF091E /* StreamChatSwiftUI.h in Headers */ = {isa = PBXBuildFile; fileRef = 8465FD602746A95700AF091E /* StreamChatSwiftUI.h */; settings = {ATTRIBUTES = (Public, ); }; };
134134
8465FDDD2747A14700AF091E /* CustomComposerAttachmentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8465FDDC2747A14700AF091E /* CustomComposerAttachmentView.swift */; };
135-
848399E8275FB3BE003075E4 /* SnapshotTesting in Frameworks */ = {isa = PBXBuildFile; productRef = 848399E7275FB3BE003075E4 /* SnapshotTesting */; };
136135
848399EA275FB3E9003075E4 /* SnapshotTesting in Frameworks */ = {isa = PBXBuildFile; productRef = 848399E9275FB3E9003075E4 /* SnapshotTesting */; };
137136
848399EC275FB41B003075E4 /* ChatChannelListView_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848399EB275FB41B003075E4 /* ChatChannelListView_Tests.swift */; };
138137
848399EE275FBC84003075E4 /* ChatChannelView_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848399ED275FBC84003075E4 /* ChatChannelView_Tests.swift */; };
@@ -496,7 +495,6 @@
496495
isa = PBXFrameworksBuildPhase;
497496
buildActionMask = 2147483647;
498497
files = (
499-
848399E8275FB3BE003075E4 /* SnapshotTesting in Frameworks */,
500498
8465FCB427468A8D00AF091E /* StreamChat in Frameworks */,
501499
8465FCB727468B0600AF091E /* NukeUI in Frameworks */,
502500
);
@@ -1055,7 +1053,6 @@
10551053
packageProductDependencies = (
10561054
8465FCB327468A8D00AF091E /* StreamChat */,
10571055
8465FCB627468B0600AF091E /* NukeUI */,
1058-
848399E7275FB3BE003075E4 /* SnapshotTesting */,
10591056
);
10601057
productName = StreamChatSwiftUI;
10611058
productReference = 8465FBB52746873A00AF091E /* StreamChatSwiftUI.framework */;
@@ -1860,11 +1857,6 @@
18601857
package = 8465FCB227468A8D00AF091E /* XCRemoteSwiftPackageReference "stream-chat-swift" */;
18611858
productName = StreamChat;
18621859
};
1863-
848399E7275FB3BE003075E4 /* SnapshotTesting */ = {
1864-
isa = XCSwiftPackageProductDependency;
1865-
package = 848399E6275FB3BE003075E4 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */;
1866-
productName = SnapshotTesting;
1867-
};
18681860
848399E9275FB3E9003075E4 /* SnapshotTesting */ = {
18691861
isa = XCSwiftPackageProductDependency;
18701862
package = 848399E6275FB3BE003075E4 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */;

0 commit comments

Comments
 (0)