Skip to content

Commit

Permalink
v4.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
suryansh-cometchat committed Jul 2, 2024
1 parent 851b0ce commit 90e9e0b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,13 @@
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>CometChatUIKitSwift</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/cometchat/chat-sdk-ios.git",
"state": {
"branch": null,
"revision": "bcfaa0dd71427ffdfd002e66fb77482b45cd9bdc",
"version": "4.0.48"
"revision": "479b018d2d4cea2f72385d27b73239db9ac2c3c6",
"version": "4.0.50"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(

dependencies: [
.package(name: "CometChatSDK",
url: "https://github.com/cometchat/chat-sdk-ios.git", .exact("4.0.48")
url: "https://github.com/cometchat/chat-sdk-ios.git", .exact("4.0.50")
)
],
targets: [
Expand All @@ -26,8 +26,8 @@ let package = Package(
path: "CometChatUIKitSwiftWrapper"),
.binaryTarget(
name: "CometChatUIKitSwift",
url: "https://library.cometchat.io/ios/v4.0/xcode15/CometChatUIKitSwift_4_3_10.xcframework.zip",
checksum: "8ea6444c27c022e5b55a979b25e4d3a25f1519a2ed094fba1d68c9073d83de4a"
url: "https://library.cometchat.io/ios/v4.0/xcode15/CometChatUIKitSwift_4_3_11.xcframework.zip",
checksum: "ae7d5c573194ed2b06236a9b06339801c19a9238d9ae4182d8ca43bdfb14549a"
)
]
)

0 comments on commit 90e9e0b

Please sign in to comment.