Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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,3 +1,3 @@
github "SDWebImage/SDWebImage" ~> 5.7
github "SDWebImage/SDWebImage" ~> 5.10
github "ibireme/YYCache" ~> 1.0
github "ibireme/YYImage" ~> 1.0
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '8.0'
platform :ios, '9.0'
use_frameworks!
inhibit_all_warnings!
install! 'cocoapods', :share_schemes_for_development_pods => ['SDWebImageYYPlugin']
Expand Down
24 changes: 12 additions & 12 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PODS:
- Expecta (1.0.6)
- SDWebImage/Core (5.9.0)
- SDWebImageYYPlugin (0.5.0):
- SDWebImage/Core (~> 5.7)
- SDWebImageYYPlugin/YYCache (= 0.5.0)
- SDWebImageYYPlugin/YYImage (= 0.5.0)
- SDWebImageYYPlugin/YYCache (0.5.0):
- SDWebImage/Core (~> 5.7)
- SDWebImage/Core (5.10.3)
- SDWebImageYYPlugin (0.6.0):
- SDWebImage/Core (~> 5.10)
- SDWebImageYYPlugin/YYCache (= 0.6.0)
- SDWebImageYYPlugin/YYImage (= 0.6.0)
- SDWebImageYYPlugin/YYCache (0.6.0):
- SDWebImage/Core (~> 5.10)
- YYCache
- SDWebImageYYPlugin/YYImage (0.5.0):
- SDWebImage/Core (~> 5.7)
- SDWebImageYYPlugin/YYImage (0.6.0):
- SDWebImage/Core (~> 5.10)
- YYImage/Core
- YYCache (1.0.4)
- YYImage/Core (1.0.4)
Expand All @@ -34,11 +34,11 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
SDWebImage: 62ae4a18473520c67b79e9724c31a63599cc9423
SDWebImageYYPlugin: 6808c1a0e3f59feb604c1f492e02dddf51c83b10
SDWebImage: e378178472b735e84b007bfb55514c97948a0598
SDWebImageYYPlugin: 44e88320fc9604b6abb09d8271504bdd986dcf2e
YYCache: 8105b6638f5e849296c71f331ff83891a4942952
YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54

PODFILE CHECKSUM: 32dbc66eefdcad7b9f59a52aa756b4f862c6b1c4
PODFILE CHECKSUM: 71679fe963dea37bf4e76ca762d8b118854ce524

COCOAPODS: 1.8.4
4 changes: 2 additions & 2 deletions SDWebImageYYPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ TODO: Add long description of the pod here.
s.author = { 'DreamPiggy' => '[email protected]' }
s.source = { :git => 'https://github.com/SDWebImage/SDWebImageYYPlugin.git', :tag => s.version.to_s }

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

s.source_files = 'SDWebImageYYPlugin/Module/SDWebImageYYPlugin.h'
s.module_map = 'SDWebImageYYPlugin/Module/SDWebImageYYPlugin.modulemap'

s.dependency 'SDWebImage/Core', '~> 5.7'
s.dependency 'SDWebImage/Core', '~> 5.10'

s.subspec 'YYCache' do |ss|
ss.dependency 'YYCache'
Expand Down
4 changes: 2 additions & 2 deletions SDWebImageYYPlugin.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,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 @@ -361,7 +361,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 Down