Skip to content

Commit ac07f8f

Browse files
committed
Link StreamCore and StreamChat dynamically for size calculation
1 parent ed25e50 commit ac07f8f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

StreamChatSwiftUI.xcodeproj/project.pbxproj

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@
9595
4FA3741D2D799FC300294721 /* AppConfigurationTranslationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FA3741C2D799FC300294721 /* AppConfigurationTranslationView.swift */; };
9696
4FA3741F2D79A64F00294721 /* AppConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FA3741E2D79A64900294721 /* AppConfiguration.swift */; };
9797
4FAF7A552EAA1940006F74A1 /* StreamCore+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FAF7A542EAA193B006F74A1 /* StreamCore+Extensions.swift */; };
98+
4FB52B472EBB63F700491977 /* StreamCore in Frameworks */ = {isa = PBXBuildFile; productRef = 4FB52B462EBB63F700491977 /* StreamCore */; };
99+
4FB52B492EBB643700491977 /* StreamCore in Frameworks */ = {isa = PBXBuildFile; productRef = 4FB52B482EBB643700491977 /* StreamCore */; };
98100
4FCD7DA72D632121000EEB0F /* MarkdownFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FCD7DA62D63211B000EEB0F /* MarkdownFormatter.swift */; };
99101
4FCD7DBD2D633F72000EEB0F /* AttributedString+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FCD7DBC2D633F6C000EEB0F /* AttributedString+Extensions.swift */; };
100102
4FD3592A2C05EA8F00B1D63B /* CreatePollViewModel_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FD359292C05EA8F00B1D63B /* CreatePollViewModel_Tests.swift */; };
@@ -529,6 +531,7 @@
529531
C14A465B284665B100EF498E /* SDKIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = C14A465A284665B100EF498E /* SDKIdentifier.swift */; };
530532
C52A0B5F2E1557F900176379 /* VideoPlayerFooterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C52A0B5E2E1557F300176379 /* VideoPlayerFooterView.swift */; };
531533
E3A1C01C282BAC66002D1E26 /* Sentry in Frameworks */ = {isa = PBXBuildFile; productRef = E3A1C01B282BAC66002D1E26 /* Sentry */; };
534+
E3A1C01D282BAC66002D1E27 /* StreamChat in Frameworks */ = {isa = PBXBuildFile; productRef = 82FF61EB2B6AB789007185B6 /* StreamChat */; };
532535
/* End PBXBuildFile section */
533536

534537
/* Begin PBXContainerItemProxy section */
@@ -1158,6 +1161,7 @@
11581161
buildActionMask = 2147483647;
11591162
files = (
11601163
84E95A77284A486600699FD3 /* StreamChat in Frameworks */,
1164+
4FB52B492EBB643700491977 /* StreamCore in Frameworks */,
11611165
);
11621166
runOnlyForDeploymentPostprocessing = 0;
11631167
};
@@ -1177,6 +1181,8 @@
11771181
files = (
11781182
8465FCE6274695B400AF091E /* StreamChatSwiftUI.framework in Frameworks */,
11791183
E3A1C01C282BAC66002D1E26 /* Sentry in Frameworks */,
1184+
E3A1C01D282BAC66002D1E27 /* StreamChat in Frameworks */,
1185+
4FB52B472EBB63F700491977 /* StreamCore in Frameworks */,
11801186
);
11811187
runOnlyForDeploymentPostprocessing = 0;
11821188
};
@@ -2369,6 +2375,7 @@
23692375
name = StreamChatSwiftUI;
23702376
packageProductDependencies = (
23712377
84E95A76284A486600699FD3 /* StreamChat */,
2378+
4FB52B482EBB643700491977 /* StreamCore */,
23722379
);
23732380
productName = StreamChatSwiftUI;
23742381
productReference = 8465FBB52746873A00AF091E /* StreamChatSwiftUI.framework */;
@@ -2413,6 +2420,8 @@
24132420
name = DemoAppSwiftUI;
24142421
packageProductDependencies = (
24152422
E3A1C01B282BAC66002D1E26 /* Sentry */,
2423+
82FF61EB2B6AB789007185B6 /* StreamChat */,
2424+
4FB52B462EBB63F700491977 /* StreamCore */,
24162425
);
24172426
productName = DemoAppSwiftUI;
24182427
productReference = 8465FCBC27468B6900AF091E /* DemoAppSwiftUI.app */;
@@ -2462,6 +2471,7 @@
24622471
8400A346282C06F90067D3A0 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */,
24632472
84E95A75284A486600699FD3 /* XCRemoteSwiftPackageReference "stream-chat-swift" */,
24642473
82543C7B2AD41B0400D5F6CD /* XCRemoteSwiftPackageReference "stream-chat-swift-test-helpers" */,
2474+
4FB52B452EBB63F700491977 /* XCRemoteSwiftPackageReference "stream-core-swift" */,
24652475
);
24662476
productRefGroup = 8465FBB62746873A00AF091E /* Products */;
24672477
projectDirPath = "";
@@ -3822,6 +3832,14 @@
38223832
/* End XCConfigurationList section */
38233833

38243834
/* Begin XCRemoteSwiftPackageReference section */
3835+
4FB52B452EBB63F700491977 /* XCRemoteSwiftPackageReference "stream-core-swift" */ = {
3836+
isa = XCRemoteSwiftPackageReference;
3837+
repositoryURL = "https://github.com/GetStream/stream-core-swift";
3838+
requirement = {
3839+
kind = upToNextMajorVersion;
3840+
minimumVersion = 0.5.0;
3841+
};
3842+
};
38253843
82543C7B2AD41B0400D5F6CD /* XCRemoteSwiftPackageReference "stream-chat-swift-test-helpers" */ = {
38263844
isa = XCRemoteSwiftPackageReference;
38273845
repositoryURL = "https://github.com/GetStream/stream-chat-swift-test-helpers.git";
@@ -3865,6 +3883,16 @@
38653883
/* End XCRemoteSwiftPackageReference section */
38663884

38673885
/* Begin XCSwiftPackageProductDependency section */
3886+
4FB52B462EBB63F700491977 /* StreamCore */ = {
3887+
isa = XCSwiftPackageProductDependency;
3888+
package = 4FB52B452EBB63F700491977 /* XCRemoteSwiftPackageReference "stream-core-swift" */;
3889+
productName = StreamCore;
3890+
};
3891+
4FB52B482EBB643700491977 /* StreamCore */ = {
3892+
isa = XCSwiftPackageProductDependency;
3893+
package = 4FB52B452EBB63F700491977 /* XCRemoteSwiftPackageReference "stream-core-swift" */;
3894+
productName = StreamCore;
3895+
};
38683896
8205B4132AD41CC700265B84 /* StreamSwiftTestHelpers */ = {
38693897
isa = XCSwiftPackageProductDependency;
38703898
package = 82543C7B2AD41B0400D5F6CD /* XCRemoteSwiftPackageReference "stream-chat-swift-test-helpers" */;

0 commit comments

Comments
 (0)