Skip to content

Commit

Permalink
Bump version to 4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Nov 3, 2018
1 parent 50fc409 commit 696a876
Show file tree
Hide file tree
Showing 150 changed files with 972 additions and 957 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

-----

## [4.10.1 - Time Machine](https://github.com/onevcat/Kingfisher/releases/tag/4.10.1) (2018-11-03)

#### Fix
* Add Swift 4 compatibility back.
* Increase watchOS target to 3.0 in podspec.

---

## [4.10.0 - Swift 4.2](https://github.com/onevcat/Kingfisher/releases/tag/4.10.0) (2018-09-20)

#### Add
Expand Down
2 changes: 1 addition & 1 deletion Kingfisher.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Kingfisher"
s.version = "4.10.0"
s.version = "4.10.1"
s.summary = "A lightweight and pure Swift implemented library for downloading and cacheing image from the web."

s.description = <<-DESC
Expand Down
32 changes: 16 additions & 16 deletions Kingfisher.xcodeproj/project.pbxproj
Expand Up @@ -1975,11 +1975,11 @@
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1343;
CURRENT_PROJECT_VERSION = 1354;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1343;
DYLIB_CURRENT_VERSION = 1354;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
GCC_NO_COMMON_BLOCKS = YES;
Expand All @@ -2005,11 +2005,11 @@
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1343;
CURRENT_PROJECT_VERSION = 1354;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1343;
DYLIB_CURRENT_VERSION = 1354;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -2114,11 +2114,11 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
CURRENT_PROJECT_VERSION = 1343;
CURRENT_PROJECT_VERSION = 1354;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1343;
DYLIB_CURRENT_VERSION = 1354;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand Down Expand Up @@ -2147,11 +2147,11 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
CURRENT_PROJECT_VERSION = 1343;
CURRENT_PROJECT_VERSION = 1354;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1343;
DYLIB_CURRENT_VERSION = 1354;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand All @@ -2177,11 +2177,11 @@
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1343;
CURRENT_PROJECT_VERSION = 1354;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1343;
DYLIB_CURRENT_VERSION = 1354;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand All @@ -2207,11 +2207,11 @@
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1343;
CURRENT_PROJECT_VERSION = 1354;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1343;
DYLIB_CURRENT_VERSION = 1354;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand Down Expand Up @@ -2346,10 +2346,10 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1343;
CURRENT_PROJECT_VERSION = 1354;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1343;
DYLIB_CURRENT_VERSION = 1354;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -2373,10 +2373,10 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1343;
CURRENT_PROJECT_VERSION = 1354;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1343;
DYLIB_CURRENT_VERSION = 1354;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand Down
4 changes: 2 additions & 2 deletions Sources/Info.plist
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.10.0</string>
<string>4.10.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1343</string>
<string>1354</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Tests/KingfisherTests-macOS/Info.plist
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>4.10.0</string>
<string>4.10.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1343</string>
<string>1354</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Tests/KingfisherTests-tvOS/Info.plist
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>4.10.0</string>
<string>4.10.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1343</string>
<string>1354</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Tests/KingfisherTests/Info.plist
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>4.10.0</string>
<string>4.10.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1343</string>
<string>1354</string>
</dict>
</plist>
16 changes: 8 additions & 8 deletions docs/Classes.html
Expand Up @@ -365,7 +365,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.10.0/Sources/AnimatedImageView.swift#L61-L279">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.10.1/Sources/AnimatedImageView.swift#L61-L294">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -400,7 +400,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.10.0/Sources/Kingfisher.swift#L50-L55">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.10.1/Sources/Kingfisher.swift#L50-L55">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -438,7 +438,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.10.0/Sources/ImageCache.swift#L76-L634">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.10.1/Sources/ImageCache.swift#L76-L649">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -473,7 +473,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.10.0/Sources/ImageDownloader.swift#L228-L380">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.10.1/Sources/ImageDownloader.swift#L228-L380">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -509,7 +509,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.10.0/Sources/ImagePrefetcher.swift#L51-L277">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.10.1/Sources/ImagePrefetcher.swift#L51-L277">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -545,7 +545,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.10.0/Sources/KingfisherManager.swift#L38-L59">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.10.1/Sources/KingfisherManager.swift#L38-L59">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -577,7 +577,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.10.0/Sources/KingfisherManager.swift#L66-L297">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.10.1/Sources/KingfisherManager.swift#L66-L297">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -587,7 +587,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://onevcat.com" target="_blank" rel="external">Wei Wang</a>. All rights reserved. (Last updated: 2018-09-20)</p>
<p>&copy; 2018 <a class="link" href="https://onevcat.com" target="_blank" rel="external">Wei Wang</a>. All rights reserved. (Last updated: 2018-11-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down

0 comments on commit 696a876

Please sign in to comment.