Skip to content

Commit 9a342b7

Browse files
Updated StreamChat dependency
1 parent ad7732d commit 9a342b7

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
)
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.56.0"),
20+
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.57.0"),
2121
],
2222
targets: [
2323
.target(

StreamChatSwiftUI-XCFramework.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |spec|
1919

2020
spec.framework = 'Foundation', 'UIKit', 'SwiftUI'
2121

22-
spec.dependency 'StreamChat-XCFramework', '~> 4.56.0'
22+
spec.dependency 'StreamChat-XCFramework', '~> 4.57.0'
2323

2424
spec.cocoapods_version = '>= 1.11.0'
2525
end

StreamChatSwiftUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Pod::Spec.new do |spec|
1919

2020
spec.framework = 'Foundation', 'UIKit', 'SwiftUI'
2121

22-
spec.dependency 'StreamChat', '~> 4.56.0'
22+
spec.dependency 'StreamChat', '~> 4.57.0'
2323
end

StreamChatSwiftUI.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3331,7 +3331,7 @@
33313331
CODE_SIGN_ENTITLEMENTS = DemoAppSwiftUI/DemoAppSwiftUI.entitlements;
33323332
CODE_SIGN_IDENTITY = "Apple Development";
33333333
CODE_SIGN_STYLE = Automatic;
3334-
CURRENT_PROJECT_VERSION = 46;
3334+
CURRENT_PROJECT_VERSION = 57;
33353335
DEVELOPMENT_ASSET_PATHS = "\"DemoAppSwiftUI/Preview Content\"";
33363336
DEVELOPMENT_TEAM = EHV7XZLAHA;
33373337
ENABLE_PREVIEWS = YES;
@@ -3346,7 +3346,7 @@
33463346
"$(inherited)",
33473347
"@executable_path/Frameworks",
33483348
);
3349-
MARKETING_VERSION = 4.46.0;
3349+
MARKETING_VERSION = 4.57.0;
33503350
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.DemoAppSwiftUI;
33513351
PRODUCT_NAME = "$(TARGET_NAME)";
33523352
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -3365,7 +3365,7 @@
33653365
CODE_SIGN_ENTITLEMENTS = DemoAppSwiftUI/DemoAppSwiftUI.entitlements;
33663366
CODE_SIGN_IDENTITY = "Apple Distribution";
33673367
CODE_SIGN_STYLE = Manual;
3368-
CURRENT_PROJECT_VERSION = 46;
3368+
CURRENT_PROJECT_VERSION = 57;
33693369
DEVELOPMENT_ASSET_PATHS = "\"DemoAppSwiftUI/Preview Content\"";
33703370
DEVELOPMENT_TEAM = EHV7XZLAHA;
33713371
ENABLE_PREVIEWS = YES;
@@ -3381,7 +3381,7 @@
33813381
"$(inherited)",
33823382
"@executable_path/Frameworks",
33833383
);
3384-
MARKETING_VERSION = 4.46.0;
3384+
MARKETING_VERSION = 4.57.0;
33853385
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.DemoAppSwiftUI;
33863386
PRODUCT_NAME = "$(TARGET_NAME)";
33873387
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.getstream.iOS.DemoAppSwiftUI";
@@ -3479,8 +3479,8 @@
34793479
isa = XCRemoteSwiftPackageReference;
34803480
repositoryURL = "https://github.com/GetStream/stream-chat-swift.git";
34813481
requirement = {
3482-
branch = develop;
3483-
kind = branch;
3482+
kind = upToNextMajorVersion;
3483+
minimumVersion = 4.57.0;
34843484
};
34853485
};
34863486
E3A1C01A282BAC66002D1E26 /* XCRemoteSwiftPackageReference "sentry-cocoa" */ = {

0 commit comments

Comments
 (0)