Skip to content

Commit

Permalink
Get rid of the excess test dependency (#3533)
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple authored Dec 16, 2024
1 parent 8652981 commit 8b9690d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions StreamChat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,6 @@
A3B78F18282A675700348AD1 /* MessageDeliveryStatus+ChannelList_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3B78F17282A675700348AD1 /* MessageDeliveryStatus+ChannelList_Tests.swift */; };
A3B78F1A282A6A8F00348AD1 /* UserRobot+Asserts.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3B78F19282A6A8F00348AD1 /* UserRobot+Asserts.swift */; };
A3BB3FFF261DA74D00365496 /* ContainerStackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3BB3FFE261DA74D00365496 /* ContainerStackView.swift */; };
A3BD4815281A941B0090D511 /* AutomaticSettings in Frameworks */ = {isa = PBXBuildFile; productRef = A3BD4814281A941B0090D511 /* AutomaticSettings */; };
A3BD4818281A984C0090D511 /* DispatchQueue+AsyncAfter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3BD4817281A984C0090D511 /* DispatchQueue+AsyncAfter.swift */; };
A3BD484E281ABB620090D511 /* CustomChannelListRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3BD484D281ABB620090D511 /* CustomChannelListRouter.swift */; };
A3BD4850281AC16C0090D511 /* ChannelVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3BD484F281AC16C0090D511 /* ChannelVC.swift */; };
Expand Down Expand Up @@ -4876,7 +4875,6 @@
82E6553C2B06785700D64906 /* StreamChatTestTools.framework in Frameworks */,
7908820625432B7200896F03 /* StreamChatUI.framework in Frameworks */,
82F714AB2B078AE800442A74 /* StreamSwiftTestHelpers in Frameworks */,
A3BD4815281A941B0090D511 /* AutomaticSettings in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -9666,7 +9664,6 @@
);
name = StreamChatUITests;
packageProductDependencies = (
A3BD4814281A941B0090D511 /* AutomaticSettings */,
82F714AA2B078AE800442A74 /* StreamSwiftTestHelpers */,
);
productName = StreamChatUITests;
Expand Down Expand Up @@ -10113,7 +10110,6 @@
C1BE72712732C91F006EB51E /* XCRemoteSwiftPackageReference "Nuke" */,
ADDFDE272779EC67003B3B07 /* XCRemoteSwiftPackageReference "atlantis" */,
A3D15D8C27E9D839006B34D7 /* XCRemoteSwiftPackageReference "stream-chat-swift-test-helpers" */,
A3BD4813281A941B0090D511 /* XCRemoteSwiftPackageReference "AutomaticSettings" */,
A3BD4869281FD4500090D511 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */,
C1B49B39282283C100F4E89E /* XCRemoteSwiftPackageReference "GDPerformanceView-Swift" */,
E334B384282468F2002E9640 /* XCRemoteSwiftPackageReference "sentry-cocoa" */,
Expand Down Expand Up @@ -15363,14 +15359,6 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
A3BD4813281A941B0090D511 /* XCRemoteSwiftPackageReference "AutomaticSettings" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/krzysztofzablocki/AutomaticSettings.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
};
};
A3BD4869281FD4500090D511 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/AliSoftware/OHHTTPStubs.git";
Expand Down Expand Up @@ -15437,11 +15425,6 @@
package = A3D15D8C27E9D839006B34D7 /* XCRemoteSwiftPackageReference "stream-chat-swift-test-helpers" */;
productName = StreamSwiftTestHelpers;
};
A3BD4814281A941B0090D511 /* AutomaticSettings */ = {
isa = XCSwiftPackageProductDependency;
package = A3BD4813281A941B0090D511 /* XCRemoteSwiftPackageReference "AutomaticSettings" */;
productName = AutomaticSettings;
};
A3BD486A281FD4500090D511 /* OHHTTPStubs */ = {
isa = XCSwiftPackageProductDependency;
package = A3BD4869281FD4500090D511 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */;
Expand Down

0 comments on commit 8b9690d

Please sign in to comment.