Skip to content

Commit

Permalink
Merge pull request #8 from CleverTap/v_0.0.8
Browse files Browse the repository at this point in the history
Release v0.0.8
  • Loading branch information
shivamsharma2710 authored Oct 30, 2024
2 parents 06b14a4 + 91d6d6c commit ccc67a7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file.

### [Version 0.0.8] (October 30, 2024)
### Adds
* **Configure Remote Context for Receiver's call screens**:
* Adds support for setting a *remoteContext* parameter within `SCCustomMetadata` object during call initiation, allowing to pass custom context for receiver's call screens.

### Fixes
* Resolved *sa_family_t* declaration issue to ensure compatibility with Xcode 16.

### [Version 0.0.7] (March 15, 2024)
### Adds
* Supports [CleverTap iOS SDK v6.1.0](https://github.com/CleverTap/clevertap-ios-sdk/blob/master/CHANGELOG.md#version-610-february-22-2024)
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.7'
s.version = '0.0.8'
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 @@ -19,7 +19,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 'CTSimplePing', '1.0.1'
s.ios.dependency 'CTSimplePing', '1.0.2'
s.ios.dependency 'CleverTap-iOS-SDK'

end
Binary file modified Release/SignedCallSDK.xcframework.zip
Binary file not shown.

0 comments on commit ccc67a7

Please sign in to comment.