Showing
17 changed files
with
93 additions
and
94 deletions
@@ -8,31 +8,31 @@ | @@ -8,31 +8,31 @@ | ||
8 | <key>BinaryPath</key> | 8 | <key>BinaryPath</key> |
9 | <string>HHSDKVideo.framework/HHSDKVideo</string> | 9 | <string>HHSDKVideo.framework/HHSDKVideo</string> |
10 | <key>LibraryIdentifier</key> | 10 | <key>LibraryIdentifier</key> |
11 | - <string>ios-arm64</string> | 11 | + <string>ios-x86_64-simulator</string> |
12 | <key>LibraryPath</key> | 12 | <key>LibraryPath</key> |
13 | <string>HHSDKVideo.framework</string> | 13 | <string>HHSDKVideo.framework</string> |
14 | <key>SupportedArchitectures</key> | 14 | <key>SupportedArchitectures</key> |
15 | <array> | 15 | <array> |
16 | - <string>arm64</string> | 16 | + <string>x86_64</string> |
17 | </array> | 17 | </array> |
18 | <key>SupportedPlatform</key> | 18 | <key>SupportedPlatform</key> |
19 | <string>ios</string> | 19 | <string>ios</string> |
20 | + <key>SupportedPlatformVariant</key> | ||
21 | + <string>simulator</string> | ||
20 | </dict> | 22 | </dict> |
21 | <dict> | 23 | <dict> |
22 | <key>BinaryPath</key> | 24 | <key>BinaryPath</key> |
23 | <string>HHSDKVideo.framework/HHSDKVideo</string> | 25 | <string>HHSDKVideo.framework/HHSDKVideo</string> |
24 | <key>LibraryIdentifier</key> | 26 | <key>LibraryIdentifier</key> |
25 | - <string>ios-x86_64-simulator</string> | 27 | + <string>ios-arm64</string> |
26 | <key>LibraryPath</key> | 28 | <key>LibraryPath</key> |
27 | <string>HHSDKVideo.framework</string> | 29 | <string>HHSDKVideo.framework</string> |
28 | <key>SupportedArchitectures</key> | 30 | <key>SupportedArchitectures</key> |
29 | <array> | 31 | <array> |
30 | - <string>x86_64</string> | 32 | + <string>arm64</string> |
31 | </array> | 33 | </array> |
32 | <key>SupportedPlatform</key> | 34 | <key>SupportedPlatform</key> |
33 | <string>ios</string> | 35 | <string>ios</string> |
34 | - <key>SupportedPlatformVariant</key> | ||
35 | - <string>simulator</string> | ||
36 | </dict> | 36 | </dict> |
37 | </array> | 37 | </array> |
38 | <key>CFBundlePackageType</key> | 38 | <key>CFBundlePackageType</key> |
@@ -8,31 +8,31 @@ | @@ -8,31 +8,31 @@ | ||
8 | <key>BinaryPath</key> | 8 | <key>BinaryPath</key> |
9 | <string>hhVDoctorSDK.framework/hhVDoctorSDK</string> | 9 | <string>hhVDoctorSDK.framework/hhVDoctorSDK</string> |
10 | <key>LibraryIdentifier</key> | 10 | <key>LibraryIdentifier</key> |
11 | - <string>ios-arm64</string> | 11 | + <string>ios-x86_64-simulator</string> |
12 | <key>LibraryPath</key> | 12 | <key>LibraryPath</key> |
13 | <string>hhVDoctorSDK.framework</string> | 13 | <string>hhVDoctorSDK.framework</string> |
14 | <key>SupportedArchitectures</key> | 14 | <key>SupportedArchitectures</key> |
15 | <array> | 15 | <array> |
16 | - <string>arm64</string> | 16 | + <string>x86_64</string> |
17 | </array> | 17 | </array> |
18 | <key>SupportedPlatform</key> | 18 | <key>SupportedPlatform</key> |
19 | <string>ios</string> | 19 | <string>ios</string> |
20 | + <key>SupportedPlatformVariant</key> | ||
21 | + <string>simulator</string> | ||
20 | </dict> | 22 | </dict> |
21 | <dict> | 23 | <dict> |
22 | <key>BinaryPath</key> | 24 | <key>BinaryPath</key> |
23 | <string>hhVDoctorSDK.framework/hhVDoctorSDK</string> | 25 | <string>hhVDoctorSDK.framework/hhVDoctorSDK</string> |
24 | <key>LibraryIdentifier</key> | 26 | <key>LibraryIdentifier</key> |
25 | - <string>ios-x86_64-simulator</string> | 27 | + <string>ios-arm64</string> |
26 | <key>LibraryPath</key> | 28 | <key>LibraryPath</key> |
27 | <string>hhVDoctorSDK.framework</string> | 29 | <string>hhVDoctorSDK.framework</string> |
28 | <key>SupportedArchitectures</key> | 30 | <key>SupportedArchitectures</key> |
29 | <array> | 31 | <array> |
30 | - <string>x86_64</string> | 32 | + <string>arm64</string> |
31 | </array> | 33 | </array> |
32 | <key>SupportedPlatform</key> | 34 | <key>SupportedPlatform</key> |
33 | <string>ios</string> | 35 | <string>ios</string> |
34 | - <key>SupportedPlatformVariant</key> | ||
35 | - <string>simulator</string> | ||
36 | </dict> | 36 | </dict> |
37 | </array> | 37 | </array> |
38 | <key>CFBundlePackageType</key> | 38 | <key>CFBundlePackageType</key> |
@@ -281,7 +281,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -281,7 +281,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
281 | @import HHSDKVideo; | 281 | @import HHSDKVideo; |
282 | @import ImSDK_Plus; | 282 | @import ImSDK_Plus; |
283 | @import ObjectiveC; | 283 | @import ObjectiveC; |
284 | -@import TXLiteAVSDK_TRTC; | 284 | +@import TXLiteAVSDK_Professional; |
285 | #endif | 285 | #endif |
286 | 286 | ||
287 | #endif | 287 | #endif |
@@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
6 | "children": [ | 6 | "children": [ |
7 | { | 7 | { |
8 | "kind": "Import", | 8 | "kind": "Import", |
9 | - "name": "TXLiteAVSDK_TRTC", | ||
10 | - "printedName": "TXLiteAVSDK_TRTC", | 9 | + "name": "TXLiteAVSDK_Professional", |
10 | + "printedName": "TXLiteAVSDK_Professional", | ||
11 | "declKind": "Import", | 11 | "declKind": "Import", |
12 | "moduleName": "hhVDoctorSDK", | 12 | "moduleName": "hhVDoctorSDK", |
13 | "declAttributes": [ | 13 | "declAttributes": [ |
@@ -10969,8 +10969,8 @@ | @@ -10969,8 +10969,8 @@ | ||
10969 | }, | 10969 | }, |
10970 | { | 10970 | { |
10971 | "kind": "Import", | 10971 | "kind": "Import", |
10972 | - "name": "TXLiteAVSDK_TRTC", | ||
10973 | - "printedName": "TXLiteAVSDK_TRTC", | 10972 | + "name": "TXLiteAVSDK_Professional", |
10973 | + "printedName": "TXLiteAVSDK_Professional", | ||
10974 | "declKind": "Import", | 10974 | "declKind": "Import", |
10975 | "moduleName": "hhVDoctorSDK", | 10975 | "moduleName": "hhVDoctorSDK", |
10976 | "declAttributes": [ | 10976 | "declAttributes": [ |
@@ -11783,12 +11783,12 @@ | @@ -11783,12 +11783,12 @@ | ||
11783 | { | 11783 | { |
11784 | "kind": "TypeNominal", | 11784 | "kind": "TypeNominal", |
11785 | "name": "Array", | 11785 | "name": "Array", |
11786 | - "printedName": "[TXLiteAVSDK_TRTC.TRTCVolumeInfo]", | 11786 | + "printedName": "[TXLiteAVSDK_Professional.TRTCVolumeInfo]", |
11787 | "children": [ | 11787 | "children": [ |
11788 | { | 11788 | { |
11789 | "kind": "TypeNominal", | 11789 | "kind": "TypeNominal", |
11790 | "name": "TRTCVolumeInfo", | 11790 | "name": "TRTCVolumeInfo", |
11791 | - "printedName": "TXLiteAVSDK_TRTC.TRTCVolumeInfo", | 11791 | + "printedName": "TXLiteAVSDK_Professional.TRTCVolumeInfo", |
11792 | "usr": "c:objc(cs)TRTCVolumeInfo" | 11792 | "usr": "c:objc(cs)TRTCVolumeInfo" |
11793 | } | 11793 | } |
11794 | ], | 11794 | ], |
@@ -11833,7 +11833,7 @@ | @@ -11833,7 +11833,7 @@ | ||
11833 | { | 11833 | { |
11834 | "kind": "TypeNominal", | 11834 | "kind": "TypeNominal", |
11835 | "name": "TRTCVideoStreamType", | 11835 | "name": "TRTCVideoStreamType", |
11836 | - "printedName": "TXLiteAVSDK_TRTC.TRTCVideoStreamType", | 11836 | + "printedName": "TXLiteAVSDK_Professional.TRTCVideoStreamType", |
11837 | "usr": "c:@E@TRTCVideoStreamType" | 11837 | "usr": "c:@E@TRTCVideoStreamType" |
11838 | }, | 11838 | }, |
11839 | { | 11839 | { |
@@ -11911,18 +11911,18 @@ | @@ -11911,18 +11911,18 @@ | ||
11911 | { | 11911 | { |
11912 | "kind": "TypeNominal", | 11912 | "kind": "TypeNominal", |
11913 | "name": "TRTCQualityInfo", | 11913 | "name": "TRTCQualityInfo", |
11914 | - "printedName": "TXLiteAVSDK_TRTC.TRTCQualityInfo", | 11914 | + "printedName": "TXLiteAVSDK_Professional.TRTCQualityInfo", |
11915 | "usr": "c:objc(cs)TRTCQualityInfo" | 11915 | "usr": "c:objc(cs)TRTCQualityInfo" |
11916 | }, | 11916 | }, |
11917 | { | 11917 | { |
11918 | "kind": "TypeNominal", | 11918 | "kind": "TypeNominal", |
11919 | "name": "Array", | 11919 | "name": "Array", |
11920 | - "printedName": "[TXLiteAVSDK_TRTC.TRTCQualityInfo]", | 11920 | + "printedName": "[TXLiteAVSDK_Professional.TRTCQualityInfo]", |
11921 | "children": [ | 11921 | "children": [ |
11922 | { | 11922 | { |
11923 | "kind": "TypeNominal", | 11923 | "kind": "TypeNominal", |
11924 | "name": "TRTCQualityInfo", | 11924 | "name": "TRTCQualityInfo", |
11925 | - "printedName": "TXLiteAVSDK_TRTC.TRTCQualityInfo", | 11925 | + "printedName": "TXLiteAVSDK_Professional.TRTCQualityInfo", |
11926 | "usr": "c:objc(cs)TRTCQualityInfo" | 11926 | "usr": "c:objc(cs)TRTCQualityInfo" |
11927 | } | 11927 | } |
11928 | ], | 11928 | ], |
@@ -11955,7 +11955,7 @@ | @@ -11955,7 +11955,7 @@ | ||
11955 | { | 11955 | { |
11956 | "kind": "TypeNominal", | 11956 | "kind": "TypeNominal", |
11957 | "name": "TXLiteAVError", | 11957 | "name": "TXLiteAVError", |
11958 | - "printedName": "TXLiteAVSDK_TRTC.TXLiteAVError", | 11958 | + "printedName": "TXLiteAVSDK_Professional.TXLiteAVError", |
11959 | "usr": "c:@E@TXLiteAVError" | 11959 | "usr": "c:@E@TXLiteAVError" |
11960 | }, | 11960 | }, |
11961 | { | 11961 | { |
@@ -12211,8 +12211,8 @@ | @@ -12211,8 +12211,8 @@ | ||
12211 | }, | 12211 | }, |
12212 | { | 12212 | { |
12213 | "kind": "Import", | 12213 | "kind": "Import", |
12214 | - "name": "TXLiteAVSDK_TRTC", | ||
12215 | - "printedName": "TXLiteAVSDK_TRTC", | 12214 | + "name": "TXLiteAVSDK_Professional", |
12215 | + "printedName": "TXLiteAVSDK_Professional", | ||
12216 | "declKind": "Import", | 12216 | "declKind": "Import", |
12217 | "moduleName": "hhVDoctorSDK" | 12217 | "moduleName": "hhVDoctorSDK" |
12218 | }, | 12218 | }, |
@@ -12833,28 +12833,28 @@ | @@ -12833,28 +12833,28 @@ | ||
12833 | { | 12833 | { |
12834 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/HHAudioPlayer.swift", | 12834 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/HHAudioPlayer.swift", |
12835 | "kind": "BooleanLiteral", | 12835 | "kind": "BooleanLiteral", |
12836 | - "offset": 283, | 12836 | + "offset": 291, |
12837 | "length": 5, | 12837 | "length": 5, |
12838 | "value": "false" | 12838 | "value": "false" |
12839 | }, | 12839 | }, |
12840 | { | 12840 | { |
12841 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/HHAudioPlayer.swift", | 12841 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/HHAudioPlayer.swift", |
12842 | "kind": "StringLiteral", | 12842 | "kind": "StringLiteral", |
12843 | - "offset": 634, | 12843 | + "offset": 642, |
12844 | "length": 5, | 12844 | "length": 5, |
12845 | "value": "\"mp3\"" | 12845 | "value": "\"mp3\"" |
12846 | }, | 12846 | }, |
12847 | { | 12847 | { |
12848 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/HHAudioPlayer.swift", | 12848 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/HHAudioPlayer.swift", |
12849 | "kind": "IntegerLiteral", | 12849 | "kind": "IntegerLiteral", |
12850 | - "offset": 651, | 12850 | + "offset": 659, |
12851 | "length": 4, | 12851 | "length": 4, |
12852 | "value": "1000" | 12852 | "value": "1000" |
12853 | }, | 12853 | }, |
12854 | { | 12854 | { |
12855 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/HHAudioPlayer.swift", | 12855 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/HHAudioPlayer.swift", |
12856 | "kind": "IntegerLiteral", | 12856 | "kind": "IntegerLiteral", |
12857 | - "offset": 672, | 12857 | + "offset": 680, |
12858 | "length": 1, | 12858 | "length": 1, |
12859 | "value": "0" | 12859 | "value": "0" |
12860 | }, | 12860 | }, |
@@ -13372,14 +13372,14 @@ | @@ -13372,14 +13372,14 @@ | ||
13372 | { | 13372 | { |
13373 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TRTC.swift", | 13373 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TRTC.swift", |
13374 | "kind": "IntegerLiteral", | 13374 | "kind": "IntegerLiteral", |
13375 | - "offset": 410, | 13375 | + "offset": 418, |
13376 | "length": 1, | 13376 | "length": 1, |
13377 | "value": "0" | 13377 | "value": "0" |
13378 | }, | 13378 | }, |
13379 | { | 13379 | { |
13380 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TRTC.swift", | 13380 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TRTC.swift", |
13381 | "kind": "IntegerLiteral", | 13381 | "kind": "IntegerLiteral", |
13382 | - "offset": 468, | 13382 | + "offset": 476, |
13383 | "length": 1, | 13383 | "length": 1, |
13384 | "value": "0" | 13384 | "value": "0" |
13385 | }, | 13385 | }, |
@@ -5,7 +5,7 @@ import Foundation | @@ -5,7 +5,7 @@ import Foundation | ||
5 | import HHSDKVideo | 5 | import HHSDKVideo |
6 | import ImSDK_Plus | 6 | import ImSDK_Plus |
7 | import Swift | 7 | import Swift |
8 | -import TXLiteAVSDK_TRTC | 8 | +import TXLiteAVSDK_Professional |
9 | import UIKit | 9 | import UIKit |
10 | import _Concurrency | 10 | import _Concurrency |
11 | import _StringProcessing | 11 | import _StringProcessing |
@@ -315,17 +315,17 @@ extension hhVDoctorSDK.TRTC : HHSDKVideo.HHRTC { | @@ -315,17 +315,17 @@ extension hhVDoctorSDK.TRTC : HHSDKVideo.HHRTC { | ||
315 | @objc dynamic public func stopRing() | 315 | @objc dynamic public func stopRing() |
316 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) | 316 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) |
317 | } | 317 | } |
318 | -extension hhVDoctorSDK.TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { | 318 | +extension hhVDoctorSDK.TRTC : TXLiteAVSDK_Professional.TRTCCloudDelegate { |
319 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) | 319 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) |
320 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) | 320 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) |
321 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) | 321 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) |
322 | @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) | 322 | @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) |
323 | @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) | 323 | @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) |
324 | - @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_TRTC.TRTCVolumeInfo], totalVolume: Swift.Int) | ||
325 | - @objc dynamic public func onFirstVideoFrame(_ userId: Swift.String, streamType: TXLiteAVSDK_TRTC.TRTCVideoStreamType, width: Swift.Int32, height: Swift.Int32) | 324 | + @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_Professional.TRTCVolumeInfo], totalVolume: Swift.Int) |
325 | + @objc dynamic public func onFirstVideoFrame(_ userId: Swift.String, streamType: TXLiteAVSDK_Professional.TRTCVideoStreamType, width: Swift.Int32, height: Swift.Int32) | ||
326 | @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) | 326 | @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) |
327 | - @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_TRTC.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_TRTC.TRTCQualityInfo]) | ||
328 | - @objc dynamic public func onError(_ errCode: TXLiteAVSDK_TRTC.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | 327 | + @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_Professional.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_Professional.TRTCQualityInfo]) |
328 | + @objc dynamic public func onError(_ errCode: TXLiteAVSDK_Professional.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | ||
329 | } | 329 | } |
330 | extension hhVDoctorSDK.TRTC { | 330 | extension hhVDoctorSDK.TRTC { |
331 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) | 331 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) |
@@ -5,7 +5,7 @@ import Foundation | @@ -5,7 +5,7 @@ import Foundation | ||
5 | import HHSDKVideo | 5 | import HHSDKVideo |
6 | import ImSDK_Plus | 6 | import ImSDK_Plus |
7 | import Swift | 7 | import Swift |
8 | -import TXLiteAVSDK_TRTC | 8 | +import TXLiteAVSDK_Professional |
9 | import UIKit | 9 | import UIKit |
10 | import _Concurrency | 10 | import _Concurrency |
11 | import _StringProcessing | 11 | import _StringProcessing |
@@ -315,17 +315,17 @@ extension hhVDoctorSDK.TRTC : HHSDKVideo.HHRTC { | @@ -315,17 +315,17 @@ extension hhVDoctorSDK.TRTC : HHSDKVideo.HHRTC { | ||
315 | @objc dynamic public func stopRing() | 315 | @objc dynamic public func stopRing() |
316 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) | 316 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) |
317 | } | 317 | } |
318 | -extension hhVDoctorSDK.TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { | 318 | +extension hhVDoctorSDK.TRTC : TXLiteAVSDK_Professional.TRTCCloudDelegate { |
319 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) | 319 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) |
320 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) | 320 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) |
321 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) | 321 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) |
322 | @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) | 322 | @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) |
323 | @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) | 323 | @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) |
324 | - @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_TRTC.TRTCVolumeInfo], totalVolume: Swift.Int) | ||
325 | - @objc dynamic public func onFirstVideoFrame(_ userId: Swift.String, streamType: TXLiteAVSDK_TRTC.TRTCVideoStreamType, width: Swift.Int32, height: Swift.Int32) | 324 | + @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_Professional.TRTCVolumeInfo], totalVolume: Swift.Int) |
325 | + @objc dynamic public func onFirstVideoFrame(_ userId: Swift.String, streamType: TXLiteAVSDK_Professional.TRTCVideoStreamType, width: Swift.Int32, height: Swift.Int32) | ||
326 | @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) | 326 | @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) |
327 | - @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_TRTC.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_TRTC.TRTCQualityInfo]) | ||
328 | - @objc dynamic public func onError(_ errCode: TXLiteAVSDK_TRTC.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | 327 | + @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_Professional.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_Professional.TRTCQualityInfo]) |
328 | + @objc dynamic public func onError(_ errCode: TXLiteAVSDK_Professional.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | ||
329 | } | 329 | } |
330 | extension hhVDoctorSDK.TRTC { | 330 | extension hhVDoctorSDK.TRTC { |
331 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) | 331 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) |
No preview for this file type
@@ -281,7 +281,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -281,7 +281,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
281 | @import HHSDKVideo; | 281 | @import HHSDKVideo; |
282 | @import ImSDK_Plus; | 282 | @import ImSDK_Plus; |
283 | @import ObjectiveC; | 283 | @import ObjectiveC; |
284 | -@import TXLiteAVSDK_TRTC; | 284 | +@import TXLiteAVSDK_Professional; |
285 | #endif | 285 | #endif |
286 | 286 | ||
287 | #endif | 287 | #endif |
@@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
6 | "children": [ | 6 | "children": [ |
7 | { | 7 | { |
8 | "kind": "Import", | 8 | "kind": "Import", |
9 | - "name": "TXLiteAVSDK_TRTC", | ||
10 | - "printedName": "TXLiteAVSDK_TRTC", | 9 | + "name": "TXLiteAVSDK_Professional", |
10 | + "printedName": "TXLiteAVSDK_Professional", | ||
11 | "declKind": "Import", | 11 | "declKind": "Import", |
12 | "moduleName": "hhVDoctorSDK", | 12 | "moduleName": "hhVDoctorSDK", |
13 | "declAttributes": [ | 13 | "declAttributes": [ |
@@ -10969,8 +10969,8 @@ | @@ -10969,8 +10969,8 @@ | ||
10969 | }, | 10969 | }, |
10970 | { | 10970 | { |
10971 | "kind": "Import", | 10971 | "kind": "Import", |
10972 | - "name": "TXLiteAVSDK_TRTC", | ||
10973 | - "printedName": "TXLiteAVSDK_TRTC", | 10972 | + "name": "TXLiteAVSDK_Professional", |
10973 | + "printedName": "TXLiteAVSDK_Professional", | ||
10974 | "declKind": "Import", | 10974 | "declKind": "Import", |
10975 | "moduleName": "hhVDoctorSDK", | 10975 | "moduleName": "hhVDoctorSDK", |
10976 | "declAttributes": [ | 10976 | "declAttributes": [ |
@@ -11783,12 +11783,12 @@ | @@ -11783,12 +11783,12 @@ | ||
11783 | { | 11783 | { |
11784 | "kind": "TypeNominal", | 11784 | "kind": "TypeNominal", |
11785 | "name": "Array", | 11785 | "name": "Array", |
11786 | - "printedName": "[TXLiteAVSDK_TRTC.TRTCVolumeInfo]", | 11786 | + "printedName": "[TXLiteAVSDK_Professional.TRTCVolumeInfo]", |
11787 | "children": [ | 11787 | "children": [ |
11788 | { | 11788 | { |
11789 | "kind": "TypeNominal", | 11789 | "kind": "TypeNominal", |
11790 | "name": "TRTCVolumeInfo", | 11790 | "name": "TRTCVolumeInfo", |
11791 | - "printedName": "TXLiteAVSDK_TRTC.TRTCVolumeInfo", | 11791 | + "printedName": "TXLiteAVSDK_Professional.TRTCVolumeInfo", |
11792 | "usr": "c:objc(cs)TRTCVolumeInfo" | 11792 | "usr": "c:objc(cs)TRTCVolumeInfo" |
11793 | } | 11793 | } |
11794 | ], | 11794 | ], |
@@ -11833,7 +11833,7 @@ | @@ -11833,7 +11833,7 @@ | ||
11833 | { | 11833 | { |
11834 | "kind": "TypeNominal", | 11834 | "kind": "TypeNominal", |
11835 | "name": "TRTCVideoStreamType", | 11835 | "name": "TRTCVideoStreamType", |
11836 | - "printedName": "TXLiteAVSDK_TRTC.TRTCVideoStreamType", | 11836 | + "printedName": "TXLiteAVSDK_Professional.TRTCVideoStreamType", |
11837 | "usr": "c:@E@TRTCVideoStreamType" | 11837 | "usr": "c:@E@TRTCVideoStreamType" |
11838 | }, | 11838 | }, |
11839 | { | 11839 | { |
@@ -11911,18 +11911,18 @@ | @@ -11911,18 +11911,18 @@ | ||
11911 | { | 11911 | { |
11912 | "kind": "TypeNominal", | 11912 | "kind": "TypeNominal", |
11913 | "name": "TRTCQualityInfo", | 11913 | "name": "TRTCQualityInfo", |
11914 | - "printedName": "TXLiteAVSDK_TRTC.TRTCQualityInfo", | 11914 | + "printedName": "TXLiteAVSDK_Professional.TRTCQualityInfo", |
11915 | "usr": "c:objc(cs)TRTCQualityInfo" | 11915 | "usr": "c:objc(cs)TRTCQualityInfo" |
11916 | }, | 11916 | }, |
11917 | { | 11917 | { |
11918 | "kind": "TypeNominal", | 11918 | "kind": "TypeNominal", |
11919 | "name": "Array", | 11919 | "name": "Array", |
11920 | - "printedName": "[TXLiteAVSDK_TRTC.TRTCQualityInfo]", | 11920 | + "printedName": "[TXLiteAVSDK_Professional.TRTCQualityInfo]", |
11921 | "children": [ | 11921 | "children": [ |
11922 | { | 11922 | { |
11923 | "kind": "TypeNominal", | 11923 | "kind": "TypeNominal", |
11924 | "name": "TRTCQualityInfo", | 11924 | "name": "TRTCQualityInfo", |
11925 | - "printedName": "TXLiteAVSDK_TRTC.TRTCQualityInfo", | 11925 | + "printedName": "TXLiteAVSDK_Professional.TRTCQualityInfo", |
11926 | "usr": "c:objc(cs)TRTCQualityInfo" | 11926 | "usr": "c:objc(cs)TRTCQualityInfo" |
11927 | } | 11927 | } |
11928 | ], | 11928 | ], |
@@ -11955,7 +11955,7 @@ | @@ -11955,7 +11955,7 @@ | ||
11955 | { | 11955 | { |
11956 | "kind": "TypeNominal", | 11956 | "kind": "TypeNominal", |
11957 | "name": "TXLiteAVError", | 11957 | "name": "TXLiteAVError", |
11958 | - "printedName": "TXLiteAVSDK_TRTC.TXLiteAVError", | 11958 | + "printedName": "TXLiteAVSDK_Professional.TXLiteAVError", |
11959 | "usr": "c:@E@TXLiteAVError" | 11959 | "usr": "c:@E@TXLiteAVError" |
11960 | }, | 11960 | }, |
11961 | { | 11961 | { |
@@ -12211,8 +12211,8 @@ | @@ -12211,8 +12211,8 @@ | ||
12211 | }, | 12211 | }, |
12212 | { | 12212 | { |
12213 | "kind": "Import", | 12213 | "kind": "Import", |
12214 | - "name": "TXLiteAVSDK_TRTC", | ||
12215 | - "printedName": "TXLiteAVSDK_TRTC", | 12214 | + "name": "TXLiteAVSDK_Professional", |
12215 | + "printedName": "TXLiteAVSDK_Professional", | ||
12216 | "declKind": "Import", | 12216 | "declKind": "Import", |
12217 | "moduleName": "hhVDoctorSDK" | 12217 | "moduleName": "hhVDoctorSDK" |
12218 | }, | 12218 | }, |
@@ -12833,28 +12833,28 @@ | @@ -12833,28 +12833,28 @@ | ||
12833 | { | 12833 | { |
12834 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/HHAudioPlayer.swift", | 12834 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/HHAudioPlayer.swift", |
12835 | "kind": "BooleanLiteral", | 12835 | "kind": "BooleanLiteral", |
12836 | - "offset": 283, | 12836 | + "offset": 291, |
12837 | "length": 5, | 12837 | "length": 5, |
12838 | "value": "false" | 12838 | "value": "false" |
12839 | }, | 12839 | }, |
12840 | { | 12840 | { |
12841 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/HHAudioPlayer.swift", | 12841 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/HHAudioPlayer.swift", |
12842 | "kind": "StringLiteral", | 12842 | "kind": "StringLiteral", |
12843 | - "offset": 634, | 12843 | + "offset": 642, |
12844 | "length": 5, | 12844 | "length": 5, |
12845 | "value": "\"mp3\"" | 12845 | "value": "\"mp3\"" |
12846 | }, | 12846 | }, |
12847 | { | 12847 | { |
12848 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/HHAudioPlayer.swift", | 12848 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/HHAudioPlayer.swift", |
12849 | "kind": "IntegerLiteral", | 12849 | "kind": "IntegerLiteral", |
12850 | - "offset": 651, | 12850 | + "offset": 659, |
12851 | "length": 4, | 12851 | "length": 4, |
12852 | "value": "1000" | 12852 | "value": "1000" |
12853 | }, | 12853 | }, |
12854 | { | 12854 | { |
12855 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/HHAudioPlayer.swift", | 12855 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/HHAudioPlayer.swift", |
12856 | "kind": "IntegerLiteral", | 12856 | "kind": "IntegerLiteral", |
12857 | - "offset": 672, | 12857 | + "offset": 680, |
12858 | "length": 1, | 12858 | "length": 1, |
12859 | "value": "0" | 12859 | "value": "0" |
12860 | }, | 12860 | }, |
@@ -13372,14 +13372,14 @@ | @@ -13372,14 +13372,14 @@ | ||
13372 | { | 13372 | { |
13373 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TRTC.swift", | 13373 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TRTC.swift", |
13374 | "kind": "IntegerLiteral", | 13374 | "kind": "IntegerLiteral", |
13375 | - "offset": 410, | 13375 | + "offset": 418, |
13376 | "length": 1, | 13376 | "length": 1, |
13377 | "value": "0" | 13377 | "value": "0" |
13378 | }, | 13378 | }, |
13379 | { | 13379 | { |
13380 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TRTC.swift", | 13380 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TRTC.swift", |
13381 | "kind": "IntegerLiteral", | 13381 | "kind": "IntegerLiteral", |
13382 | - "offset": 468, | 13382 | + "offset": 476, |
13383 | "length": 1, | 13383 | "length": 1, |
13384 | "value": "0" | 13384 | "value": "0" |
13385 | }, | 13385 | }, |
@@ -5,7 +5,7 @@ import Foundation | @@ -5,7 +5,7 @@ import Foundation | ||
5 | import HHSDKVideo | 5 | import HHSDKVideo |
6 | import ImSDK_Plus | 6 | import ImSDK_Plus |
7 | import Swift | 7 | import Swift |
8 | -import TXLiteAVSDK_TRTC | 8 | +import TXLiteAVSDK_Professional |
9 | import UIKit | 9 | import UIKit |
10 | import _Concurrency | 10 | import _Concurrency |
11 | import _StringProcessing | 11 | import _StringProcessing |
@@ -315,17 +315,17 @@ extension hhVDoctorSDK.TRTC : HHSDKVideo.HHRTC { | @@ -315,17 +315,17 @@ extension hhVDoctorSDK.TRTC : HHSDKVideo.HHRTC { | ||
315 | @objc dynamic public func stopRing() | 315 | @objc dynamic public func stopRing() |
316 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) | 316 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) |
317 | } | 317 | } |
318 | -extension hhVDoctorSDK.TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { | 318 | +extension hhVDoctorSDK.TRTC : TXLiteAVSDK_Professional.TRTCCloudDelegate { |
319 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) | 319 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) |
320 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) | 320 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) |
321 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) | 321 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) |
322 | @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) | 322 | @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) |
323 | @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) | 323 | @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) |
324 | - @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_TRTC.TRTCVolumeInfo], totalVolume: Swift.Int) | ||
325 | - @objc dynamic public func onFirstVideoFrame(_ userId: Swift.String, streamType: TXLiteAVSDK_TRTC.TRTCVideoStreamType, width: Swift.Int32, height: Swift.Int32) | 324 | + @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_Professional.TRTCVolumeInfo], totalVolume: Swift.Int) |
325 | + @objc dynamic public func onFirstVideoFrame(_ userId: Swift.String, streamType: TXLiteAVSDK_Professional.TRTCVideoStreamType, width: Swift.Int32, height: Swift.Int32) | ||
326 | @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) | 326 | @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) |
327 | - @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_TRTC.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_TRTC.TRTCQualityInfo]) | ||
328 | - @objc dynamic public func onError(_ errCode: TXLiteAVSDK_TRTC.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | 327 | + @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_Professional.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_Professional.TRTCQualityInfo]) |
328 | + @objc dynamic public func onError(_ errCode: TXLiteAVSDK_Professional.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | ||
329 | } | 329 | } |
330 | extension hhVDoctorSDK.TRTC { | 330 | extension hhVDoctorSDK.TRTC { |
331 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) | 331 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) |
@@ -5,7 +5,7 @@ import Foundation | @@ -5,7 +5,7 @@ import Foundation | ||
5 | import HHSDKVideo | 5 | import HHSDKVideo |
6 | import ImSDK_Plus | 6 | import ImSDK_Plus |
7 | import Swift | 7 | import Swift |
8 | -import TXLiteAVSDK_TRTC | 8 | +import TXLiteAVSDK_Professional |
9 | import UIKit | 9 | import UIKit |
10 | import _Concurrency | 10 | import _Concurrency |
11 | import _StringProcessing | 11 | import _StringProcessing |
@@ -315,17 +315,17 @@ extension hhVDoctorSDK.TRTC : HHSDKVideo.HHRTC { | @@ -315,17 +315,17 @@ extension hhVDoctorSDK.TRTC : HHSDKVideo.HHRTC { | ||
315 | @objc dynamic public func stopRing() | 315 | @objc dynamic public func stopRing() |
316 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) | 316 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) |
317 | } | 317 | } |
318 | -extension hhVDoctorSDK.TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { | 318 | +extension hhVDoctorSDK.TRTC : TXLiteAVSDK_Professional.TRTCCloudDelegate { |
319 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) | 319 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) |
320 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) | 320 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) |
321 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) | 321 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) |
322 | @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) | 322 | @objc dynamic public func onRemoteUserLeaveRoom(_ userId: Swift.String, reason: Swift.Int) |
323 | @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) | 323 | @objc dynamic public func onUserVideoAvailable(_ userId: Swift.String, available: Swift.Bool) |
324 | - @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_TRTC.TRTCVolumeInfo], totalVolume: Swift.Int) | ||
325 | - @objc dynamic public func onFirstVideoFrame(_ userId: Swift.String, streamType: TXLiteAVSDK_TRTC.TRTCVideoStreamType, width: Swift.Int32, height: Swift.Int32) | 324 | + @objc dynamic public func onUserVoiceVolume(_ userVolumes: [TXLiteAVSDK_Professional.TRTCVolumeInfo], totalVolume: Swift.Int) |
325 | + @objc dynamic public func onFirstVideoFrame(_ userId: Swift.String, streamType: TXLiteAVSDK_Professional.TRTCVideoStreamType, width: Swift.Int32, height: Swift.Int32) | ||
326 | @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) | 326 | @objc dynamic public func onUserAudioAvailable(_ userId: Swift.String, available: Swift.Bool) |
327 | - @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_TRTC.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_TRTC.TRTCQualityInfo]) | ||
328 | - @objc dynamic public func onError(_ errCode: TXLiteAVSDK_TRTC.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | 327 | + @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_Professional.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_Professional.TRTCQualityInfo]) |
328 | + @objc dynamic public func onError(_ errCode: TXLiteAVSDK_Professional.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | ||
329 | } | 329 | } |
330 | extension hhVDoctorSDK.TRTC { | 330 | extension hhVDoctorSDK.TRTC { |
331 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) | 331 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) |
No preview for this file type
No preview for this file type
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | <dict> | 6 | <dict> |
7 | <key>Headers/hhVDoctorSDK-Swift.h</key> | 7 | <key>Headers/hhVDoctorSDK-Swift.h</key> |
8 | <data> | 8 | <data> |
9 | - Uab5eIQ84cxYezCcV1srhPTsq5k= | 9 | + wq8TN1TQa/1XsIoUCQ0DPpKmUy0= |
10 | </data> | 10 | </data> |
11 | <key>Headers/hhVDoctorSDK-umbrella.h</key> | 11 | <key>Headers/hhVDoctorSDK-umbrella.h</key> |
12 | <data> | 12 | <data> |
@@ -18,11 +18,11 @@ | @@ -18,11 +18,11 @@ | ||
18 | </data> | 18 | </data> |
19 | <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key> | 19 | <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key> |
20 | <data> | 20 | <data> |
21 | - XZkO0sme8ZBWjUvR5wgfI0xB2hQ= | 21 | + l+sy1vlk9FfDHai+LwnrVUgp3gs= |
22 | </data> | 22 | </data> |
23 | <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key> | 23 | <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key> |
24 | <data> | 24 | <data> |
25 | - uXmEiQyg6mVMWW3bg2fk4DgeSkc= | 25 | + 3wI1/bPCvN80nvRqmpBSHARvC2o= |
26 | </data> | 26 | </data> |
27 | <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> | 27 | <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> |
28 | <data> | 28 | <data> |
@@ -30,11 +30,11 @@ | @@ -30,11 +30,11 @@ | ||
30 | </data> | 30 | </data> |
31 | <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key> | 31 | <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key> |
32 | <data> | 32 | <data> |
33 | - uXmEiQyg6mVMWW3bg2fk4DgeSkc= | 33 | + 3wI1/bPCvN80nvRqmpBSHARvC2o= |
34 | </data> | 34 | </data> |
35 | <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> | 35 | <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> |
36 | <data> | 36 | <data> |
37 | - ZAxUzTnNqlYpbA+I6WOLq46Cy78= | 37 | + ALc7Qka20DCjCK3cBmqlJcm1v9Y= |
38 | </data> | 38 | </data> |
39 | <key>Modules/module.modulemap</key> | 39 | <key>Modules/module.modulemap</key> |
40 | <data> | 40 | <data> |
@@ -47,11 +47,11 @@ | @@ -47,11 +47,11 @@ | ||
47 | <dict> | 47 | <dict> |
48 | <key>hash</key> | 48 | <key>hash</key> |
49 | <data> | 49 | <data> |
50 | - Uab5eIQ84cxYezCcV1srhPTsq5k= | 50 | + wq8TN1TQa/1XsIoUCQ0DPpKmUy0= |
51 | </data> | 51 | </data> |
52 | <key>hash2</key> | 52 | <key>hash2</key> |
53 | <data> | 53 | <data> |
54 | - UjeVN/gJwn/tRAdhu5blK0YJDHLgBCybkhQQtDgFD/8= | 54 | + Xdqyhi8P0Z5YHgNKAhrn8kAl0JVuscWqf2lK2gT4EIs= |
55 | </data> | 55 | </data> |
56 | </dict> | 56 | </dict> |
57 | <key>Headers/hhVDoctorSDK-umbrella.h</key> | 57 | <key>Headers/hhVDoctorSDK-umbrella.h</key> |
@@ -69,22 +69,22 @@ | @@ -69,22 +69,22 @@ | ||
69 | <dict> | 69 | <dict> |
70 | <key>hash</key> | 70 | <key>hash</key> |
71 | <data> | 71 | <data> |
72 | - XZkO0sme8ZBWjUvR5wgfI0xB2hQ= | 72 | + l+sy1vlk9FfDHai+LwnrVUgp3gs= |
73 | </data> | 73 | </data> |
74 | <key>hash2</key> | 74 | <key>hash2</key> |
75 | <data> | 75 | <data> |
76 | - UFOQJEiVa5EAtPbqWuwV5zUtmcpDIRh8clyq2GXOpmc= | 76 | + UCVUcKeyQUPfDc/6jCkAqnOu4YU0nVWXbHVbB0mwHkM= |
77 | </data> | 77 | </data> |
78 | </dict> | 78 | </dict> |
79 | <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key> | 79 | <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key> |
80 | <dict> | 80 | <dict> |
81 | <key>hash</key> | 81 | <key>hash</key> |
82 | <data> | 82 | <data> |
83 | - uXmEiQyg6mVMWW3bg2fk4DgeSkc= | 83 | + 3wI1/bPCvN80nvRqmpBSHARvC2o= |
84 | </data> | 84 | </data> |
85 | <key>hash2</key> | 85 | <key>hash2</key> |
86 | <data> | 86 | <data> |
87 | - Ah9DTt+8F1Y2JdnQrf90pvuwdvt+3FP6JtGayy1Tmss= | 87 | + EY6XahQZ8GzbBIbpVn4u6vUu0CDEQV8SGSwE+13lHbQ= |
88 | </data> | 88 | </data> |
89 | </dict> | 89 | </dict> |
90 | <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> | 90 | <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> |
@@ -102,22 +102,22 @@ | @@ -102,22 +102,22 @@ | ||
102 | <dict> | 102 | <dict> |
103 | <key>hash</key> | 103 | <key>hash</key> |
104 | <data> | 104 | <data> |
105 | - uXmEiQyg6mVMWW3bg2fk4DgeSkc= | 105 | + 3wI1/bPCvN80nvRqmpBSHARvC2o= |
106 | </data> | 106 | </data> |
107 | <key>hash2</key> | 107 | <key>hash2</key> |
108 | <data> | 108 | <data> |
109 | - Ah9DTt+8F1Y2JdnQrf90pvuwdvt+3FP6JtGayy1Tmss= | 109 | + EY6XahQZ8GzbBIbpVn4u6vUu0CDEQV8SGSwE+13lHbQ= |
110 | </data> | 110 | </data> |
111 | </dict> | 111 | </dict> |
112 | <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> | 112 | <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> |
113 | <dict> | 113 | <dict> |
114 | <key>hash</key> | 114 | <key>hash</key> |
115 | <data> | 115 | <data> |
116 | - ZAxUzTnNqlYpbA+I6WOLq46Cy78= | 116 | + ALc7Qka20DCjCK3cBmqlJcm1v9Y= |
117 | </data> | 117 | </data> |
118 | <key>hash2</key> | 118 | <key>hash2</key> |
119 | <data> | 119 | <data> |
120 | - nG4wQ9Z+OW1XD4/CoJVFFLyRf9vqXx2iKlngjPwIdJY= | 120 | + nxPxKnX0pVFpkNf4ygSrQrIzN9qs6iVdLsu34HMq1ng= |
121 | </data> | 121 | </data> |
122 | </dict> | 122 | </dict> |
123 | <key>Modules/module.modulemap</key> | 123 | <key>Modules/module.modulemap</key> |
No preview for this file type
-
Please register or login to post a comment