Skip to content

Commit 8bd799d

Browse files
authored
3.5.0 (#667)
1 parent 7d904ee commit 8bd799d

13 files changed

+37
-34
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
All notable changes to this project will be documented in this file. Take a look at [the migration guide](docs/Migration%20Guide.md) to upgrade between two major versions.
44

5-
## [Unreleased]
5+
<!-- ## [Unreleased] -->
6+
7+
## [3.5.0]
68

79
### Added
810

@@ -1006,3 +1008,4 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
10061008
[3.2.0]: https://github.com/readium/swift-toolkit/compare/3.1.0...3.2.0
10071009
[3.3.0]: https://github.com/readium/swift-toolkit/compare/3.2.0...3.3.0
10081010
[3.4.0]: https://github.com/readium/swift-toolkit/compare/3.3.0...3.4.0
1011+
[3.5.0]: https://github.com/readium/swift-toolkit/compare/3.4.0...3.5.0

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ github "krzyzanowskim/CryptoSwift" ~> 1.8.0
33
github "ra1028/DifferenceKit" ~> 1.3.0
44
github "readium/Fuzi" ~> 4.0.0
55
github "readium/GCDWebServer" ~> 4.0.0
6-
github "readium/ZIPFoundation" ~> 3.0.0
6+
github "readium/ZIPFoundation" ~> 3.0.1
77
# There's a regression with 2.7.4 in SwiftSoup, because they used iOS 13 APIs without bumping the deployment target.
88
github "scinfu/SwiftSoup" == 2.7.1
99
github "stephencelis/SQLite.swift" ~> 0.15.0

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let package = Package(
2828
.package(url: "https://github.com/ra1028/DifferenceKit.git", from: "1.3.0"),
2929
.package(url: "https://github.com/readium/Fuzi.git", from: "4.0.0"),
3030
.package(url: "https://github.com/readium/GCDWebServer.git", from: "4.0.0"),
31-
.package(url: "https://github.com/readium/ZIPFoundation.git", from: "3.0.0"),
31+
.package(url: "https://github.com/readium/ZIPFoundation.git", from: "3.0.1"),
3232
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.7.0"),
3333
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.15.0"),
3434
],

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ If you're stuck, find more information at [developer.apple.com](https://develope
113113
Add the following to your `Cartfile`:
114114

115115
```
116-
github "readium/swift-toolkit" ~> 3.4.0
116+
github "readium/swift-toolkit" ~> 3.5.0
117117
```
118118

119119
Then, [follow the usual Carthage steps](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to add the Readium libraries to your project.
@@ -143,11 +143,11 @@ Add the following `pod` statements to your `Podfile` for the Readium libraries y
143143
source 'https://github.com/readium/podspecs'
144144
source 'https://cdn.cocoapods.org/'
145145
146-
pod 'ReadiumShared', '~> 3.4.0'
147-
pod 'ReadiumStreamer', '~> 3.4.0'
148-
pod 'ReadiumNavigator', '~> 3.4.0'
149-
pod 'ReadiumOPDS', '~> 3.4.0'
150-
pod 'ReadiumLCP', '~> 3.4.0'
146+
pod 'ReadiumShared', '~> 3.5.0'
147+
pod 'ReadiumStreamer', '~> 3.5.0'
148+
pod 'ReadiumNavigator', '~> 3.5.0'
149+
pod 'ReadiumOPDS', '~> 3.5.0'
150+
pod 'ReadiumLCP', '~> 3.5.0'
151151
```
152152

153153
Take a look at [CocoaPods's documentation](https://guides.cocoapods.org/using/using-cocoapods.html) for more information.

Support/CocoaPods/ReadiumAdapterGCDWebServer.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

33
s.name = "ReadiumAdapterGCDWebServer"
4-
s.version = "3.4.0"
4+
s.version = "3.5.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Adapter to use GCDWebServer as an HTTP server in Readium"
77
s.homepage = "http://readium.github.io"
@@ -14,8 +14,8 @@ Pod::Spec.new do |s|
1414
s.ios.deployment_target = "13.4"
1515
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
1616

17-
s.dependency 'ReadiumShared', '~> 3.4.0'
18-
s.dependency 'ReadiumInternal', '~> 3.4.0'
17+
s.dependency 'ReadiumShared', '~> 3.5.0'
18+
s.dependency 'ReadiumInternal', '~> 3.5.0'
1919
s.dependency 'ReadiumGCDWebServer', '~> 4.0.0'
2020

2121
end

Support/CocoaPods/ReadiumAdapterLCPSQLite.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

33
s.name = "ReadiumAdapterLCPSQLite"
4-
s.version = "3.4.0"
4+
s.version = "3.5.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Adapter to use SQLite.swift for the Readium LCP repositories"
77
s.homepage = "http://readium.github.io"
@@ -14,8 +14,8 @@ Pod::Spec.new do |s|
1414
s.ios.deployment_target = "13.4"
1515
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
1616

17-
s.dependency 'ReadiumLCP', '~> 3.4.0'
18-
s.dependency 'ReadiumShared', '~> 3.4.0'
17+
s.dependency 'ReadiumLCP', '~> 3.5.0'
18+
s.dependency 'ReadiumShared', '~> 3.5.0'
1919
s.dependency 'SQLite.swift', '~> 0.15.0'
2020

2121
end

Support/CocoaPods/ReadiumInternal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ReadiumInternal"
4-
s.version = "3.4.0"
4+
s.version = "3.5.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Private utilities used by the Readium modules"
77
s.homepage = "http://readium.github.io"

Support/CocoaPods/ReadiumLCP.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ReadiumLCP"
4-
s.version = "3.4.0"
4+
s.version = "3.5.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium LCP"
77
s.homepage = "http://readium.github.io"
@@ -20,8 +20,8 @@ Pod::Spec.new do |s|
2020
s.ios.deployment_target = "13.4"
2121
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'}
2222

23-
s.dependency 'ReadiumShared' , '~> 3.4.0'
24-
s.dependency 'ReadiumInternal', '~> 3.4.0'
25-
s.dependency 'ReadiumZIPFoundation', '~> 3.0.0'
23+
s.dependency 'ReadiumShared' , '~> 3.5.0'
24+
s.dependency 'ReadiumInternal', '~> 3.5.0'
25+
s.dependency 'ReadiumZIPFoundation', '~> 3.0.1'
2626
s.dependency 'CryptoSwift', '~> 1.8.0'
2727
end

Support/CocoaPods/ReadiumNavigator.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

33
s.name = "ReadiumNavigator"
4-
s.version = "3.4.0"
4+
s.version = "3.5.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium Navigator"
77
s.homepage = "http://readium.github.io"
@@ -19,8 +19,8 @@ Pod::Spec.new do |s|
1919
s.platform = :ios
2020
s.ios.deployment_target = "13.4"
2121

22-
s.dependency 'ReadiumShared', '~> 3.4.0'
23-
s.dependency 'ReadiumInternal', '~> 3.4.0'
22+
s.dependency 'ReadiumShared', '~> 3.5.0'
23+
s.dependency 'ReadiumInternal', '~> 3.5.0'
2424
s.dependency 'DifferenceKit', '~> 1.0'
2525
s.dependency 'SwiftSoup', '~> 2.7.0'
2626

Support/CocoaPods/ReadiumOPDS.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

33
s.name = "ReadiumOPDS"
4-
s.version = "3.4.0"
4+
s.version = "3.5.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium OPDS"
77
s.homepage = "http://readium.github.io"
@@ -14,8 +14,8 @@ Pod::Spec.new do |s|
1414
s.ios.deployment_target = "13.4"
1515
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
1616

17-
s.dependency 'ReadiumShared', '~> 3.4.0'
18-
s.dependency 'ReadiumInternal', '~> 3.4.0'
17+
s.dependency 'ReadiumShared', '~> 3.5.0'
18+
s.dependency 'ReadiumInternal', '~> 3.5.0'
1919
s.dependency 'ReadiumFuzi', '~> 4.0.0'
2020

2121
end

0 commit comments

Comments
 (0)