Skip to content

Commit

Permalink
Merge pull request #421 from Kommunicate-io/pod/7.1.8
Browse files Browse the repository at this point in the history
Updated podFile to 7.1.8
  • Loading branch information
AbhijeetRanjan308 authored Apr 23, 2024
2 parents 1b122a5 + 2dea3f9 commit 2445029
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG

The changelog for [Kommunicate-iOS-SDK](https://github.com/Kommunicate-io/Kommunicate-iOS-SDK). Also see the [releases](https://github.com/Kommunicate-io/Kommunicate-iOS-SDK/releases) on Github.
## [7.1.8] 2024-04-23
- Added Support for EU region.
- Updated the default color for send message text to white.

## [7.1.7] 2024-04-10
- Iframe Support for HTML Content
- Added prefix to the files to avoid build issue in case of same name is used by other libraries
Expand Down
22 changes: 11 additions & 11 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ PODS:
- iOSSnapshotTestCase/SwiftSupport (8.0.0):
- iOSSnapshotTestCase/Core
- Kingfisher (7.6.2)
- Kommunicate (7.1.7):
- KommunicateChatUI-iOS-SDK (~> 1.3.1)
- KommunicateChatUI-iOS-SDK (1.3.1):
- KommunicateChatUI-iOS-SDK/Complete (= 1.3.1)
- KommunicateChatUI-iOS-SDK/Complete (1.3.1):
- Kommunicate (7.1.8):
- KommunicateChatUI-iOS-SDK (~> 1.3.2)
- KommunicateChatUI-iOS-SDK (1.3.2):
- KommunicateChatUI-iOS-SDK/Complete (= 1.3.2)
- KommunicateChatUI-iOS-SDK/Complete (1.3.2):
- iOSDropDown
- Kingfisher (~> 7.6.2)
- KommunicateChatUI-iOS-SDK/RichMessageKit
- KommunicateCore-iOS-SDK (~> 1.1.9)
- KommunicateCore-iOS-SDK (~> 1.2.0)
- SwipeCellKit (~> 2.7.1)
- ZendeskChatProvidersSDK (~> 3.0.0)
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.3.1)
- KommunicateCore-iOS-SDK (1.1.9)
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.3.2)
- KommunicateCore-iOS-SDK (1.2.0)
- Nimble (13.3.0):
- CwlPreconditionTesting (~> 2.2.0)
- Nimble-Snapshots (9.7.0):
Expand Down Expand Up @@ -77,9 +77,9 @@ SPEC CHECKSUMS:
iOSDropDown: ce9daa584eaa5567cafc1b633e3cc7eb6d9cea42
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f
Kingfisher: 6c5449c6450c5239166510ba04afe374a98afc4f
Kommunicate: cd7d29ae242d426272738eb3d91210ef8ca8d866
KommunicateChatUI-iOS-SDK: f067262ef4ac1a766a5921f3f5b488060538c14d
KommunicateCore-iOS-SDK: d8c46aea82b1090effb568f2aaf1938f31f8e0b5
Kommunicate: 32f3bb8766955e9153370ef8500c98f78f777e16
KommunicateChatUI-iOS-SDK: 41b9975a2f3da9a0cda367550ef7038e46425d31
KommunicateCore-iOS-SDK: 5ba7ae15243532039792f3e166d3750a07cf8700
Nimble: 3ac6c6b0b7e9835d1540b6507d8054b12a415536
Nimble-Snapshots: 7f2710c507469eb0fc4912f45d0f280e15f91966
Quick: 2b651168441479b949ba987f3cee41a9cc53aa32
Expand Down
4 changes: 2 additions & 2 deletions Kommunicate.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Kommunicate'
s.version = '7.1.7'
s.version = '7.1.8'
s.summary = 'Kommunicate iOS SDK for customer support.'
s.homepage = 'https://github.com/Kommunicate-io/Kommunicate-iOS-SDK'
s.license = { :type => 'BSD-3-Clause', :file => 'LICENSE' }
Expand All @@ -10,5 +10,5 @@ Pod::Spec.new do |s|
s.swift_version = '5.0'
s.source_files = 'Sources/Kommunicate/Classes/**/*.{swift}'
s.resources = 'Sources/Resources/**/*{lproj,storyboard,xib,xcassets,json,strings}'
s.dependency 'KommunicateChatUI-iOS-SDK' , '~> 1.3.1'
s.dependency 'KommunicateChatUI-iOS-SDK' , '~> 1.3.2'
end
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"repositoryURL": "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git",
"state": {
"branch": null,
"revision": "31704576adc6dde4d562b797248a324976bc3645",
"version": "1.3.1"
"revision": "2dfd4d83a1a303be9a6b9a3de82268ae71b5ab54",
"version": "1.3.2"
}
},
{
"package": "KommunicateCore_iOS_SDK",
"repositoryURL": "https://github.com/Kommunicate-io/KommunicateCore-iOS-SDK.git",
"state": {
"branch": null,
"revision": "3fbddc76379d8993083bfa3e163b209768795c1b",
"version": "1.1.9"
"revision": "1f49f42f23c8d85b2d0b800755d8df7ad7283136",
"version": "1.2.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
),
],
dependencies: [
.package(name: "KommunicateChatUI-iOS-SDK", url: "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git", from: "1.3.1"),
.package(name: "KommunicateChatUI-iOS-SDK", url: "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git", from: "1.3.2"),
],
targets: [
.target(
Expand Down

0 comments on commit 2445029

Please sign in to comment.