Skip to content

Commit 88173e4

Browse files
Updated StreamChat dependency
1 parent c5a9ab9 commit 88173e4

File tree

4 files changed

+5
-23
lines changed

4 files changed

+5
-23
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.28.0"),
20+
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.29.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.28.0"
22+
spec.dependency "StreamChat", "~> 4.29.0"
2323
spec.dependency "SwiftyGif", "~> 5.0"
2424
spec.dependency "NukeUI", "0.8.0"
2525
end

StreamChatSwiftUI.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2729,7 +2729,7 @@
27292729
repositoryURL = "https://github.com/GetStream/stream-chat-swift.git";
27302730
requirement = {
27312731
kind = upToNextMajorVersion;
2732-
minimumVersion = 4.28.0;
2732+
minimumVersion = 4.29.0;
27332733
};
27342734
};
27352735
A3571601283E9D9F0014E3B0 /* XCRemoteSwiftPackageReference "swifter" */ = {

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

Lines changed: 2 additions & 20 deletions
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="19574" systemVersion="21D49" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
2+
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="21513" systemVersion="22D68" 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"/>
@@ -45,6 +45,7 @@
4545
<attribute name="lastMessageAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
4646
<attribute name="memberCount" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
4747
<attribute name="name" optional="YES" attributeType="String"/>
48+
<attribute name="newestMessageAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
4849
<attribute name="oldestMessageAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
4950
<attribute name="team" optional="YES" attributeType="String"/>
5051
<attribute name="truncatedAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
@@ -323,23 +324,4 @@
323324
</uniquenessConstraint>
324325
</uniquenessConstraints>
325326
</entity>
326-
<elements>
327-
<element name="AttachmentDTO" positionX="9" positionY="153" width="128" height="134"/>
328-
<element name="ChannelConfigDTO" positionX="81" positionY="162" width="128" height="269"/>
329-
<element name="ChannelDTO" positionX="0" positionY="0" width="128" height="479"/>
330-
<element name="ChannelListQueryDTO" positionX="0" positionY="0" width="128" height="88"/>
331-
<element name="ChannelMemberListQueryDTO" positionX="9" positionY="153" width="128" height="88"/>
332-
<element name="ChannelMuteDTO" positionX="9" positionY="162" width="128" height="89"/>
333-
<element name="ChannelReadDTO" positionX="9" positionY="153" width="128" height="89"/>
334-
<element name="CommandDTO" positionX="90" positionY="171" width="128" height="104"/>
335-
<element name="CurrentUserDTO" positionX="0" positionY="0" width="128" height="179"/>
336-
<element name="DeviceDTO" positionX="9" positionY="153" width="128" height="89"/>
337-
<element name="MemberDTO" positionX="0" positionY="0" width="128" height="239"/>
338-
<element name="MessageDTO" positionX="160" positionY="192" width="128" height="644"/>
339-
<element name="MessageReactionDTO" positionX="160" positionY="192" width="128" height="179"/>
340-
<element name="MessageSearchQueryDTO" positionX="9" positionY="162" width="128" height="59"/>
341-
<element name="QueuedRequestDTO" positionX="90" positionY="171" width="128" height="74"/>
342-
<element name="UserDTO" positionX="0" positionY="0" width="128" height="419"/>
343-
<element name="UserListQueryDTO" positionX="9" positionY="153" width="128" height="103"/>
344-
</elements>
345327
</model>

0 commit comments

Comments
 (0)