Skip to content

Commit

Permalink
chore: release version 4.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenceLove committed Mar 24, 2024
1 parent 784ccbe commit 17908cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HXPhotoPicker-Lite.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "HXPhotoPicker-Lite"
spec.version = "4.1.7"
spec.version = "4.1.8"
spec.summary = "Photo selector - Support LivePhoto, GIF selection"
spec.homepage = "https://github.com/SilenceLove/HXPhotoPicker"
spec.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion HXPhotoPicker.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "HXPhotoPicker"
spec.version = "4.1.7"
spec.version = "4.1.8"
spec.summary = "照片/视频选择器 - 支持LivePhoto、GIF图片选择、自定义编辑照片/视频、3DTouch预览、浏览网络图片/网络视频 功能 - Imitation weibo photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, browse the web image function"
spec.homepage = "https://github.com/SilenceLove/HXPhotoPicker"
spec.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
Expand Up @@ -171,6 +171,7 @@ public extension AssetManager {
}
}

#if HXPICKER_ENABLE_PICKER
// MARK: 获取LivePhoto里的图片地址和视频地址
static func requestLivePhoto(
contentURL asset: PHAsset,
Expand Down Expand Up @@ -317,4 +318,5 @@ public extension AssetManager {
}
}
}
#endif
}

0 comments on commit 17908cc

Please sign in to comment.