Skip to content

Commit 3e3c6bc

Browse files
authored
Merge pull request #2 from videosdk-live/dev-1.1.0
Version Release 1.1.0
2 parents 5d5641f + f6776e8 commit 3e3c6bc

22 files changed

+424
-351
lines changed

Frameworks/VideoSDK.framework/Modules/VideoSDK.swiftmodule/arm64-apple-ios.swiftinterface

Lines changed: 0 additions & 162 deletions
This file was deleted.
Binary file not shown.

Frameworks/VideoSDK.framework/Modules/VideoSDK.swiftmodule/arm64.swiftinterface

Lines changed: 0 additions & 162 deletions
This file was deleted.
Binary file not shown.

Frameworks/VideoSDK.framework/Modules/module.modulemap

Lines changed: 0 additions & 11 deletions
This file was deleted.
-320 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
//
2-
// VideoSDK-Bridging-Header.h
3-
// VideoSDK
2+
// VideoSDKRTC-Bridging-Header.h
3+
// VideoSDKRTC
44
//
55
// Created by VideoSDK Team on 02/09/21.
66
// Copyright © 2021 Zujo Tech Pvt Ltd. All rights reserved.
77
//
88

9-
#ifndef VideoSDK_Bridging_Header_h
10-
#define VideoSDK_Bridging_Header_h
9+
#ifndef VideoSDKRTC_Bridging_Header_h
10+
#define VideoSDKRTC_Bridging_Header_h
1111

1212
#include "vl_mediasoup_client_ios/Mediasoupclient.h"
1313

14-
#endif /* VideoSDK_Bridging_Header_h */
14+
#endif /* VideoSDKRTC_Bridging_Header_h */
1515

1616

Frameworks/VideoSDK.framework/Headers/VideoSDK-Swift.h renamed to Frameworks/VideoSDKRTC.framework/Headers/VideoSDKRTC-Swift.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Generated by Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)
2-
#ifndef VIDEOSDK_SWIFT_H
3-
#define VIDEOSDK_SWIFT_H
2+
#ifndef VIDEOSDKRTC_SWIFT_H
3+
#define VIDEOSDKRTC_SWIFT_H
44
#pragma clang diagnostic push
55
#pragma clang diagnostic ignored "-Wgcc-compat"
66

@@ -201,7 +201,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
201201
#if __has_attribute(external_source_symbol)
202202
# pragma push_macro("any")
203203
# undef any
204-
# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VideoSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
204+
# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VideoSDKRTC",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
205205
# pragma pop_macro("any")
206206
#endif
207207

Frameworks/VideoSDK.framework/Headers/VideoSDK-umbrella.h renamed to Frameworks/VideoSDKRTC.framework/Headers/VideoSDKRTC-umbrella.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#endif
1111
#endif
1212

13-
#import "VideoSDK-Bridging-Header.h"
13+
#import "VideoSDKRTC-Bridging-Header.h"
1414

15-
FOUNDATION_EXPORT double VideoSDKVersionNumber;
16-
FOUNDATION_EXPORT const unsigned char VideoSDKVersionString[];
15+
FOUNDATION_EXPORT double VideoSDKRTCVersionNumber;
16+
FOUNDATION_EXPORT const unsigned char VideoSDKRTCVersionString[];
1717

0 commit comments

Comments
 (0)