Skip to content

Commit

Permalink
Updated StreamChat dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmitrevski committed Mar 17, 2023
1 parent c5a9ab9 commit 88173e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.28.0"),
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.29.0"),
.package(url: "https://github.com/kean/Nuke.git", .exact("11.3.1"))
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion StreamChatSwiftUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |spec|

spec.framework = "Foundation", "UIKit", "SwiftUI"

spec.dependency "StreamChat", "~> 4.28.0"
spec.dependency "StreamChat", "~> 4.29.0"
spec.dependency "SwiftyGif", "~> 5.0"
spec.dependency "NukeUI", "0.8.0"
end
Expand Down
2 changes: 1 addition & 1 deletion StreamChatSwiftUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2729,7 +2729,7 @@
repositoryURL = "https://github.com/GetStream/stream-chat-swift.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 4.28.0;
minimumVersion = 4.29.0;
};
};
A3571601283E9D9F0014E3B0 /* XCRemoteSwiftPackageReference "swifter" */ = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="19574" systemVersion="21D49" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="21513" systemVersion="22D68" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
<entity name="AttachmentDTO" representedClassName="AttachmentDTO" syncable="YES">
<attribute name="data" attributeType="Binary"/>
<attribute name="id" attributeType="String"/>
Expand Down Expand Up @@ -45,6 +45,7 @@
<attribute name="lastMessageAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
<attribute name="memberCount" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
<attribute name="name" optional="YES" attributeType="String"/>
<attribute name="newestMessageAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
<attribute name="oldestMessageAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
<attribute name="team" optional="YES" attributeType="String"/>
<attribute name="truncatedAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
Expand Down Expand Up @@ -323,23 +324,4 @@
</uniquenessConstraint>
</uniquenessConstraints>
</entity>
<elements>
<element name="AttachmentDTO" positionX="9" positionY="153" width="128" height="134"/>
<element name="ChannelConfigDTO" positionX="81" positionY="162" width="128" height="269"/>
<element name="ChannelDTO" positionX="0" positionY="0" width="128" height="479"/>
<element name="ChannelListQueryDTO" positionX="0" positionY="0" width="128" height="88"/>
<element name="ChannelMemberListQueryDTO" positionX="9" positionY="153" width="128" height="88"/>
<element name="ChannelMuteDTO" positionX="9" positionY="162" width="128" height="89"/>
<element name="ChannelReadDTO" positionX="9" positionY="153" width="128" height="89"/>
<element name="CommandDTO" positionX="90" positionY="171" width="128" height="104"/>
<element name="CurrentUserDTO" positionX="0" positionY="0" width="128" height="179"/>
<element name="DeviceDTO" positionX="9" positionY="153" width="128" height="89"/>
<element name="MemberDTO" positionX="0" positionY="0" width="128" height="239"/>
<element name="MessageDTO" positionX="160" positionY="192" width="128" height="644"/>
<element name="MessageReactionDTO" positionX="160" positionY="192" width="128" height="179"/>
<element name="MessageSearchQueryDTO" positionX="9" positionY="162" width="128" height="59"/>
<element name="QueuedRequestDTO" positionX="90" positionY="171" width="128" height="74"/>
<element name="UserDTO" positionX="0" positionY="0" width="128" height="419"/>
<element name="UserListQueryDTO" positionX="9" positionY="153" width="128" height="103"/>
</elements>
</model>

0 comments on commit 88173e4

Please sign in to comment.