Skip to content

Commit 74b0941

Browse files
committed
Force dynamic linking of StreamCore in UI-tests
1 parent 84b84f5 commit 74b0941

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

StreamChatSwiftUI.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
4FB52B492EBB643700491977 /* StreamCore in Frameworks */ = {isa = PBXBuildFile; productRef = 4FB52B482EBB643700491977 /* StreamCore */; };
100100
4FCD7DA72D632121000EEB0F /* MarkdownFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FCD7DA62D63211B000EEB0F /* MarkdownFormatter.swift */; };
101101
4FCD7DBD2D633F72000EEB0F /* AttributedString+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FCD7DBC2D633F6C000EEB0F /* AttributedString+Extensions.swift */; };
102+
4FD307F62EC353BE0062127C /* StreamCore in Frameworks */ = {isa = PBXBuildFile; productRef = 4FD307F52EC353BE0062127C /* StreamCore */; };
102103
4FD3592A2C05EA8F00B1D63B /* CreatePollViewModel_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FD359292C05EA8F00B1D63B /* CreatePollViewModel_Tests.swift */; };
103104
4FD964622D353D88001B6838 /* FilePickerView_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FD964612D353D82001B6838 /* FilePickerView_Tests.swift */; };
104105
4FEAB3182BFF71F70057E511 /* SwiftUI+UIAlertController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FEAB3172BFF71F70057E511 /* SwiftUI+UIAlertController.swift */; };
@@ -1153,6 +1154,7 @@
11531154
82FF61EC2B6AB789007185B6 /* StreamChat in Frameworks */,
11541155
A35D803B283E89F50084FE25 /* StreamChatSwiftUI.framework in Frameworks */,
11551156
8400A34C282C081E0067D3A0 /* OHHTTPStubs in Frameworks */,
1157+
4FD307F62EC353BE0062127C /* StreamCore in Frameworks */,
11561158
);
11571159
runOnlyForDeploymentPostprocessing = 0;
11581160
};
@@ -2349,6 +2351,7 @@
23492351
packageProductDependencies = (
23502352
8400A34B282C081E0067D3A0 /* OHHTTPStubs */,
23512353
82FF61EB2B6AB789007185B6 /* StreamChat */,
2354+
4FD307F52EC353BE0062127C /* StreamCore */,
23522355
);
23532356
productName = StreamChatSwiftUITestsApp;
23542357
productReference = 8402EAC3282BF69900CCA696 /* StreamChatSwiftUITestsApp.app */;
@@ -3893,6 +3896,11 @@
38933896
package = 4FB52B452EBB63F700491977 /* XCRemoteSwiftPackageReference "stream-core-swift" */;
38943897
productName = StreamCore;
38953898
};
3899+
4FD307F52EC353BE0062127C /* StreamCore */ = {
3900+
isa = XCSwiftPackageProductDependency;
3901+
package = 4FB52B452EBB63F700491977 /* XCRemoteSwiftPackageReference "stream-core-swift" */;
3902+
productName = StreamCore;
3903+
};
38963904
8205B4132AD41CC700265B84 /* StreamSwiftTestHelpers */ = {
38973905
isa = XCSwiftPackageProductDependency;
38983906
package = 82543C7B2AD41B0400D5F6CD /* XCRemoteSwiftPackageReference "stream-chat-swift-test-helpers" */;

0 commit comments

Comments
 (0)