Skip to content

Commit 38ce107

Browse files
Preparing for release 4.12.0
1 parent 3706ce8 commit 38ce107

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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.11.0"),
20+
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.12.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.11.0"
22+
spec.dependency "StreamChat", "~> 4.12.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,7 +2026,7 @@
20262026
CODE_SIGN_ENTITLEMENTS = DemoAppSwiftUI/DemoAppSwiftUI.entitlements;
20272027
CODE_SIGN_IDENTITY = "Apple Development";
20282028
CODE_SIGN_STYLE = Manual;
2029-
CURRENT_PROJECT_VERSION = 10;
2029+
CURRENT_PROJECT_VERSION = 12;
20302030
DEVELOPMENT_ASSET_PATHS = "\"DemoAppSwiftUI/Preview Content\"";
20312031
DEVELOPMENT_TEAM = EHV7XZLAHA;
20322032
ENABLE_PREVIEWS = YES;
@@ -2041,7 +2041,7 @@
20412041
"$(inherited)",
20422042
"@executable_path/Frameworks",
20432043
);
2044-
MARKETING_VERSION = 4.10.0;
2044+
MARKETING_VERSION = 4.12.0;
20452045
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.DemoAppSwiftUI;
20462046
PRODUCT_NAME = "$(TARGET_NAME)";
20472047
PROVISIONING_PROFILE_SPECIFIER = "match Development io.getstream.iOS.DemoAppSwiftUI";
@@ -2060,7 +2060,7 @@
20602060
CODE_SIGN_ENTITLEMENTS = DemoAppSwiftUI/DemoAppSwiftUI.entitlements;
20612061
CODE_SIGN_IDENTITY = "Apple Distribution";
20622062
CODE_SIGN_STYLE = Manual;
2063-
CURRENT_PROJECT_VERSION = 10;
2063+
CURRENT_PROJECT_VERSION = 12;
20642064
DEVELOPMENT_ASSET_PATHS = "\"DemoAppSwiftUI/Preview Content\"";
20652065
DEVELOPMENT_TEAM = EHV7XZLAHA;
20662066
ENABLE_PREVIEWS = YES;
@@ -2075,7 +2075,7 @@
20752075
"$(inherited)",
20762076
"@executable_path/Frameworks",
20772077
);
2078-
MARKETING_VERSION = 4.10.0;
2078+
MARKETING_VERSION = 4.12.0;
20792079
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.DemoAppSwiftUI;
20802080
PRODUCT_NAME = "$(TARGET_NAME)";
20812081
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.getstream.iOS.DemoAppSwiftUI";
@@ -2147,8 +2147,8 @@
21472147
isa = XCRemoteSwiftPackageReference;
21482148
repositoryURL = "https://github.com/GetStream/stream-chat-swift.git";
21492149
requirement = {
2150-
branch = develop;
2151-
kind = branch;
2150+
kind = upToNextMajorVersion;
2151+
minimumVersion = 4.12.0;
21522152
};
21532153
};
21542154
848399E6275FB3BE003075E4 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {

StreamChatSwiftUI.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)