Showing
15 changed files
with
50 additions
and
40 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-x86_64-simulator</string> | 11 | + <string>ios-arm64</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>x86_64</string> | 16 | + <string>arm64</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> | ||
| 22 | </dict> | 20 | </dict> |
| 23 | <dict> | 21 | <dict> |
| 24 | <key>BinaryPath</key> | 22 | <key>BinaryPath</key> |
| 25 | <string>HHSDKVideo.framework/HHSDKVideo</string> | 23 | <string>HHSDKVideo.framework/HHSDKVideo</string> |
| 26 | <key>LibraryIdentifier</key> | 24 | <key>LibraryIdentifier</key> |
| 27 | - <string>ios-arm64</string> | 25 | + <string>ios-x86_64-simulator</string> |
| 28 | <key>LibraryPath</key> | 26 | <key>LibraryPath</key> |
| 29 | <string>HHSDKVideo.framework</string> | 27 | <string>HHSDKVideo.framework</string> |
| 30 | <key>SupportedArchitectures</key> | 28 | <key>SupportedArchitectures</key> |
| 31 | <array> | 29 | <array> |
| 32 | - <string>arm64</string> | 30 | + <string>x86_64</string> |
| 33 | </array> | 31 | </array> |
| 34 | <key>SupportedPlatform</key> | 32 | <key>SupportedPlatform</key> |
| 35 | <string>ios</string> | 33 | <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> |
| @@ -673,8 +673,10 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK3TIM") | @@ -673,8 +673,10 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK3TIM") | ||
| 673 | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; | 673 | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
| 674 | @end | 674 | @end |
| 675 | 675 | ||
| 676 | +@class V2TIMMessage; | ||
| 676 | 677 | ||
| 677 | @interface TIM (SWIFT_EXTENSION(hhVDoctorSDK)) <V2TIMAdvancedMsgListener> | 678 | @interface TIM (SWIFT_EXTENSION(hhVDoctorSDK)) <V2TIMAdvancedMsgListener> |
| 679 | +- (void)onRecvNewMessage:(V2TIMMessage * _Null_unspecified)msg; | ||
| 678 | @end | 680 | @end |
| 679 | 681 | ||
| 680 | 682 |
| @@ -10826,7 +10826,7 @@ | @@ -10826,7 +10826,7 @@ | ||
| 10826 | { | 10826 | { |
| 10827 | "kind": "Function", | 10827 | "kind": "Function", |
| 10828 | "name": "onRecvNewMessage", | 10828 | "name": "onRecvNewMessage", |
| 10829 | - "printedName": "onRecvNewMessage(msg:)", | 10829 | + "printedName": "onRecvNewMessage(_:)", |
| 10830 | "children": [ | 10830 | "children": [ |
| 10831 | { | 10831 | { |
| 10832 | "kind": "TypeNominal", | 10832 | "kind": "TypeNominal", |
| @@ -10849,10 +10849,13 @@ | @@ -10849,10 +10849,13 @@ | ||
| 10849 | } | 10849 | } |
| 10850 | ], | 10850 | ], |
| 10851 | "declKind": "Func", | 10851 | "declKind": "Func", |
| 10852 | - "usr": "s:12hhVDoctorSDK3TIMC16onRecvNewMessage3msgySo12V2TIMMessageCSg_tF", | ||
| 10853 | - "mangledName": "$s12hhVDoctorSDK3TIMC16onRecvNewMessage3msgySo12V2TIMMessageCSg_tF", | 10852 | + "usr": "c:@CM@hhVDoctorSDK@objc(cs)TIM(im)onRecvNewMessage:", |
| 10853 | + "mangledName": "$s12hhVDoctorSDK3TIMC16onRecvNewMessageyySo12V2TIMMessageCSgF", | ||
| 10854 | "moduleName": "hhVDoctorSDK", | 10854 | "moduleName": "hhVDoctorSDK", |
| 10855 | + "objc_name": "onRecvNewMessage:", | ||
| 10855 | "declAttributes": [ | 10856 | "declAttributes": [ |
| 10857 | + "Dynamic", | ||
| 10858 | + "ObjC", | ||
| 10856 | "AccessControl" | 10859 | "AccessControl" |
| 10857 | ], | 10860 | ], |
| 10858 | "isFromExtension": true, | 10861 | "isFromExtension": true, |
| @@ -13308,28 +13311,28 @@ | @@ -13308,28 +13311,28 @@ | ||
| 13308 | { | 13311 | { |
| 13309 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift", | 13312 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift", |
| 13310 | "kind": "StringLiteral", | 13313 | "kind": "StringLiteral", |
| 13311 | - "offset": 14343, | 13314 | + "offset": 14345, |
| 13312 | "length": 86, | 13315 | "length": 86, |
| 13313 | "value": "\"您的帐号已在其他设备登录,为了确保能正常使用,请重新登录\"" | 13316 | "value": "\"您的帐号已在其他设备登录,为了确保能正常使用,请重新登录\"" |
| 13314 | }, | 13317 | }, |
| 13315 | { | 13318 | { |
| 13316 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift", | 13319 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift", |
| 13317 | "kind": "StringLiteral", | 13320 | "kind": "StringLiteral", |
| 13318 | - "offset": 14432, | 13321 | + "offset": 14434, |
| 13319 | "length": 70, | 13322 | "length": 70, |
| 13320 | "value": "\"Your account has been logged in on other devices.please log in again\"" | 13323 | "value": "\"Your account has been logged in on other devices.please log in again\"" |
| 13321 | }, | 13324 | }, |
| 13322 | { | 13325 | { |
| 13323 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift", | 13326 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift", |
| 13324 | "kind": "StringLiteral", | 13327 | "kind": "StringLiteral", |
| 13325 | - "offset": 14529, | 13328 | + "offset": 14531, |
| 13326 | "length": 14, | 13329 | "length": 14, |
| 13327 | "value": "\"我知道了\"" | 13330 | "value": "\"我知道了\"" |
| 13328 | }, | 13331 | }, |
| 13329 | { | 13332 | { |
| 13330 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift", | 13333 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift", |
| 13331 | "kind": "StringLiteral", | 13334 | "kind": "StringLiteral", |
| 13332 | - "offset": 14546, | 13335 | + "offset": 14548, |
| 13333 | "length": 10, | 13336 | "length": 10, |
| 13334 | "value": "\"I got it\"" | 13337 | "value": "\"I got it\"" |
| 13335 | }, | 13338 | }, |
| @@ -290,7 +290,7 @@ extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMSDKListener { | @@ -290,7 +290,7 @@ extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMSDKListener { | ||
| 290 | @objc dynamic public func onUserSigExpired() | 290 | @objc dynamic public func onUserSigExpired() |
| 291 | } | 291 | } |
| 292 | extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMAdvancedMsgListener { | 292 | extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMAdvancedMsgListener { |
| 293 | - public func onRecvNewMessage(msg: ImSDK_Plus.V2TIMMessage!) | 293 | + @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Plus.V2TIMMessage!) |
| 294 | } | 294 | } |
| 295 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { | 295 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { |
| 296 | public static let `default`: hhVDoctorSDK.TRTC | 296 | public static let `default`: hhVDoctorSDK.TRTC |
| @@ -290,7 +290,7 @@ extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMSDKListener { | @@ -290,7 +290,7 @@ extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMSDKListener { | ||
| 290 | @objc dynamic public func onUserSigExpired() | 290 | @objc dynamic public func onUserSigExpired() |
| 291 | } | 291 | } |
| 292 | extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMAdvancedMsgListener { | 292 | extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMAdvancedMsgListener { |
| 293 | - public func onRecvNewMessage(msg: ImSDK_Plus.V2TIMMessage!) | 293 | + @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Plus.V2TIMMessage!) |
| 294 | } | 294 | } |
| 295 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { | 295 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { |
| 296 | public static let `default`: hhVDoctorSDK.TRTC | 296 | public static let `default`: hhVDoctorSDK.TRTC |
No preview for this file type
| @@ -673,8 +673,10 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK3TIM") | @@ -673,8 +673,10 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK3TIM") | ||
| 673 | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; | 673 | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
| 674 | @end | 674 | @end |
| 675 | 675 | ||
| 676 | +@class V2TIMMessage; | ||
| 676 | 677 | ||
| 677 | @interface TIM (SWIFT_EXTENSION(hhVDoctorSDK)) <V2TIMAdvancedMsgListener> | 678 | @interface TIM (SWIFT_EXTENSION(hhVDoctorSDK)) <V2TIMAdvancedMsgListener> |
| 679 | +- (void)onRecvNewMessage:(V2TIMMessage * _Null_unspecified)msg; | ||
| 678 | @end | 680 | @end |
| 679 | 681 | ||
| 680 | 682 |
| @@ -10826,7 +10826,7 @@ | @@ -10826,7 +10826,7 @@ | ||
| 10826 | { | 10826 | { |
| 10827 | "kind": "Function", | 10827 | "kind": "Function", |
| 10828 | "name": "onRecvNewMessage", | 10828 | "name": "onRecvNewMessage", |
| 10829 | - "printedName": "onRecvNewMessage(msg:)", | 10829 | + "printedName": "onRecvNewMessage(_:)", |
| 10830 | "children": [ | 10830 | "children": [ |
| 10831 | { | 10831 | { |
| 10832 | "kind": "TypeNominal", | 10832 | "kind": "TypeNominal", |
| @@ -10849,10 +10849,13 @@ | @@ -10849,10 +10849,13 @@ | ||
| 10849 | } | 10849 | } |
| 10850 | ], | 10850 | ], |
| 10851 | "declKind": "Func", | 10851 | "declKind": "Func", |
| 10852 | - "usr": "s:12hhVDoctorSDK3TIMC16onRecvNewMessage3msgySo12V2TIMMessageCSg_tF", | ||
| 10853 | - "mangledName": "$s12hhVDoctorSDK3TIMC16onRecvNewMessage3msgySo12V2TIMMessageCSg_tF", | 10852 | + "usr": "c:@CM@hhVDoctorSDK@objc(cs)TIM(im)onRecvNewMessage:", |
| 10853 | + "mangledName": "$s12hhVDoctorSDK3TIMC16onRecvNewMessageyySo12V2TIMMessageCSgF", | ||
| 10854 | "moduleName": "hhVDoctorSDK", | 10854 | "moduleName": "hhVDoctorSDK", |
| 10855 | + "objc_name": "onRecvNewMessage:", | ||
| 10855 | "declAttributes": [ | 10856 | "declAttributes": [ |
| 10857 | + "Dynamic", | ||
| 10858 | + "ObjC", | ||
| 10856 | "AccessControl" | 10859 | "AccessControl" |
| 10857 | ], | 10860 | ], |
| 10858 | "isFromExtension": true, | 10861 | "isFromExtension": true, |
| @@ -13308,28 +13311,28 @@ | @@ -13308,28 +13311,28 @@ | ||
| 13308 | { | 13311 | { |
| 13309 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift", | 13312 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift", |
| 13310 | "kind": "StringLiteral", | 13313 | "kind": "StringLiteral", |
| 13311 | - "offset": 14343, | 13314 | + "offset": 14345, |
| 13312 | "length": 86, | 13315 | "length": 86, |
| 13313 | "value": "\"您的帐号已在其他设备登录,为了确保能正常使用,请重新登录\"" | 13316 | "value": "\"您的帐号已在其他设备登录,为了确保能正常使用,请重新登录\"" |
| 13314 | }, | 13317 | }, |
| 13315 | { | 13318 | { |
| 13316 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift", | 13319 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift", |
| 13317 | "kind": "StringLiteral", | 13320 | "kind": "StringLiteral", |
| 13318 | - "offset": 14432, | 13321 | + "offset": 14434, |
| 13319 | "length": 70, | 13322 | "length": 70, |
| 13320 | "value": "\"Your account has been logged in on other devices.please log in again\"" | 13323 | "value": "\"Your account has been logged in on other devices.please log in again\"" |
| 13321 | }, | 13324 | }, |
| 13322 | { | 13325 | { |
| 13323 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift", | 13326 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift", |
| 13324 | "kind": "StringLiteral", | 13327 | "kind": "StringLiteral", |
| 13325 | - "offset": 14529, | 13328 | + "offset": 14531, |
| 13326 | "length": 14, | 13329 | "length": 14, |
| 13327 | "value": "\"我知道了\"" | 13330 | "value": "\"我知道了\"" |
| 13328 | }, | 13331 | }, |
| 13329 | { | 13332 | { |
| 13330 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift", | 13333 | "filePath": "\/Users\/hh\/Documents\/hh.project\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/IM\/TIM.swift", |
| 13331 | "kind": "StringLiteral", | 13334 | "kind": "StringLiteral", |
| 13332 | - "offset": 14546, | 13335 | + "offset": 14548, |
| 13333 | "length": 10, | 13336 | "length": 10, |
| 13334 | "value": "\"I got it\"" | 13337 | "value": "\"I got it\"" |
| 13335 | }, | 13338 | }, |
| @@ -290,7 +290,7 @@ extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMSDKListener { | @@ -290,7 +290,7 @@ extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMSDKListener { | ||
| 290 | @objc dynamic public func onUserSigExpired() | 290 | @objc dynamic public func onUserSigExpired() |
| 291 | } | 291 | } |
| 292 | extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMAdvancedMsgListener { | 292 | extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMAdvancedMsgListener { |
| 293 | - public func onRecvNewMessage(msg: ImSDK_Plus.V2TIMMessage!) | 293 | + @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Plus.V2TIMMessage!) |
| 294 | } | 294 | } |
| 295 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { | 295 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { |
| 296 | public static let `default`: hhVDoctorSDK.TRTC | 296 | public static let `default`: hhVDoctorSDK.TRTC |
| @@ -290,7 +290,7 @@ extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMSDKListener { | @@ -290,7 +290,7 @@ extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMSDKListener { | ||
| 290 | @objc dynamic public func onUserSigExpired() | 290 | @objc dynamic public func onUserSigExpired() |
| 291 | } | 291 | } |
| 292 | extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMAdvancedMsgListener { | 292 | extension hhVDoctorSDK.TIM : ImSDK_Plus.V2TIMAdvancedMsgListener { |
| 293 | - public func onRecvNewMessage(msg: ImSDK_Plus.V2TIMMessage!) | 293 | + @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Plus.V2TIMMessage!) |
| 294 | } | 294 | } |
| 295 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { | 295 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { |
| 296 | public static let `default`: hhVDoctorSDK.TRTC | 296 | public static let `default`: hhVDoctorSDK.TRTC |
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 | - 9RRb9PwzyI+Qik/6JfaC4vq7SHQ= | 9 | + hl6BYc3oZhaoczpVWVYSkOzZQyo= |
| 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 | - 4v88nkCmt5eYbBGpWfsqV33vfK8= | 21 | + qo1Mu9AysoFeEjXlzCbMcerDrU8= |
| 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 | - zF0zhjAeYEj0TCLfoIeefohTwb4= | 25 | + e7YmVp8DUx7MLRjeJvZX4iQTv6s= |
| 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 | - zF0zhjAeYEj0TCLfoIeefohTwb4= | 33 | + e7YmVp8DUx7MLRjeJvZX4iQTv6s= |
| 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 | - aunDd20lM1X6GZ5q+YJLf1cCxJA= | 37 | + qjEprkIjHcUjBjIY8Pu+Ie1vOmg= |
| 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 | - 9RRb9PwzyI+Qik/6JfaC4vq7SHQ= | 50 | + hl6BYc3oZhaoczpVWVYSkOzZQyo= |
| 51 | </data> | 51 | </data> |
| 52 | <key>hash2</key> | 52 | <key>hash2</key> |
| 53 | <data> | 53 | <data> |
| 54 | - X4GfQepqZl8kdPuM7P26jmF+BelOlqy927eLT0UOThc= | 54 | + ZEp5afEnCFm9fmFNYDDOE5Fk0abrXILEujcF4ytly6c= |
| 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 | - 4v88nkCmt5eYbBGpWfsqV33vfK8= | 72 | + qo1Mu9AysoFeEjXlzCbMcerDrU8= |
| 73 | </data> | 73 | </data> |
| 74 | <key>hash2</key> | 74 | <key>hash2</key> |
| 75 | <data> | 75 | <data> |
| 76 | - fsdeV7rbHmU0SSF6176DRWLSg5+pWsJyXa/hjADiniI= | 76 | + 34mRmnFzUEuGTqV4ZpIW8Dhsaeqor7Zov6Fv3uGHcsA= |
| 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 | - zF0zhjAeYEj0TCLfoIeefohTwb4= | 83 | + e7YmVp8DUx7MLRjeJvZX4iQTv6s= |
| 84 | </data> | 84 | </data> |
| 85 | <key>hash2</key> | 85 | <key>hash2</key> |
| 86 | <data> | 86 | <data> |
| 87 | - 45t2AJJbp1YSiYleDo2VyY6hdxjoFmX/Vwb/4lvfxyI= | 87 | + Qc2V6XOlNN4cMmV26e7GNgTSO3twk3IsXIismpkBFvA= |
| 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 | - zF0zhjAeYEj0TCLfoIeefohTwb4= | 105 | + e7YmVp8DUx7MLRjeJvZX4iQTv6s= |
| 106 | </data> | 106 | </data> |
| 107 | <key>hash2</key> | 107 | <key>hash2</key> |
| 108 | <data> | 108 | <data> |
| 109 | - 45t2AJJbp1YSiYleDo2VyY6hdxjoFmX/Vwb/4lvfxyI= | 109 | + Qc2V6XOlNN4cMmV26e7GNgTSO3twk3IsXIismpkBFvA= |
| 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 | - aunDd20lM1X6GZ5q+YJLf1cCxJA= | 116 | + qjEprkIjHcUjBjIY8Pu+Ie1vOmg= |
| 117 | </data> | 117 | </data> |
| 118 | <key>hash2</key> | 118 | <key>hash2</key> |
| 119 | <data> | 119 | <data> |
| 120 | - q4HZqL1NrZf0YnHma6s4VBkrrrFCK21GKDaDXOZE7zo= | 120 | + i8W48DeYvHq7eMUSY/sq/+O0obmER1jNts8BbiKXz8E= |
| 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