Showing
100 changed files
with
188 additions
and
1 deletions
Too many changes to show.
To preserve performance only 100 of 100+ files are displayed.
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
| 3 | +<plist version="1.0"> | ||
| 4 | +<dict> | ||
| 5 | + <key>AvailableLibraries</key> | ||
| 6 | + <array> | ||
| 7 | + <dict> | ||
| 8 | + <key>LibraryIdentifier</key> | ||
| 9 | + <string>ios-arm64</string> | ||
| 10 | + <key>LibraryPath</key> | ||
| 11 | + <string>HHSDKVideo.framework</string> | ||
| 12 | + <key>SupportedArchitectures</key> | ||
| 13 | + <array> | ||
| 14 | + <string>arm64</string> | ||
| 15 | + </array> | ||
| 16 | + <key>SupportedPlatform</key> | ||
| 17 | + <string>ios</string> | ||
| 18 | + </dict> | ||
| 19 | + <dict> | ||
| 20 | + <key>LibraryIdentifier</key> | ||
| 21 | + <string>ios-x86_64-simulator</string> | ||
| 22 | + <key>LibraryPath</key> | ||
| 23 | + <string>HHSDKVideo.framework</string> | ||
| 24 | + <key>SupportedArchitectures</key> | ||
| 25 | + <array> | ||
| 26 | + <string>x86_64</string> | ||
| 27 | + </array> | ||
| 28 | + <key>SupportedPlatform</key> | ||
| 29 | + <string>ios</string> | ||
| 30 | + <key>SupportedPlatformVariant</key> | ||
| 31 | + <string>simulator</string> | ||
| 32 | + </dict> | ||
| 33 | + </array> | ||
| 34 | + <key>CFBundlePackageType</key> | ||
| 35 | + <string>XFWK</string> | ||
| 36 | + <key>XCFrameworkFormatVersion</key> | ||
| 37 | + <string>1.0</string> | ||
| 38 | +</dict> | ||
| 39 | +</plist> |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/Base.lproj/ControlView.nib
0 → 100644
No preview for this file type
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/Base.lproj/ExpandView.nib
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/Base.lproj/WaitingView.nib
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/CMQuesCell.nib/objects-12.3+.nib
0 → 100644
No preview for this file type
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/CMQuesCell.nib/runtime.nib
0 → 100644
No preview for this file type
No preview for this file type
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/DoctorIntroView.nib/runtime.nib
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
| 1 | +"previewCamera" = "Camera"; | ||
| 2 | +"previewCameraRecord" = "Record"; | ||
| 3 | +"previewAlbum" = "Album"; | ||
| 4 | +"cancel" = "Cancel"; | ||
| 5 | + | ||
| 6 | +"originalPhoto" = "Full Image"; | ||
| 7 | +"done" = "Done"; | ||
| 8 | +"ok" = "OK"; | ||
| 9 | +"editFinish" = "Done"; | ||
| 10 | + | ||
| 11 | +"back" = "Back"; | ||
| 12 | +"edit" = "Edit"; | ||
| 13 | +"revert" = "Undo"; | ||
| 14 | +"brightness" = "Brightness"; | ||
| 15 | +"contrast" = "Contrast"; | ||
| 16 | +"saturation" = "Saturation"; | ||
| 17 | + | ||
| 18 | +"photo" = "Photos"; | ||
| 19 | +"preview" = "Preview"; | ||
| 20 | + | ||
| 21 | +"noPhotoTips" = "No Photos"; | ||
| 22 | +"notAllowMixSelect" = "Unable to select video"; | ||
| 23 | + | ||
| 24 | +"loading" = "loading, waiting please"; | ||
| 25 | +"hudLoading" = "waiting..."; | ||
| 26 | + | ||
| 27 | +"exceededMaxSelectCount" = "Max count for selection: %ld"; | ||
| 28 | +"longerThanMaxVideoDuration" = "Unable to select video with a duration longer than %lds"; | ||
| 29 | +"shorterThanMaxVideoDuration" = "Unable to select video with a duration shorter than %lds"; | ||
| 30 | +"exceededMaxVideoSelectCount" = "Max count for video selection: %ld"; | ||
| 31 | +"lessThanMinVideoSelectCount" = "Min count for video selection: %ld"; | ||
| 32 | + | ||
| 33 | +"noCameraAuthority" = "Please allow %@ to access your device's camera in \"Settings\" > \"Privacy\" > \"Camera\""; | ||
| 34 | +"noPhotoLibratyAuthority" = "Please allow %@ to access your album in \"Settings\" > \"Privacy\" > \"Photos\""; | ||
| 35 | +"noMicrophoneAuthority" = "Unable to record audio. Go to \"Settings\" > \"%@\" and enable microphone access."; | ||
| 36 | +"cameraUnavailable" = "Camera is unavailable"; | ||
| 37 | +"keepRecording" = "Keep Recording"; | ||
| 38 | +"gotoSettings" = "Go to Settings"; | ||
| 39 | + | ||
| 40 | +"iCloudVideoLoadFaild" = "Unable to sync from iCloud"; | ||
| 41 | +"imageLoadFailed" = "loading failed"; | ||
| 42 | + | ||
| 43 | +"save" = "Save"; | ||
| 44 | +"saveImageError" = "Failed to save the image"; | ||
| 45 | +"saveVideoError" = "Failed to save the video"; | ||
| 46 | +"timeout" = "Request timed out"; | ||
| 47 | + | ||
| 48 | +"customCameraTips" = "Tap to take photo and hold to record video"; | ||
| 49 | +"customCameraTakePhotoTips" = "Tap to take photo"; | ||
| 50 | +"customCameraRecordVideoTips" = "Hold to record video"; | ||
| 51 | +"minRecordTimeTips" = "Record at least %lds"; | ||
| 52 | + | ||
| 53 | +"cameraRoll" = "Recents"; | ||
| 54 | +"panoramas" = "Panoramas"; | ||
| 55 | +"videos" = "Videos"; | ||
| 56 | +"favorites" = "Favorites"; | ||
| 57 | +"timelapses" = "Time-Lapse"; | ||
| 58 | +"recentlyAdded" = "Recently Added"; | ||
| 59 | +"bursts" = "Bursts"; | ||
| 60 | +"slomoVideos" = "Slo-mo"; | ||
| 61 | +"selfPortraits" = "Selfies"; | ||
| 62 | +"screenshots" = "Screenshots"; | ||
| 63 | +"depthEffect" = "Portrait"; | ||
| 64 | +"livePhotos" = "Live Photos"; | ||
| 65 | +"animated" = "Animated"; | ||
| 66 | +"myPhotoStream" = "My Photo Stream"; | ||
| 67 | + | ||
| 68 | +"noTitleAlbumListPlaceholder" = "All Photos"; | ||
| 69 | +"unableToAccessAllPhotos" = "Unable to access all photos in the album.\nAllow access to \"All Photos\" in \"Photos\"."; | ||
| 70 | +"textStickerRemoveTips" = "Drag here to remove"; |
459 Bytes
544 Bytes
| 1 | +"previewCamera" = "拍照"; | ||
| 2 | +"previewCameraRecord" = "拍摄"; | ||
| 3 | +"previewAlbum" = "相册"; | ||
| 4 | +"cancel" = "取消"; | ||
| 5 | + | ||
| 6 | +"originalPhoto" = "原图"; | ||
| 7 | +"done" = "确定"; | ||
| 8 | +"ok" = "确定"; | ||
| 9 | +"editFinish" = "完成"; | ||
| 10 | + | ||
| 11 | +"back" = "返回"; | ||
| 12 | +"edit" = "编辑"; | ||
| 13 | +"revert" = "还原"; | ||
| 14 | +"brightness" = "亮度"; | ||
| 15 | +"contrast" = "对比度"; | ||
| 16 | +"saturation" = "饱和度"; | ||
| 17 | + | ||
| 18 | +"photo" = "照片"; | ||
| 19 | +"preview" = "预览"; | ||
| 20 | + | ||
| 21 | +"noPhotoTips" = "无照片"; | ||
| 22 | +"notAllowMixSelect" = "不能同时选择照片和视频"; | ||
| 23 | + | ||
| 24 | +"loading" = "加载中,请稍后"; | ||
| 25 | +"hudLoading" = "正在处理..."; | ||
| 26 | + | ||
| 27 | +"exceededMaxSelectCount" = "最多只能选择%ld张图片"; | ||
| 28 | +"longerThanMaxVideoDuration" = "不能选择超过%ld秒的视频"; | ||
| 29 | +"shorterThanMaxVideoDuration" = "不能选择低于%ld秒的视频"; | ||
| 30 | +"exceededMaxVideoSelectCount" = "最多只能选择%ld个视频"; | ||
| 31 | +"lessThanMinVideoSelectCount" = "最少选择%ld个视频"; | ||
| 32 | + | ||
| 33 | +"noCameraAuthority" = "请在iPhone的\"设置 > 隐私 > 相机\"选项中,允许%@访问你的相机"; | ||
| 34 | +"noPhotoLibratyAuthority" = "请在iPhone的\"设置 > 隐私 >照片\"选项中,允许%@访问你的照片"; | ||
| 35 | +"noMicrophoneAuthority" = "无法录制声音,前往\"设置 > %@\"中打开麦克风权限"; | ||
| 36 | +"cameraUnavailable" = "相机不可用"; | ||
| 37 | +"keepRecording" = "继续拍摄"; | ||
| 38 | +"gotoSettings" = "前往设置"; | ||
| 39 | + | ||
| 40 | +"iCloudVideoLoadFaild" = "iCloud无法同步"; | ||
| 41 | +"imageLoadFailed" = "图片加载失败"; | ||
| 42 | + | ||
| 43 | +"save" = "保存"; | ||
| 44 | +"saveImageError" = "图片保存失败"; | ||
| 45 | +"saveVideoError" = "视频保存失败"; | ||
| 46 | +"timeout" = "请求超时"; | ||
| 47 | + | ||
| 48 | +"customCameraTips" = "轻触拍照,按住摄像"; | ||
| 49 | +"customCameraTakePhotoTips" = "轻触拍照"; | ||
| 50 | +"customCameraRecordVideoTips" = "按住摄像"; | ||
| 51 | +"minRecordTimeTips" = "至少录制%ld秒"; | ||
| 52 | + | ||
| 53 | +"cameraRoll" = "最近项目"; | ||
| 54 | +"panoramas" = "全景照片"; | ||
| 55 | +"videos" = "视频"; | ||
| 56 | +"favorites" = "个人收藏"; | ||
| 57 | +"timelapses" = "延时摄影"; | ||
| 58 | +"recentlyAdded" = "最近添加"; | ||
| 59 | +"bursts" = "连拍快照"; | ||
| 60 | +"slomoVideos" = "慢动作"; | ||
| 61 | +"selfPortraits" = "自拍"; | ||
| 62 | +"screenshots" = "屏幕快照"; | ||
| 63 | +"depthEffect" = "人像"; | ||
| 64 | +"livePhotos" = "Live Photos"; | ||
| 65 | +"animated" = "动图"; | ||
| 66 | +"myPhotoStream" = "我的照片流"; | ||
| 67 | + | ||
| 68 | +"noTitleAlbumListPlaceholder" = "所有照片"; | ||
| 69 | +"unableToAccessAllPhotos" = "无法访问相册中所有照片,\n请允许访问「照片」中的「所有照片」。"; | ||
| 70 | +"textStickerRemoveTips" = "拖到此处删除"; |
2.78 KB
705 Bytes
2.72 KB
636 Bytes
709 Bytes
944 Bytes
621 Bytes
940 Bytes
171 Bytes
2.06 KB
1.13 KB
581 Bytes
361 Bytes
637 Bytes
919 Bytes
This file is too large to display.
No preview for this file type
No preview for this file type
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HHSelectMemView.nib/runtime.nib
0 → 100644
No preview for this file type
No preview for this file type
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HMSDK.bundle/addr_close@3x.png
0 → 100644
403 Bytes
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HMSDK.bundle/address@3x.png
0 → 100755
1.21 KB
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HMSDK.bundle/back_app@3x.png
0 → 100644
788 Bytes
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HMSDK.bundle/buyVip@3x.png
0 → 100644
32.9 KB
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HMSDK.bundle/call_default@3x.png
0 → 100644
572 KB
483 KB
7.16 KB
1.01 KB
721 Bytes
2.46 KB
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HMSDK.bundle/chat9left.png
0 → 100644
514 KB
18.3 KB
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HMSDK.bundle/chat_arrow.png
0 → 100644
1.27 KB
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HMSDK.bundle/chat_arrow@2x.png
0 → 100644
1.15 KB
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HMSDK.bundle/chat_arrow@3x.png
0 → 100644
1.27 KB
128 KB
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HMSDK.bundle/chat_mask_b@3x.png
0 → 100644
223 Bytes
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HMSDK.bundle/chat_mask_t@3x.png
0 → 100644
925 Bytes
4.33 KB
2.46 KB
1.27 KB
1018 Bytes
1018 Bytes
985 Bytes
837 Bytes
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HMSDK.bundle/close_member@3x.png
0 → 100644
429 Bytes
984 Bytes
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HMSDK.bundle/cm_feedback@3x.png
0 → 100644
2.32 KB
1.65 KB
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HMSDK.bundle/comment_happy@3x.png
0 → 100644
1.78 KB
1.63 KB
1.8 KB
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HMSDK.bundle/counter_back@3x.png
0 → 100644
633 Bytes
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HMSDK.bundle/cus_shape@3x.png
0 → 100644
2.01 KB
HHVDoctorSDK/HHSDKVideo.xcframework/ios-arm64/HHSDKVideo.framework/HMSDK.bundle/default_icon@3x.png
0 → 100644
1.74 KB
-
Please register or login to post a comment