Skip to content

Commit

Permalink
Version 6.25.2 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaOban committed May 27, 2024
1 parent 56d50e4 commit 127ea20
Show file tree
Hide file tree
Showing 155 changed files with 1,663 additions and 1,185 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Ribbon WebRTC iOS SDK change log.
- This project adheres to [Semantic Versioning](http://semver.org/).
- This change log follows [keepachangelog.com](http://keepachangelog.com/) recommendations.

## 6.25.2 - 2024-23-05

## 6.25.1 - 2024-30-04

## 6.25.0 - 2024-29-04
Expand Down
14 changes: 9 additions & 5 deletions MobileSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,35 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>MobileSDK.framework/MobileSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>MobileSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>MobileSDK.framework/MobileSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>MobileSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
/*
* Copyright © 2014 GENBAND. All Rights Reserved.
*
* GENBAND CONFIDENTIAL. All information, copyrights, trade secrets
* and other intellectual property rights, contained herein are the property
* of GENBAND. This document is strictly confidential and must not be
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.25.1
*
*/
* COPYRIGHT © 2024 RIBBON COMMUNICATIONS OPERATING COMPANY, INC. ALL RIGHTS RESERVED.
* This publication and the information contained herein is the property of Ribbon
* and may not be copied, reproduced or distributed in any form or by any means without
* the prior written permission of Ribbon.
*
* THIS PUBLICATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
* INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
* PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
* FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PUBLICATION OR ITS USE.
*
* MobileSDK.h
*
* @version: 6.25.2
*
*/

#import <UIKit/UIKit.h>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
/*
* Copyright © 2014 GENBAND. All Rights Reserved.
*
* GENBAND CONFIDENTIAL. All information, copyrights, trade secrets
* and other intellectual property rights, contained herein are the property
* of GENBAND. This document is strictly confidential and must not be
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.25.1
*
*/
* COPYRIGHT © 2024 RIBBON COMMUNICATIONS OPERATING COMPANY, INC. ALL RIGHTS RESERVED.
* This publication and the information contained herein is the property of Ribbon
* and may not be copied, reproduced or distributed in any form or by any means without
* the prior written permission of Ribbon.
*
* THIS PUBLICATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
* INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
* PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
* FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PUBLICATION OR ITS USE.
*
* SMAddressBookApplicationDelegate.h
*
* @version: 6.25.2
*
*/

#import <Foundation/Foundation.h>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
/*
* Copyright © 2014 GENBAND. All Rights Reserved.
*
* GENBAND CONFIDENTIAL. All information, copyrights, trade secrets
* and other intellectual property rights, contained herein are the property
* of GENBAND. This document is strictly confidential and must not be
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.25.1
*
*/
* COPYRIGHT © 2024 RIBBON COMMUNICATIONS OPERATING COMPANY, INC. ALL RIGHTS RESERVED.
* This publication and the information contained herein is the property of Ribbon
* and may not be copied, reproduced or distributed in any form or by any means without
* the prior written permission of Ribbon.
*
* THIS PUBLICATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
* INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
* PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
* FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PUBLICATION OR ITS USE.
*
* SMAddressBookSearchTypes.h
*
* @version: 6.25.2
*
*/

#import <Foundation/Foundation.h>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
/*
* Copyright © 2014 GENBAND. All Rights Reserved.
*
* GENBAND CONFIDENTIAL. All information, copyrights, trade secrets
* and other intellectual property rights, contained herein are the property
* of GENBAND. This document is strictly confidential and must not be
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.25.1
*
*/
* COPYRIGHT © 2024 RIBBON COMMUNICATIONS OPERATING COMPANY, INC. ALL RIGHTS RESERVED.
* This publication and the information contained herein is the property of Ribbon
* and may not be copied, reproduced or distributed in any form or by any means without
* the prior written permission of Ribbon.
*
* THIS PUBLICATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
* INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
* PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
* FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PUBLICATION OR ITS USE.
*
* SMAddressBookServiceDelegate.h
*
* @version: 6.25.2
*
*/

#import <Foundation/Foundation.h>
#import "SMAddressBookSearchType.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
/*
* Copyright © 2014 GENBAND. All Rights Reserved.
*
* GENBAND CONFIDENTIAL. All information, copyrights, trade secrets
* and other intellectual property rights, contained herein are the property
* of GENBAND. This document is strictly confidential and must not be
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.25.1
*
*/
* COPYRIGHT © 2024 RIBBON COMMUNICATIONS OPERATING COMPANY, INC. ALL RIGHTS RESERVED.
* This publication and the information contained herein is the property of Ribbon
* and may not be copied, reproduced or distributed in any form or by any means without
* the prior written permission of Ribbon.
*
* THIS PUBLICATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
* INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
* PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
* FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PUBLICATION OR ITS USE.
*
* SMAudioCodecConfiguration.h
*
* @version: 6.25.2
*
*/

#import <Foundation/Foundation.h>

Expand All @@ -19,6 +24,7 @@
*
* @since 4.2.4
*/
__attribute__((objc_runtime_name("SWIFTSMAudioCodecConfiguration")))
@interface SMAudioCodecConfiguration : NSObject

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
/*
* Copyright © 2014 GENBAND. All Rights Reserved.
*
* GENBAND CONFIDENTIAL. All information, copyrights, trade secrets
* and other intellectual property rights, contained herein are the property
* of GENBAND. This document is strictly confidential and must not be
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.25.1
*
*/
* COPYRIGHT © 2024 RIBBON COMMUNICATIONS OPERATING COMPANY, INC. ALL RIGHTS RESERVED.
* This publication and the information contained herein is the property of Ribbon
* and may not be copied, reproduced or distributed in any form or by any means without
* the prior written permission of Ribbon.
*
* THIS PUBLICATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
* INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
* PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
* FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PUBLICATION OR ITS USE.
*
* SMAudioSessionConfiguration.h
*
* @version: 6.25.2
*
*/

#import <Foundation/Foundation.h>
#import <AVFoundation/AVFoundation.h>
Expand All @@ -19,6 +24,7 @@
*
* @since 4.2.0
*/
__attribute__((objc_runtime_name("SWIFTSMAudioSessionConfiguration")))
@interface SMAudioSessionConfiguration : NSObject

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
/*
* Copyright © 2014 GENBAND. All Rights Reserved.
*
* GENBAND CONFIDENTIAL. All information, copyrights, trade secrets
* and other intellectual property rights, contained herein are the property
* of GENBAND. This document is strictly confidential and must not be
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.25.1
*
*/
* COPYRIGHT © 2024 RIBBON COMMUNICATIONS OPERATING COMPANY, INC. ALL RIGHTS RESERVED.
* This publication and the information contained herein is the property of Ribbon
* and may not be copied, reproduced or distributed in any form or by any means without
* the prior written permission of Ribbon.
*
* THIS PUBLICATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
* INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
* PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
* FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PUBLICATION OR ITS USE.
*
* SMAudioSourceTypes.h
*
* @version: 6.25.2
*
*/

/**
* @brief Enums that handle AudioSourceType in SDK.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
/*
* Copyright © 2014 GENBAND. All Rights Reserved.
*
* GENBAND CONFIDENTIAL. All information, copyrights, trade secrets
* and other intellectual property rights, contained herein are the property
* of GENBAND. This document is strictly confidential and must not be
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.25.1
*
*/
* COPYRIGHT © 2024 RIBBON COMMUNICATIONS OPERATING COMPANY, INC. ALL RIGHTS RESERVED.
* This publication and the information contained herein is the property of Ribbon
* and may not be copied, reproduced or distributed in any form or by any means without
* the prior written permission of Ribbon.
*
* THIS PUBLICATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
* INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
* PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
* FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PUBLICATION OR ITS USE.
*
* SMCallApplicationDelegate.h
*
* @version: 6.25.2
*
*/

#import <Foundation/Foundation.h>
#import "SMCallTypes.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
/*
* Copyright © 2014 GENBAND. All Rights Reserved.
*
* GENBAND CONFIDENTIAL. All information, copyrights, trade secrets
* and other intellectual property rights, contained herein are the property
* of GENBAND. This document is strictly confidential and must not be
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.25.1
*
*/
* COPYRIGHT © 2024 RIBBON COMMUNICATIONS OPERATING COMPANY, INC. ALL RIGHTS RESERVED.
* This publication and the information contained herein is the property of Ribbon
* and may not be copied, reproduced or distributed in any form or by any means without
* the prior written permission of Ribbon.
*
* THIS PUBLICATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
* INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
* PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
* FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PUBLICATION OR ITS USE.
*
* SMCallDelegate.h
*
* @version: 6.25.2
*
*/

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
/*
* Copyright © 2014 GENBAND. All Rights Reserved.
*
* GENBAND CONFIDENTIAL. All information, copyrights, trade secrets
* and other intellectual property rights, contained herein are the property
* of GENBAND. This document is strictly confidential and must not be
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.25.1
*
*/
* COPYRIGHT © 2024 RIBBON COMMUNICATIONS OPERATING COMPANY, INC. ALL RIGHTS RESERVED.
* This publication and the information contained herein is the property of Ribbon
* and may not be copied, reproduced or distributed in any form or by any means without
* the prior written permission of Ribbon.
*
* THIS PUBLICATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
* INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
* PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
* FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PUBLICATION OR ITS USE.
*
* SMCallLogServiceDelegate.h
*
* @version: 6.25.2
*
*/

#import <Foundation/Foundation.h>

Expand Down
Loading

0 comments on commit 127ea20

Please sign in to comment.