Skip to content

Commit

Permalink
Merge pull request #58 from Kommunicate-io/release/1.1.2
Browse files Browse the repository at this point in the history
Release/1.1.2
  • Loading branch information
AbhijeetRanjan308 committed Sep 7, 2023
2 parents 26ef060 + e79c384 commit 720c158
Show file tree
Hide file tree
Showing 20 changed files with 316 additions and 136 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

The changelog for [KommunicateCore-iOS-SDK](https://github.com/Kommunicate-io/KommunicateCore-iOS-SDK). Also see the [releases](https://github.com/Kommunicate-io/KommunicateCore-iOS-SDK/releases) on Github.

## [1.1.2] 2023-09-07
- Passed kmUserLocale in groupMetadata and messageMetaData.
- Added platoformSource in db.
- Upgraded minimum SDK version to 13.
- Fixed Agent App attachment sent issue
## [1.1.1] 2023-08-08
- Added platform property and default value for platform to be iOS.
## [1.1.0] 2023-05-25
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use_frameworks!

platform :ios, '12.0'
platform :ios, '13.0'

target 'KommunicateCore-iOS-SDK_Example' do
pod 'KommunicateCore-iOS-SDK', :path => '../'
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- KommunicateCore-iOS-SDK (1.1.1)
- KommunicateCore-iOS-SDK (1.1.2)

DEPENDENCIES:
- KommunicateCore-iOS-SDK (from `../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
KommunicateCore-iOS-SDK: d8e2b02da96522708a8d3cb395f9616522e219dc
KommunicateCore-iOS-SDK: 491366a3b59f682f4471b3c1b73daa69dc363f29

PODFILE CHECKSUM: 8b029372b67d72364ec33cf0ba3ca373cec02677
PODFILE CHECKSUM: 7027d57d0977da2f7eeddd9ce9eb5c4b46250a39

COCOAPODS: 1.12.1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 720c158

Please sign in to comment.