From 17908ccc4cc21b1e60268d7b50dd348115a59055 Mon Sep 17 00:00:00 2001 From: Silence <294005139@qq.com> Date: Sun, 24 Mar 2024 15:32:10 +0800 Subject: [PATCH] chore: release version 4.1.8 #633 #634 #635 #640 #641 --- HXPhotoPicker-Lite.podspec | 2 +- HXPhotoPicker.podspec | 2 +- Sources/HXPhotoPicker/Core/Util/AssetManager+LivePhotoURL.swift | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HXPhotoPicker-Lite.podspec b/HXPhotoPicker-Lite.podspec index 18cdf7f6..ce39a9cb 100644 --- a/HXPhotoPicker-Lite.podspec +++ b/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" } diff --git a/HXPhotoPicker.podspec b/HXPhotoPicker.podspec index 487a5279..45319eba 100644 --- a/HXPhotoPicker.podspec +++ b/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" } diff --git a/Sources/HXPhotoPicker/Core/Util/AssetManager+LivePhotoURL.swift b/Sources/HXPhotoPicker/Core/Util/AssetManager+LivePhotoURL.swift index e58dfaf2..fe93bc87 100644 --- a/Sources/HXPhotoPicker/Core/Util/AssetManager+LivePhotoURL.swift +++ b/Sources/HXPhotoPicker/Core/Util/AssetManager+LivePhotoURL.swift @@ -171,6 +171,7 @@ public extension AssetManager { } } + #if HXPICKER_ENABLE_PICKER // MARK: 获取LivePhoto里的图片地址和视频地址 static func requestLivePhoto( contentURL asset: PHAsset, @@ -317,4 +318,5 @@ public extension AssetManager { } } } + #endif }