diff --git a/FrameWork/Info.plist b/FrameWork/Info.plist index c567b7e5..50d91c8b 100644 --- a/FrameWork/Info.plist +++ b/FrameWork/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.4 + 2.4.2 CFBundleSignature ???? CFBundleVersion diff --git a/LFLiveKit.podspec b/LFLiveKit.podspec index 576c7438..caef29d3 100644 --- a/LFLiveKit.podspec +++ b/LFLiveKit.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "LFLiveKit" - s.version = "2.4" + s.version = "2.4.2" s.summary = "LaiFeng ios Live. LFLiveKit." s.homepage = "https://github.com/chenliming777" s.license = { :type => "MIT", :file => "LICENSE" } diff --git a/LFLiveKit/filter/LFGPUImageBeautyFilter.h b/LFLiveKit/filter/LFGPUImageBeautyFilter.h index 8b5298e2..d7a9363a 100755 --- a/LFLiveKit/filter/LFGPUImageBeautyFilter.h +++ b/LFLiveKit/filter/LFGPUImageBeautyFilter.h @@ -1,7 +1,7 @@ #if __has_include() #import -#elif __has_include("GPUImage/GPUImage.h") -#import "GPUImage/GPUImage.h" +#elif __has_include() +#import #else #import "GPUImage.h" #endif