Skip to content

Commit 4ae36cf

Browse files
authored
3.3.0 (#609)
1 parent 32e6308 commit 4ae36cf

14 files changed

+37
-34
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +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-
**Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with caution.
5+
<!-- ## [Unreleased] -->
66

7-
## [Unreleased]
7+
## [3.3.0]
88

99
### Added
1010

@@ -930,3 +930,4 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
930930
[3.0.0-beta.2]: https://github.com/readium/swift-toolkit/compare/3.0.0-beta.1...3.0.0-beta.2
931931
[3.1.0]: https://github.com/readium/swift-toolkit/compare/3.0.0...3.1.0
932932
[3.2.0]: https://github.com/readium/swift-toolkit/compare/3.1.0...3.2.0
933+
[3.3.0]: https://github.com/readium/swift-toolkit/compare/3.2.0...3.3.0

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.2.0
116+
github "readium/swift-toolkit" ~> 3.3.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.2.0'
147-
pod 'ReadiumStreamer', '~> 3.2.0'
148-
pod 'ReadiumNavigator', '~> 3.2.0'
149-
pod 'ReadiumOPDS', '~> 3.2.0'
150-
pod 'ReadiumLCP', '~> 3.2.0'
146+
pod 'ReadiumShared', '~> 3.3.0'
147+
pod 'ReadiumStreamer', '~> 3.3.0'
148+
pod 'ReadiumNavigator', '~> 3.3.0'
149+
pod 'ReadiumOPDS', '~> 3.3.0'
150+
pod 'ReadiumLCP', '~> 3.3.0'
151151
```
152152

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

Sources/LCP/Resources/en.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ReadiumLCP.dialog.title" = "Enter Password";
1010
"ReadiumLCP.dialog.cancel" = "Cancel";
1111
"ReadiumLCP.dialog.continue" = "Continue";
12-
"ReadiumLCP.dialog.forgotYourPassphrase" = "Forgot your password?";
12+
"ReadiumLCP.dialog.forgotYourPassphrase" = "Forgot Your Password?";
1313
"ReadiumLCP.dialog.forgotYourPassphrase.help" = "Forgot your passphrase? Use the button below to request a new one from your library or bookstore.";
1414
"ReadiumLCP.dialog.hint" = "**Hint:** %@";
1515
"ReadiumLCP.dialog.header" = "This publication requires an LCP password to open, which is provided by your library or bookstore. Enter it once, and you're all set to read on this device.";

Sources/LCP/Toolkit/ReadiumLCPLocalizedString.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import Foundation
88
import ReadiumShared
9-
import SwiftUICore
9+
import SwiftUI
1010

1111
func ReadiumLCPLocalizedString(_ key: String, _ values: CVarArg...) -> String {
1212
ReadiumLCPLocalizedString(key, values)

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.2.0"
4+
s.version = "3.3.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.2.0'
18-
s.dependency 'ReadiumInternal', '~> 3.2.0'
17+
s.dependency 'ReadiumShared', '~> 3.3.0'
18+
s.dependency 'ReadiumInternal', '~> 3.3.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.2.0"
4+
s.version = "3.3.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.2.0'
18-
s.dependency 'ReadiumShared', '~> 3.2.0'
17+
s.dependency 'ReadiumLCP', '~> 3.3.0'
18+
s.dependency 'ReadiumShared', '~> 3.3.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.2.0"
4+
s.version = "3.3.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: 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 = "ReadiumLCP"
4-
s.version = "3.2.0"
4+
s.version = "3.3.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.2.0'
24-
s.dependency 'ReadiumInternal', '~> 3.2.0'
23+
s.dependency 'ReadiumShared' , '~> 3.3.0'
24+
s.dependency 'ReadiumInternal', '~> 3.3.0'
2525
s.dependency 'ReadiumZIPFoundation', '~> 3.0.0'
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.2.0"
4+
s.version = "3.3.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.2.0'
23-
s.dependency 'ReadiumInternal', '~> 3.2.0'
22+
s.dependency 'ReadiumShared', '~> 3.3.0'
23+
s.dependency 'ReadiumInternal', '~> 3.3.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.2.0"
4+
s.version = "3.3.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.2.0'
18-
s.dependency 'ReadiumInternal', '~> 3.2.0'
17+
s.dependency 'ReadiumShared', '~> 3.3.0'
18+
s.dependency 'ReadiumInternal', '~> 3.3.0'
1919
s.dependency 'ReadiumFuzi', '~> 4.0.0'
2020

2121
end

0 commit comments

Comments
 (0)