Skip to content

Commit b08b001

Browse files
Updated StreamChat dependency
1 parent 0fc3f04 commit b08b001

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
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.30.0"),
20+
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.31.0"),
2121
.package(url: "https://github.com/kean/Nuke.git", .exact("11.3.1"))
2222
],
2323
targets: [

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.30.0"
22+
spec.dependency "StreamChat", "~> 4.31.0"
2323
spec.dependency "SwiftyGif", "~> 5.0"
2424
spec.dependency "NukeUI", "0.8.0"
2525
end

StreamChatSwiftUI.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2576,7 +2576,7 @@
25762576
CODE_SIGN_ENTITLEMENTS = DemoAppSwiftUI/DemoAppSwiftUI.entitlements;
25772577
CODE_SIGN_IDENTITY = "Apple Development";
25782578
CODE_SIGN_STYLE = Manual;
2579-
CURRENT_PROJECT_VERSION = 27;
2579+
CURRENT_PROJECT_VERSION = 31;
25802580
DEVELOPMENT_ASSET_PATHS = "\"DemoAppSwiftUI/Preview Content\"";
25812581
DEVELOPMENT_TEAM = EHV7XZLAHA;
25822582
ENABLE_PREVIEWS = YES;
@@ -2591,7 +2591,7 @@
25912591
"$(inherited)",
25922592
"@executable_path/Frameworks",
25932593
);
2594-
MARKETING_VERSION = 4.27.0;
2594+
MARKETING_VERSION = 4.31.0;
25952595
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.DemoAppSwiftUI;
25962596
PRODUCT_NAME = "$(TARGET_NAME)";
25972597
PROVISIONING_PROFILE_SPECIFIER = "match Development io.getstream.iOS.DemoAppSwiftUI";
@@ -2610,7 +2610,7 @@
26102610
CODE_SIGN_ENTITLEMENTS = DemoAppSwiftUI/DemoAppSwiftUI.entitlements;
26112611
CODE_SIGN_IDENTITY = "Apple Distribution";
26122612
CODE_SIGN_STYLE = Manual;
2613-
CURRENT_PROJECT_VERSION = 27;
2613+
CURRENT_PROJECT_VERSION = 31;
26142614
DEVELOPMENT_ASSET_PATHS = "\"DemoAppSwiftUI/Preview Content\"";
26152615
DEVELOPMENT_TEAM = EHV7XZLAHA;
26162616
ENABLE_PREVIEWS = YES;
@@ -2626,7 +2626,7 @@
26262626
"$(inherited)",
26272627
"@executable_path/Frameworks",
26282628
);
2629-
MARKETING_VERSION = 4.27.0;
2629+
MARKETING_VERSION = 4.31.0;
26302630
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.DemoAppSwiftUI;
26312631
PRODUCT_NAME = "$(TARGET_NAME)";
26322632
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.getstream.iOS.DemoAppSwiftUI";
@@ -2733,7 +2733,7 @@
27332733
repositoryURL = "https://github.com/GetStream/stream-chat-swift.git";
27342734
requirement = {
27352735
kind = upToNextMajorVersion;
2736-
minimumVersion = 4.30.0;
2736+
minimumVersion = 4.31.0;
27372737
};
27382738
};
27392739
A3571601283E9D9F0014E3B0 /* XCRemoteSwiftPackageReference "swifter" */ = {

StreamChatSwiftUITests/Infrastructure/Shared/StreamChatModel.xcdatamodeld/StreamChatModel.xcdatamodel/contents

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="21513" systemVersion="22D68" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
2+
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="21754" systemVersion="22E261" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
33
<entity name="AttachmentDTO" representedClassName="AttachmentDTO" syncable="YES">
44
<attribute name="data" attributeType="Binary"/>
55
<attribute name="id" attributeType="String"/>
@@ -192,6 +192,7 @@
192192
<attribute name="latestReactions" attributeType="Transformable" valueTransformerName="NSSecureUnarchiveFromDataTransformer"/>
193193
<attribute name="locallyCreatedAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
194194
<attribute name="localMessageStateRaw" optional="YES" attributeType="String"/>
195+
<attribute name="newestReplyAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
195196
<attribute name="ownReactions" attributeType="Transformable" valueTransformerName="NSSecureUnarchiveFromDataTransformer"/>
196197
<attribute name="parentMessageId" optional="YES" attributeType="String"/>
197198
<attribute name="pinExpires" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
@@ -201,6 +202,7 @@
201202
<attribute name="reactionCounts" attributeType="Transformable" valueTransformerName="NSSecureUnarchiveFromData"/>
202203
<attribute name="reactionScores" attributeType="Transformable" valueTransformerName="NSSecureUnarchiveFromData"/>
203204
<attribute name="replyCount" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES"/>
205+
<attribute name="showInsideThread" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
204206
<attribute name="showReplyInChannel" attributeType="Boolean" usesScalarValueType="YES"/>
205207
<attribute name="text" attributeType="String"/>
206208
<attribute name="translations" optional="YES" attributeType="Transformable" valueTransformerName="NSSecureUnarchiveFromDataTransformer"/>

0 commit comments

Comments
 (0)