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

Commit 6288b9f

Browse files
committed
Bumped the min deployment target to iOS 9+, Xcode to Xcode 11
1 parent f29f816 commit 6288b9f

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

Diff for: Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "SDWebImage/SDWebImage" ~> 5.6
1+
github "SDWebImage/SDWebImage" ~> 5.10
22
github "SVGKit/SVGKit" >= 2.1

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ You can modify the code or use some other SVG files to check the compatibility.
2020

2121
## Requirements
2222

23-
+ iOS 8+
23+
+ iOS 9+
2424
+ tvOS 9+
25-
+ macOS 10.10+
25+
+ macOS 10.11+
26+
+ Xcode 11+
2627

2728
## Installation
2829

Diff for: SDWebImageSVGKitPlugin.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ TODO: Add long description of the pod here.
2626
s.author = { 'DreamPiggy' => '[email protected]' }
2727
s.source = { :git => 'https://github.com/SDWebImage/SDWebImageSVGKitPlugin.git', :tag => s.version.to_s }
2828

29-
s.ios.deployment_target = '8.0'
29+
s.ios.deployment_target = '9.0'
3030
s.tvos.deployment_target = '9.0'
31-
s.osx.deployment_target = '10.10'
31+
s.osx.deployment_target = '10.11'
3232

3333
s.source_files = 'SDWebImageSVGKitPlugin/Classes/**/*', 'SDWebImageSVGKitPlugin/Module/SDWebImageSVGKitPlugin.h'
3434
s.module_map = 'SDWebImageSVGKitPlugin/Module/SDWebImageSVGKitPlugin.modulemap'
3535

36-
s.dependency 'SDWebImage/Core', '~> 5.6'
36+
s.dependency 'SDWebImage/Core', '~> 5.10'
3737
s.dependency 'SVGKit', '>= 2.1'
3838
end

Diff for: SDWebImageSVGKitPlugin.xcodeproj/project.pbxproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -410,13 +410,16 @@
410410
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
411411
GCC_WARN_UNUSED_FUNCTION = YES;
412412
GCC_WARN_UNUSED_VARIABLE = YES;
413-
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
413+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
414+
MACOSX_DEPLOYMENT_TARGET = 10.11;
414415
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
415416
MTL_FAST_MATH = YES;
416417
ONLY_ACTIVE_ARCH = YES;
417418
SDKROOT = iphoneos;
419+
TVOS_DEPLOYMENT_TARGET = 9.0;
418420
VERSIONING_SYSTEM = "apple-generic";
419421
VERSION_INFO_PREFIX = "";
422+
WATCHOS_DEPLOYMENT_TARGET = 2.0;
420423
};
421424
name = Debug;
422425
};
@@ -465,13 +468,16 @@
465468
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
466469
GCC_WARN_UNUSED_FUNCTION = YES;
467470
GCC_WARN_UNUSED_VARIABLE = YES;
468-
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
471+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
472+
MACOSX_DEPLOYMENT_TARGET = 10.11;
469473
MTL_ENABLE_DEBUG_INFO = NO;
470474
MTL_FAST_MATH = YES;
471475
SDKROOT = iphoneos;
476+
TVOS_DEPLOYMENT_TARGET = 9.0;
472477
VALIDATE_PRODUCT = YES;
473478
VERSIONING_SYSTEM = "apple-generic";
474479
VERSION_INFO_PREFIX = "";
480+
WATCHOS_DEPLOYMENT_TARGET = 2.0;
475481
};
476482
name = Release;
477483
};
@@ -489,7 +495,6 @@
489495
);
490496
INFOPLIST_FILE = "$(SRCROOT)/SDWebImageSVGKitPlugin/Module/Info.plist";
491497
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
492-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
493498
LD_RUNPATH_SEARCH_PATHS = (
494499
"$(inherited)",
495500
"@executable_path/Frameworks",
@@ -516,7 +521,6 @@
516521
);
517522
INFOPLIST_FILE = "$(SRCROOT)/SDWebImageSVGKitPlugin/Module/Info.plist";
518523
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
519-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
520524
LD_RUNPATH_SEARCH_PATHS = (
521525
"$(inherited)",
522526
"@executable_path/Frameworks",
@@ -549,7 +553,6 @@
549553
"@executable_path/../Frameworks",
550554
"@loader_path/Frameworks",
551555
);
552-
MACOSX_DEPLOYMENT_TARGET = 10.10;
553556
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.SDWebImageSVGKitPlugin-macOS";
554557
PRODUCT_NAME = SDWebImageSVGKitPlugin;
555558
SDKROOT = macosx;
@@ -577,7 +580,6 @@
577580
"@executable_path/../Frameworks",
578581
"@loader_path/Frameworks",
579582
);
580-
MACOSX_DEPLOYMENT_TARGET = 10.10;
581583
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.SDWebImageSVGKitPlugin-macOS";
582584
PRODUCT_NAME = SDWebImageSVGKitPlugin;
583585
SDKROOT = macosx;
@@ -609,7 +611,6 @@
609611
SDKROOT = appletvos;
610612
SKIP_INSTALL = YES;
611613
TARGETED_DEVICE_FAMILY = 3;
612-
TVOS_DEPLOYMENT_TARGET = 9.0;
613614
};
614615
name = Debug;
615616
};
@@ -637,7 +638,6 @@
637638
SDKROOT = appletvos;
638639
SKIP_INSTALL = YES;
639640
TARGETED_DEVICE_FAMILY = 3;
640-
TVOS_DEPLOYMENT_TARGET = 9.0;
641641
};
642642
name = Release;
643643
};

0 commit comments

Comments
 (0)