Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ac72899

Browse files
authoredMar 24, 2025··
3.2.0 (#566)
1 parent 33dfb92 commit ac72899

12 files changed

+34
-31
lines changed
 

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. Take a look
44

55
**Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with caution.
66

7-
## [Unreleased]
7+
<!-- ## [Unreleased] -->
8+
9+
## [3.2.0]
810

911
### Added
1012

@@ -894,3 +896,4 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
894896
[3.0.0-beta.1]: https://github.com/readium/swift-toolkit/compare/3.0.0-alpha.3...3.0.0-beta.1
895897
[3.0.0-beta.2]: https://github.com/readium/swift-toolkit/compare/3.0.0-beta.1...3.0.0-beta.2
896898
[3.1.0]: https://github.com/readium/swift-toolkit/compare/3.0.0...3.1.0
899+
[3.2.0]: https://github.com/readium/swift-toolkit/compare/3.1.0...3.2.0

‎MAINTAINING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You are ready to release a new version of the Swift toolkit? Great, follow these
1818
4. Issue the new release.
1919
1. Create a branch with the same name as the future tag, from `develop`.
2020
2. Bump the version numbers in the `Support/CocoaPods/*.podspec` files.
21-
* :warning: Don't forget to use `:tag => s.version` in the `Podspec` files instead of `:branch`.
21+
* :warning: Don't forget to bump the version numbers of the Readium dependencies as well.
2222
3. Bump the version numbers in `README.md`.
2323
4. Bump the version numbers in `TestApp/Sources/Info.plist`.
2424
5. Close the version in the `CHANGELOG.md`, [for example](https://github.com/readium/swift-toolkit/pull/353/commits/a0714589b3da928dd923ba78f379116715797333#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed).

‎README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you're stuck, find more information at [developer.apple.com](https://develope
4646
Add the following to your `Cartfile`:
4747

4848
```
49-
github "readium/swift-toolkit" ~> 3.1.0
49+
github "readium/swift-toolkit" ~> 3.2.0
5050
```
5151

5252
Then, [follow the usual Carthage steps](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to add the Readium libraries to your project.
@@ -76,11 +76,11 @@ Add the following `pod` statements to your `Podfile` for the Readium libraries y
7676
source 'https://github.com/readium/podspecs'
7777
source 'https://cdn.cocoapods.org/'
7878
79-
pod 'ReadiumShared', '~> 3.1.0'
80-
pod 'ReadiumStreamer', '~> 3.1.0'
81-
pod 'ReadiumNavigator', '~> 3.1.0'
82-
pod 'ReadiumOPDS', '~> 3.1.0'
83-
pod 'ReadiumLCP', '~> 3.1.0'
79+
pod 'ReadiumShared', '~> 3.2.0'
80+
pod 'ReadiumStreamer', '~> 3.2.0'
81+
pod 'ReadiumNavigator', '~> 3.2.0'
82+
pod 'ReadiumOPDS', '~> 3.2.0'
83+
pod 'ReadiumLCP', '~> 3.2.0'
8484
```
8585

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

‎Support/CocoaPods/ReadiumAdapterGCDWebServer.podspec

+3-3
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.1.0"
4+
s.version = "3.2.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.1.0'
18-
s.dependency 'ReadiumInternal', '~> 3.1.0'
17+
s.dependency 'ReadiumShared', '~> 3.2.0'
18+
s.dependency 'ReadiumInternal', '~> 3.2.0'
1919
s.dependency 'ReadiumGCDWebServer', '~> 4.0.0'
2020

2121
end

‎Support/CocoaPods/ReadiumAdapterLCPSQLite.podspec

+3-3
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.1.0"
4+
s.version = "3.2.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.1.0'
18-
s.dependency 'ReadiumShared', '~> 3.1.0'
17+
s.dependency 'ReadiumLCP', '~> 3.2.0'
18+
s.dependency 'ReadiumShared', '~> 3.2.0'
1919
s.dependency 'SQLite.swift', '~> 0.15.0'
2020

2121
end

‎Support/CocoaPods/ReadiumInternal.podspec

+1-1
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.1.0"
4+
s.version = "3.2.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

+3-3
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.1.0"
4+
s.version = "3.2.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.1.0'
24-
s.dependency 'ReadiumInternal', '~> 3.1.0'
23+
s.dependency 'ReadiumShared' , '~> 3.2.0'
24+
s.dependency 'ReadiumInternal', '~> 3.2.0'
2525
s.dependency 'ReadiumZIPFoundation', '~> 2.0.0'
2626
s.dependency 'CryptoSwift', '~> 1.8.0'
2727
end

‎Support/CocoaPods/ReadiumNavigator.podspec

+3-3
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.1.0"
4+
s.version = "3.2.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.1.0'
23-
s.dependency 'ReadiumInternal', '~> 3.1.0'
22+
s.dependency 'ReadiumShared', '~> 3.2.0'
23+
s.dependency 'ReadiumInternal', '~> 3.2.0'
2424
s.dependency 'DifferenceKit', '~> 1.0'
2525
s.dependency 'SwiftSoup', '~> 2.7.0'
2626

‎Support/CocoaPods/ReadiumOPDS.podspec

+3-3
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.1.0"
4+
s.version = "3.2.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.1.0'
18-
s.dependency 'ReadiumInternal', '~> 3.1.0'
17+
s.dependency 'ReadiumShared', '~> 3.2.0'
18+
s.dependency 'ReadiumInternal', '~> 3.2.0'
1919
s.dependency 'ReadiumFuzi', '~> 4.0.0'
2020

2121
end

‎Support/CocoaPods/ReadiumShared.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ReadiumShared"
4-
s.version = "3.1.0"
4+
s.version = "3.2.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium Shared"
77
s.homepage = "http://readium.github.io"
@@ -20,6 +20,6 @@ Pod::Spec.new do |s|
2020
s.dependency 'SwiftSoup', '~> 2.7.0'
2121
s.dependency 'ReadiumFuzi', '~> 4.0.0'
2222
s.dependency 'ReadiumZIPFoundation', '~> 2.0.0'
23-
s.dependency 'ReadiumInternal', '~> 3.1.0'
23+
s.dependency 'ReadiumInternal', '~> 3.2.0'
2424

2525
end

‎Support/CocoaPods/ReadiumStreamer.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ReadiumStreamer"
4-
s.version = "3.1.0"
4+
s.version = "3.2.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium Streamer"
77
s.homepage = "http://readium.github.io"
@@ -22,8 +22,8 @@ Pod::Spec.new do |s|
2222
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
2323

2424
s.dependency 'ReadiumFuzi', '~> 4.0.0'
25-
s.dependency 'ReadiumShared', '~> 3.1.0'
26-
s.dependency 'ReadiumInternal', '~> 3.1.0'
25+
s.dependency 'ReadiumShared', '~> 3.2.0'
26+
s.dependency 'ReadiumInternal', '~> 3.2.0'
2727
s.dependency 'CryptoSwift', '~> 1.8.0'
2828

2929
end

‎TestApp/Sources/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@
252252
<key>CFBundlePackageType</key>
253253
<string>APPL</string>
254254
<key>CFBundleShortVersionString</key>
255-
<string>3.1.0</string>
255+
<string>3.2.0</string>
256256
<key>CFBundleVersion</key>
257-
<string>3.1.0</string>
257+
<string>3.2.0</string>
258258
<key>LSRequiresIPhoneOS</key>
259259
<true/>
260260
<key>LSSupportsOpeningDocumentsInPlace</key>

0 commit comments

Comments
 (0)
Please sign in to comment.