Skip to content

Commit

Permalink
Merge pull request #9 from CleverTap/v_0.0.9
Browse files Browse the repository at this point in the history
Release v0.0.9
  • Loading branch information
shivamsharma2710 authored Nov 18, 2024
2 parents ccc67a7 + d2a3244 commit 4b6a90c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

### [Version 0.0.9] (November 18, 2024)
### Fixes
* Resolves `EXC_BAD_ACCESS` error that occurred when clicking the mute button on the CallKit screen. This exception was only observed in debugging mode (when connected via USB).
* Fixes synchronization issues between the Mute and Speaker controllers on the CallKit and native screens.

### [Version 0.0.8] (October 30, 2024)
### Adds
* **Configure Remote Context for Receiver's call screens**:
Expand Down
4 changes: 2 additions & 2 deletions CleverTap-SignedCall-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CleverTap-SignedCall-SDK"
s.version = '0.0.8'
s.version = '0.0.9'
s.summary = "CleverTap-SignedCall-SDK supports 1-1 voice calls"
s.homepage = "https://github.com/CleverTap/clevertap-signedcall-ios-sdk"
s.source = { :http => "https://github.com/CleverTap/clevertap-signedcall-ios-sdk/releases/download/#{s.version}/SignedCallSDK.xcframework.zip" }
Expand All @@ -18,7 +18,7 @@ s.vendored_frameworks = 'SignedCallSDK.xcframework'

s.ios.dependency 'Socket.IO-Client-Swift', '16.1.0'
s.ios.dependency 'Starscream', '4.0.8'
s.ios.dependency 'CTSoftPhone', '0.0.6-alpha'
s.ios.dependency 'CTSoftPhone', '0.0.7-alpha'
s.ios.dependency 'CTSimplePing', '1.0.2'
s.ios.dependency 'CleverTap-iOS-SDK'

Expand Down
Binary file modified Release/SignedCallSDK.xcframework.zip
Binary file not shown.

0 comments on commit 4b6a90c

Please sign in to comment.