wangguolei

3.6.6.06161205

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 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = "HHVDoctorSDK" 2 s.name = "HHVDoctorSDK"
3 - s.version = "3.6.6.06161155" 3 + s.version = "3.6.6.06161205"
4 s.summary = "和缓视频医生 SDK" 4 s.summary = "和缓视频医生 SDK"
5 5
6 s.description = <<-DESC 6 s.description = <<-DESC
  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-x86_64-simulator</string>
  10 + <key>LibraryPath</key>
  11 + <string>HHSDKVideo.framework</string>
  12 + <key>SupportedArchitectures</key>
  13 + <array>
  14 + <string>x86_64</string>
  15 + </array>
  16 + <key>SupportedPlatform</key>
  17 + <string>ios</string>
  18 + <key>SupportedPlatformVariant</key>
  19 + <string>simulator</string>
  20 + </dict>
  21 + <dict>
  22 + <key>LibraryIdentifier</key>
  23 + <string>ios-arm64</string>
  24 + <key>LibraryPath</key>
  25 + <string>HHSDKVideo.framework</string>
  26 + <key>SupportedArchitectures</key>
  27 + <array>
  28 + <string>arm64</string>
  29 + </array>
  30 + <key>SupportedPlatform</key>
  31 + <string>ios</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>
  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";
  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" = "拖到此处删除";
  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>HHBundleVersion</key>
  6 + <string>$(CURRENT_PROJECT_VERSION)</string>
  7 +</dict>
  8 +</plist>