Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Bumped the min deployment target to iOS 9+, Xcode to Xcode 11 #13

Merged
merged 1 commit into from
Feb 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "SDWebImage/SDWebImage" ~> 5.6
github "SDWebImage/SDWebImage" ~> 5.10
github "Flipboard/FLAnimatedImage" >= 1.0.11
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use_frameworks!
inhibit_all_warnings!
platform :ios, '8.0'
platform :ios, '9.0'
install! 'cocoapods', :share_schemes_for_development_pods => ['SDWebImageFLPlugin']

target 'SDWebImageFLPlugin_Example' do
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ imageView.sd_setImage(with: URL(string: "http://www.domain.com/path/to/image.gif

## Requirements

+ iOS 8+
+ Xcode 9+
+ iOS 9+
+ Xcode 11+

## Installation

Expand Down
4 changes: 2 additions & 2 deletions SDWebImageFLPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ This project adds a plugin for FLAnimatedImage into SDWebImage, for loading anim
s.author = { 'DreamPiggy' => 'lizhuoli1126@126.com' }
s.source = { :git => 'https://github.com/SDWebImage/SDWebImageFLPlugin.git', :tag => s.version.to_s }

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'

s.source_files = 'SDWebImageFLPlugin/Classes/**/*', 'SDWebImageFLPlugin/Module/SDWebImageFLPlugin.h'
s.module_map = 'SDWebImageFLPlugin/Module/SDWebImageFLPlugin.modulemap'

s.dependency 'SDWebImage/Core', '~> 5.6'
s.dependency 'SDWebImage/Core', '~> 5.10'
s.dependency 'FLAnimatedImage', '>= 1.0.11'
end
6 changes: 2 additions & 4 deletions SDWebImageFLPlugin.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -283,7 +283,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
Expand All @@ -307,7 +307,6 @@
);
INFOPLIST_FILE = "$(SRCROOT)/SDWebImageFLPlugin/Module/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -335,7 +334,6 @@
);
INFOPLIST_FILE = "$(SRCROOT)/SDWebImageFLPlugin/Module/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down