Skip to content

Commit 6545a3a

Browse files
author
Bogdan Poplauschi
committed
Bumped the deployment target to iOS 7 (due to NSURLSession) and also incremented the library version to 3.8.0
1 parent 9137b65 commit 6545a3a

File tree

6 files changed

+28
-21
lines changed

6 files changed

+28
-21
lines changed

Examples/SDWebImage Demo.xcodeproj/project.pbxproj

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
remoteGlobalIDString = 4A2CADFF1AB4BB5300B6BC39;
3434
remoteInfo = WebImage;
3535
};
36+
43AEAFA91D008FEE005B41A8 /* PBXContainerItemProxy */ = {
37+
isa = PBXContainerItemProxy;
38+
containerPortal = DA248D6C1954841D00390AB0 /* SDWebImage.xcodeproj */;
39+
proxyType = 2;
40+
remoteGlobalIDString = 00733A4C1BC487C000A5A117;
41+
remoteInfo = "WebImage tvOS";
42+
};
3643
DA248D731954841D00390AB0 /* PBXContainerItemProxy */ = {
3744
isa = PBXContainerItemProxy;
3845
containerPortal = DA248D6C1954841D00390AB0 /* SDWebImage.xcodeproj */;
@@ -165,6 +172,7 @@
165172
DA248D761954841D00390AB0 /* libSDWebImage+WebP.a */,
166173
DA248D781954841D00390AB0 /* libSDWebImage+MKAnnotation.a */,
167174
43A0FAAF1BDD16AC00B7582B /* WebImage.framework */,
175+
43AEAFAA1D008FEE005B41A8 /* WebImage.framework */,
168176
);
169177
name = Products;
170178
sourceTree = "<group>";
@@ -229,6 +237,13 @@
229237
remoteRef = 43A0FAAE1BDD16AC00B7582B /* PBXContainerItemProxy */;
230238
sourceTree = BUILT_PRODUCTS_DIR;
231239
};
240+
43AEAFAA1D008FEE005B41A8 /* WebImage.framework */ = {
241+
isa = PBXReferenceProxy;
242+
fileType = wrapper.framework;
243+
path = WebImage.framework;
244+
remoteRef = 43AEAFA91D008FEE005B41A8 /* PBXContainerItemProxy */;
245+
sourceTree = BUILT_PRODUCTS_DIR;
246+
};
232247
DA248D741954841D00390AB0 /* libSDWebImage.a */ = {
233248
isa = PBXReferenceProxy;
234249
fileType = archive.ar;
@@ -322,7 +337,7 @@
322337
GCC_WARN_ABOUT_RETURN_TYPE = YES;
323338
GCC_WARN_UNINITIALIZED_AUTOS = YES;
324339
GCC_WARN_UNUSED_VARIABLE = YES;
325-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
340+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
326341
ONLY_ACTIVE_ARCH = YES;
327342
SDKROOT = iphoneos;
328343
};
@@ -340,7 +355,7 @@
340355
GCC_WARN_ABOUT_RETURN_TYPE = YES;
341356
GCC_WARN_UNINITIALIZED_AUTOS = YES;
342357
GCC_WARN_UNUSED_VARIABLE = YES;
343-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
358+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
344359
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
345360
SDKROOT = iphoneos;
346361
VALIDATE_PRODUCT = YES;

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ It provides:
2525
- Use GCD and ARC
2626
- Arm64 support
2727

28-
NOTE: The version 3.0 of SDWebImage isn't fully backward compatible with 2.0 and requires iOS 5.1.1
29-
minimum deployment version. If you need iOS < 5.0 support, please use the last [2.0 version](https://github.com/rs/SDWebImage/tree/2.0-compat).
28+
NOTE: Version 3.8 of SDWebImage requires iOS 7 or later (because of NSURLSession).
29+
Versions 3.7 to 3.0 requires iOS 5.1.1. If you need iOS < 5.0 support, please use the last [2.0 version](https://github.com/rs/SDWebImage/tree/2.0-compat).
3030

3131
[How is SDWebImage better than X?](https://github.com/rs/SDWebImage/wiki/How-is-SDWebImage-better-than-X%3F)
3232

@@ -223,8 +223,8 @@ There are three ways to use SDWebImage in your project:
223223
224224
#### Podfile
225225
```
226-
platform :ios, '6.1'
227-
pod 'SDWebImage', '~>3.7'
226+
platform :ios, '7.0'
227+
pod 'SDWebImage', '~>3.8'
228228
```
229229
230230
If you are using Swift, be sure to add `use_frameworks!` and set your target to iOS 8+:

SDWebImage.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'SDWebImage'
3-
s.version = '3.7.6'
4-
s.ios.deployment_target = '5.0'
3+
s.version = '3.8.0'
4+
s.ios.deployment_target = '7.0'
55
s.tvos.deployment_target = '9.0'
66
s.license = 'MIT'
77
s.summary = 'Asynchronous image downloader with cache support with an UIImageView category.'
@@ -29,7 +29,7 @@ Pod::Spec.new do |s|
2929
end
3030

3131
s.subspec 'MapKit' do |mk|
32-
mk.ios.deployment_target = '5.0'
32+
mk.ios.deployment_target = '7.0'
3333
mk.source_files = 'SDWebImage/MKAnnotationView+WebCache.*'
3434
mk.framework = 'MapKit'
3535
mk.dependency 'SDWebImage/Core'

SDWebImage.xcodeproj/project.pbxproj

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,6 @@
14091409
GCC_PREFIX_HEADER = "";
14101410
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
14111411
INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
1412-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
14131412
ONLY_ACTIVE_ARCH = NO;
14141413
OTHER_LDFLAGS = "-ObjC";
14151414
PRODUCT_NAME = "SDWebImage+MKAnnotation";
@@ -1433,7 +1432,6 @@
14331432
GCC_PREFIX_HEADER = "";
14341433
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
14351434
INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
1436-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
14371435
OTHER_LDFLAGS = "-ObjC";
14381436
PRODUCT_NAME = "SDWebImage+MKAnnotation";
14391437
SKIP_INSTALL = YES;
@@ -1457,7 +1455,6 @@
14571455
GCC_PREFIX_HEADER = "";
14581456
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
14591457
INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
1460-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
14611458
OTHER_LDFLAGS = "-ObjC";
14621459
PRODUCT_NAME = SDWebImage;
14631460
SKIP_INSTALL = YES;
@@ -1481,7 +1478,6 @@
14811478
GCC_PREFIX_HEADER = "";
14821479
GCC_PREPROCESSOR_DEFINITIONS = "";
14831480
INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
1484-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
14851481
OTHER_LDFLAGS = "-ObjC";
14861482
PRODUCT_NAME = SDWebImage;
14871483
SKIP_INSTALL = YES;
@@ -1508,7 +1504,6 @@
15081504
"$(inherited)",
15091505
);
15101506
INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
1511-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
15121507
OTHER_LDFLAGS = "-ObjC";
15131508
PRODUCT_NAME = "SDWebImage+WebP";
15141509
SKIP_INSTALL = YES;
@@ -1531,7 +1526,6 @@
15311526
GCC_PREFIX_HEADER = "";
15321527
GCC_PREPROCESSOR_DEFINITIONS = "SD_WEBP=1";
15331528
INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
1534-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
15351529
OTHER_LDFLAGS = "-ObjC";
15361530
PRODUCT_NAME = "SDWebImage+WebP";
15371531
SKIP_INSTALL = YES;
@@ -1567,7 +1561,7 @@
15671561
GCC_WARN_UNUSED_PARAMETER = NO;
15681562
GCC_WARN_UNUSED_VARIABLE = YES;
15691563
HEADER_SEARCH_PATHS = Vendors/libwebp/src;
1570-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
1564+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
15711565
ONLY_ACTIVE_ARCH = YES;
15721566
PUBLIC_HEADERS_FOLDER_PATH = include/SDWebImage;
15731567
RUN_CLANG_STATIC_ANALYZER = YES;
@@ -1596,7 +1590,7 @@
15961590
GCC_WARN_UNUSED_PARAMETER = NO;
15971591
GCC_WARN_UNUSED_VARIABLE = YES;
15981592
HEADER_SEARCH_PATHS = Vendors/libwebp/src;
1599-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
1593+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
16001594
PUBLIC_HEADERS_FOLDER_PATH = include/SDWebImage;
16011595
RUN_CLANG_STATIC_ANALYZER = YES;
16021596
SDKROOT = iphoneos;
@@ -1607,15 +1601,13 @@
16071601
539F912D16316D2D00160719 /* Debug */ = {
16081602
isa = XCBuildConfiguration;
16091603
buildSettings = {
1610-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
16111604
PRODUCT_NAME = "$(TARGET_NAME)";
16121605
};
16131606
name = Debug;
16141607
};
16151608
539F912E16316D2D00160719 /* Release */ = {
16161609
isa = XCBuildConfiguration;
16171610
buildSettings = {
1618-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
16191611
PRODUCT_NAME = "$(TARGET_NAME)";
16201612
};
16211613
name = Release;

Tests/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ xcodeproj 'SDWebImage Tests'
44
workspace '../SDWebImage'
55

66
target 'Tests' do
7-
platform :ios, '5.0'
7+
platform :ios, '7.0'
88
pod 'Expecta', '<=0.3.1'
99
pod 'SDWebImage', :path => '../'
1010

WebImage/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.7.6</string>
18+
<string>3.8.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)