Skip to content

Commit 5fe3d05

Browse files
Updated StreamChat dependency
1 parent 88c7efa commit 5fe3d05

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.17.0"),
20+
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.18.0"),
2121
.package(url: "https://github.com/kean/Nuke.git", from: "10.0.0"),
2222
.package(url: "https://github.com/kean/NukeUI.git", from: "0.7.0")
2323
],

StreamChatSwiftUI.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", "~> 4.17.0"
22+
spec.dependency "StreamChat", "~> 4.18.0"
2323
spec.dependency "Nuke", "~> 10.0"
2424
spec.dependency "SwiftyGif", "~> 5.0"
2525
spec.dependency "NukeUI", "~> 0.7.0"

StreamChatSwiftUI.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2480,7 +2480,7 @@
24802480
CODE_SIGN_ENTITLEMENTS = DemoAppSwiftUI/DemoAppSwiftUI.entitlements;
24812481
CODE_SIGN_IDENTITY = "Apple Development";
24822482
CODE_SIGN_STYLE = Manual;
2483-
CURRENT_PROJECT_VERSION = 17;
2483+
CURRENT_PROJECT_VERSION = 18;
24842484
DEVELOPMENT_ASSET_PATHS = "\"DemoAppSwiftUI/Preview Content\"";
24852485
DEVELOPMENT_TEAM = EHV7XZLAHA;
24862486
ENABLE_PREVIEWS = YES;
@@ -2495,7 +2495,7 @@
24952495
"$(inherited)",
24962496
"@executable_path/Frameworks",
24972497
);
2498-
MARKETING_VERSION = 4.17.0;
2498+
MARKETING_VERSION = 4.18.0;
24992499
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.DemoAppSwiftUI;
25002500
PRODUCT_NAME = "$(TARGET_NAME)";
25012501
PROVISIONING_PROFILE_SPECIFIER = "match Development io.getstream.iOS.DemoAppSwiftUI";
@@ -2514,7 +2514,7 @@
25142514
CODE_SIGN_ENTITLEMENTS = DemoAppSwiftUI/DemoAppSwiftUI.entitlements;
25152515
CODE_SIGN_IDENTITY = "Apple Distribution";
25162516
CODE_SIGN_STYLE = Manual;
2517-
CURRENT_PROJECT_VERSION = 17;
2517+
CURRENT_PROJECT_VERSION = 18;
25182518
DEVELOPMENT_ASSET_PATHS = "\"DemoAppSwiftUI/Preview Content\"";
25192519
DEVELOPMENT_TEAM = EHV7XZLAHA;
25202520
ENABLE_PREVIEWS = YES;
@@ -2530,7 +2530,7 @@
25302530
"$(inherited)",
25312531
"@executable_path/Frameworks",
25322532
);
2533-
MARKETING_VERSION = 4.17.0;
2533+
MARKETING_VERSION = 4.18.0;
25342534
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.DemoAppSwiftUI;
25352535
PRODUCT_NAME = "$(TARGET_NAME)";
25362536
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.getstream.iOS.DemoAppSwiftUI";
@@ -2637,7 +2637,7 @@
26372637
repositoryURL = "https://github.com/GetStream/stream-chat-swift.git";
26382638
requirement = {
26392639
kind = upToNextMajorVersion;
2640-
minimumVersion = 4.17.0;
2640+
minimumVersion = 4.18.0;
26412641
};
26422642
};
26432643
A3571601283E9D9F0014E3B0 /* XCRemoteSwiftPackageReference "swifter" */ = {

0 commit comments

Comments
 (0)