wangguolei

3.8.0.06181637

Showing 15 changed files with 50 additions and 40 deletions
Pod::Spec.new do |s|
s.name = "HHVDoctorSDK"
s.version = "3.8.0.06181554"
s.version = "3.8.0.06181637"
s.summary = "和缓视频医生 SDK"
s.description = <<-DESC
... ...
... ... @@ -8,31 +8,31 @@
<key>BinaryPath</key>
<string>HHSDKVideo.framework/HHSDKVideo</string>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>HHSDKVideo.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>HHSDKVideo.framework/HHSDKVideo</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-x86_64-simulator</string>
<key>LibraryPath</key>
<string>HHSDKVideo.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>
... ...
... ... @@ -673,8 +673,10 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK3TIM")
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
@class V2TIMMessage;
@interface TIM (SWIFT_EXTENSION(hhVDoctorSDK)) <V2TIMAdvancedMsgListener>
- (void)onRecvNewMessage:(V2TIMMessage * _Null_unspecified)msg;
@end
... ...
... ... @@ -10826,7 +10826,7 @@
{
"kind": "Function",
"name": "onRecvNewMessage",
"printedName": "onRecvNewMessage(msg:)",
"printedName": "onRecvNewMessage(_:)",
"children": [
{
"kind": "TypeNominal",
... ... @@ -10849,10 +10849,13 @@
}
],
"declKind": "Func",
"usr": "s:12hhVDoctorSDK3TIMC16onRecvNewMessage3msgySo12V2TIMMessageCSg_tF",
"mangledName": "$s12hhVDoctorSDK3TIMC16onRecvNewMessage3msgySo12V2TIMMessageCSg_tF",
"usr": "c:@CM@hhVDoctorSDK@objc(cs)TIM(im)onRecvNewMessage:",
"mangledName": "$s12hhVDoctorSDK3TIMC16onRecvNewMessageyySo12V2TIMMessageCSgF",
"moduleName": "hhVDoctorSDK",
"objc_name": "onRecvNewMessage:",
"declAttributes": [
"Dynamic",
"ObjC",
"AccessControl"
],
"isFromExtension": true,
... ... @@ -13308,28 +13311,28 @@
{
"filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift",
"kind": "StringLiteral",
"offset": 14343,
"offset": 14345,
"length": 86,
"value": "\"您的帐号已在其他设备登录,为了确保能正常使用,请重新登录\""
},
{
"filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift",
"kind": "StringLiteral",
"offset": 14432,
"offset": 14434,
"length": 70,
"value": "\"Your account has been logged in on other devices.please log in again\""
},
{
"filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift",
"kind": "StringLiteral",
"offset": 14529,
"offset": 14531,
"length": 14,
"value": "\"我知道了\""
},
{
"filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift",
"kind": "StringLiteral",
"offset": 14546,
"offset": 14548,
"length": 10,
"value": "\"I got it\""
},
... ...
... ... @@ -290,7 +290,7 @@ extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMSDKListener {
@objc dynamic public func onUserSigExpired()
}
extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMAdvancedMsgListener {
public func onRecvNewMessage(msg: ImSDK_Plus.V2TIMMessage!)
@objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Plus.V2TIMMessage!)
}
@objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject {
public static let `default`: hhVDoctorSDK.TRTC
... ...
... ... @@ -290,7 +290,7 @@ extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMSDKListener {
@objc dynamic public func onUserSigExpired()
}
extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMAdvancedMsgListener {
public func onRecvNewMessage(msg: ImSDK_Plus.V2TIMMessage!)
@objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Plus.V2TIMMessage!)
}
@objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject {
public static let `default`: hhVDoctorSDK.TRTC
... ...
... ... @@ -673,8 +673,10 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK3TIM")
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
@class V2TIMMessage;
@interface TIM (SWIFT_EXTENSION(hhVDoctorSDK)) <V2TIMAdvancedMsgListener>
- (void)onRecvNewMessage:(V2TIMMessage * _Null_unspecified)msg;
@end
... ...
... ... @@ -10826,7 +10826,7 @@
{
"kind": "Function",
"name": "onRecvNewMessage",
"printedName": "onRecvNewMessage(msg:)",
"printedName": "onRecvNewMessage(_:)",
"children": [
{
"kind": "TypeNominal",
... ... @@ -10849,10 +10849,13 @@
}
],
"declKind": "Func",
"usr": "s:12hhVDoctorSDK3TIMC16onRecvNewMessage3msgySo12V2TIMMessageCSg_tF",
"mangledName": "$s12hhVDoctorSDK3TIMC16onRecvNewMessage3msgySo12V2TIMMessageCSg_tF",
"usr": "c:@CM@hhVDoctorSDK@objc(cs)TIM(im)onRecvNewMessage:",
"mangledName": "$s12hhVDoctorSDK3TIMC16onRecvNewMessageyySo12V2TIMMessageCSgF",
"moduleName": "hhVDoctorSDK",
"objc_name": "onRecvNewMessage:",
"declAttributes": [
"Dynamic",
"ObjC",
"AccessControl"
],
"isFromExtension": true,
... ... @@ -13308,28 +13311,28 @@
{
"filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift",
"kind": "StringLiteral",
"offset": 14343,
"offset": 14345,
"length": 86,
"value": "\"您的帐号已在其他设备登录,为了确保能正常使用,请重新登录\""
},
{
"filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift",
"kind": "StringLiteral",
"offset": 14432,
"offset": 14434,
"length": 70,
"value": "\"Your account has been logged in on other devices.please log in again\""
},
{
"filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift",
"kind": "StringLiteral",
"offset": 14529,
"offset": 14531,
"length": 14,
"value": "\"我知道了\""
},
{
"filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift",
"kind": "StringLiteral",
"offset": 14546,
"offset": 14548,
"length": 10,
"value": "\"I got it\""
},
... ...
... ... @@ -290,7 +290,7 @@ extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMSDKListener {
@objc dynamic public func onUserSigExpired()
}
extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMAdvancedMsgListener {
public func onRecvNewMessage(msg: ImSDK_Plus.V2TIMMessage!)
@objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Plus.V2TIMMessage!)
}
@objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject {
public static let `default`: hhVDoctorSDK.TRTC
... ...
... ... @@ -290,7 +290,7 @@ extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMSDKListener {
@objc dynamic public func onUserSigExpired()
}
extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMAdvancedMsgListener {
public func onRecvNewMessage(msg: ImSDK_Plus.V2TIMMessage!)
@objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Plus.V2TIMMessage!)
}
@objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject {
public static let `default`: hhVDoctorSDK.TRTC
... ...
... ... @@ -6,7 +6,7 @@
<dict>
<key>Headers/hhVDoctorSDK-Swift.h</key>
<data>
9RRb9PwzyI+Qik/6JfaC4vq7SHQ=
hl6BYc3oZhaoczpVWVYSkOzZQyo=
</data>
<key>Headers/hhVDoctorSDK-umbrella.h</key>
<data>
... ... @@ -18,11 +18,11 @@
</data>
<key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<data>
4v88nkCmt5eYbBGpWfsqV33vfK8=
qo1Mu9AysoFeEjXlzCbMcerDrU8=
</data>
<key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<data>
zF0zhjAeYEj0TCLfoIeefohTwb4=
e7YmVp8DUx7MLRjeJvZX4iQTv6s=
</data>
<key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data>
... ... @@ -30,11 +30,11 @@
</data>
<key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<data>
zF0zhjAeYEj0TCLfoIeefohTwb4=
e7YmVp8DUx7MLRjeJvZX4iQTv6s=
</data>
<key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
aunDd20lM1X6GZ5q+YJLf1cCxJA=
qjEprkIjHcUjBjIY8Pu+Ie1vOmg=
</data>
<key>Modules/module.modulemap</key>
<data>
... ... @@ -47,11 +47,11 @@
<dict>
<key>hash</key>
<data>
9RRb9PwzyI+Qik/6JfaC4vq7SHQ=
hl6BYc3oZhaoczpVWVYSkOzZQyo=
</data>
<key>hash2</key>
<data>
X4GfQepqZl8kdPuM7P26jmF+BelOlqy927eLT0UOThc=
ZEp5afEnCFm9fmFNYDDOE5Fk0abrXILEujcF4ytly6c=
</data>
</dict>
<key>Headers/hhVDoctorSDK-umbrella.h</key>
... ... @@ -69,22 +69,22 @@
<dict>
<key>hash</key>
<data>
4v88nkCmt5eYbBGpWfsqV33vfK8=
qo1Mu9AysoFeEjXlzCbMcerDrU8=
</data>
<key>hash2</key>
<data>
fsdeV7rbHmU0SSF6176DRWLSg5+pWsJyXa/hjADiniI=
34mRmnFzUEuGTqV4ZpIW8Dhsaeqor7Zov6Fv3uGHcsA=
</data>
</dict>
<key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<dict>
<key>hash</key>
<data>
zF0zhjAeYEj0TCLfoIeefohTwb4=
e7YmVp8DUx7MLRjeJvZX4iQTv6s=
</data>
<key>hash2</key>
<data>
45t2AJJbp1YSiYleDo2VyY6hdxjoFmX/Vwb/4lvfxyI=
Qc2V6XOlNN4cMmV26e7GNgTSO3twk3IsXIismpkBFvA=
</data>
</dict>
<key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
... ... @@ -102,22 +102,22 @@
<dict>
<key>hash</key>
<data>
zF0zhjAeYEj0TCLfoIeefohTwb4=
e7YmVp8DUx7MLRjeJvZX4iQTv6s=
</data>
<key>hash2</key>
<data>
45t2AJJbp1YSiYleDo2VyY6hdxjoFmX/Vwb/4lvfxyI=
Qc2V6XOlNN4cMmV26e7GNgTSO3twk3IsXIismpkBFvA=
</data>
</dict>
<key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<dict>
<key>hash</key>
<data>
aunDd20lM1X6GZ5q+YJLf1cCxJA=
qjEprkIjHcUjBjIY8Pu+Ie1vOmg=
</data>
<key>hash2</key>
<data>
q4HZqL1NrZf0YnHma6s4VBkrrrFCK21GKDaDXOZE7zo=
i8W48DeYvHq7eMUSY/sq/+O0obmER1jNts8BbiKXz8E=
</data>
</dict>
<key>Modules/module.modulemap</key>
... ...