Skip to content

Commit 2dc5805

Browse files
authored
3.0.0-beta.2 (#534)
1 parent ffc3b6f commit 2dc5805

16 files changed

+117
-91
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -152,26 +152,3 @@ jobs:
152152
set -eo pipefail
153153
xcodebuild build -scheme TestApp -destination "platform=$platform,name=$device" | if command -v xcpretty &> /dev/null; then xcpretty; else cat; fi
154154
155-
# Warning: This job cannot actually test the state of the current commit,
156-
# but will check that the latest branch/tag set in the Podspecs are valid.
157-
int-cocoapods:
158-
name: Integration (CocoaPods)
159-
if: github.event_name == 'push'
160-
runs-on: macos-14
161-
defaults:
162-
run:
163-
working-directory: TestApp
164-
environment: LCP
165-
steps:
166-
- name: Checkout
167-
uses: actions/checkout@v3
168-
- name: Install dependencies
169-
run: |
170-
brew update
171-
brew install xcodegen
172-
- name: Generate project
173-
run: make cocoapods lcp=${{ secrets.LCP_URL_COCOAPODS }} commit=$commit_sha
174-
- name: Build
175-
run: |
176-
set -eo pipefail
177-
xcodebuild build -workspace TestApp.xcworkspace -scheme TestApp -destination "platform=$platform,name=$device" | if command -v xcpretty &> /dev/null; then xcpretty; else cat; fi

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ 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.0.0-beta.2]
810

911
* The Readium Swift toolkit now requires a minimum of iOS 13.4.
12+
* All the libraries are now available on a dedicated [Readium CocoaPods Specs repository](https://github.com/readium/podspecs). Take a look at [the migration guide](Documentation/Migration%20Guide.md) to migrate.
1013

1114
### Added
1215

@@ -835,3 +838,4 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
835838
[3.0.0-alpha.2]: https://github.com/readium/swift-toolkit/compare/3.0.0-alpha.1...3.0.0-alpha.2
836839
[3.0.0-alpha.3]: https://github.com/readium/swift-toolkit/compare/3.0.0-alpha.2...3.0.0-alpha.3
837840
[3.0.0-beta.1]: https://github.com/readium/swift-toolkit/compare/3.0.0-alpha.3...3.0.0-beta.1
841+
[3.0.0-beta.2]: https://github.com/readium/swift-toolkit/compare/3.0.0-beta.1...3.0.0-beta.2

MAINTAINING.md

Lines changed: 16 additions & 2 deletions
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` in the `Podspec` files instead of `:branch`, [for example](https://github.com/readium/swift-toolkit/pull/353/commits/a0714589b3da928dd923ba78f379116715797333#diff-b726fa4aff3ea878dedf3e0f78607c09975ef5412966dc1b547d9b5e9e4b0d9cL9).
21+
* :warning: Don't forget to use `:tag => s.version` in the `Podspec` files instead of `:branch`.
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).
@@ -31,11 +31,25 @@ You are ready to release a new version of the Swift toolkit? Great, follow these
3131
git tag -a 3.0.1 -m 3.0.1
3232
git push --tags
3333
```
34+
9. Release the updated Podspecs:
35+
```shell
36+
cd Support/CocoaPods
37+
38+
pod repo add readium [email protected]:readium/podspecs.git
39+
40+
pod repo push readium ReadiumInternal.podspec
41+
pod repo push readium ReadiumShared.podspec
42+
pod repo push readium ReadiumStreamer.podspec
43+
pod repo push readium ReadiumNavigator.podspec
44+
pod repo push readium ReadiumOPDS.podspec
45+
pod repo push readium ReadiumLCP.podspec
46+
pod repo push readium ReadiumAdapterGCDWebServer.podspec
47+
pod repo push readium ReadiumAdapterLCPSQLite.podspec
48+
```
3449
5. Verify you can fetch the new version from the latest Test App with `make spm|carthage|cocoapods version=3.0.1`
3550
7. Announce the release.
3651
1. Create a new release on GitHub.
3752
2. Publish a new TestFlight beta with LCP enabled.
3853
* Click on "External Groups" > "Public Beta", then add the new build so that it's available to everyone.
3954
8. Merge `develop` into `main`.
40-
9. :warning: Revert to `:branch => "develop"` in the `Podspec` files in `develop`.
4155

README.md

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

4747
```
48-
github "readium/swift-toolkit" ~> 3.0.0-beta.1
48+
github "readium/swift-toolkit" ~> 3.0.0-beta.2
4949
```
5050

5151
Then, [follow the usual Carthage steps](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to add the Readium libraries to your project.
@@ -71,14 +71,14 @@ Refer to the following table to know which dependencies are required for each Re
7171
Add the following `pod` statements to your `Podfile` for the Readium libraries you want to use:
7272

7373
```
74-
pod 'ReadiumStreamer', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/3.0.0-beta.1/Support/CocoaPods/ReadiumStreamer.podspec'
75-
pod 'ReadiumNavigator', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/3.0.0-beta.1/Support/CocoaPods/ReadiumNavigator.podspec'
76-
pod 'ReadiumOPDS', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/3.0.0-beta.1/Support/CocoaPods/ReadiumOPDS.podspec'
77-
pod 'ReadiumLCP', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/3.0.0-beta.1/Support/CocoaPods/ReadiumLCP.podspec'
78-
79-
# Required by all the other libraries
80-
pod 'ReadiumShared', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/3.0.0-beta.1/Support/CocoaPods/ReadiumShared.podspec'
81-
pod 'ReadiumInternal', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/3.0.0-beta.1/Support/CocoaPods/ReadiumInternal.podspec'
74+
source 'https://github.com/readium/podspecs'
75+
source 'https://cdn.cocoapods.org/'
76+
77+
pod 'ReadiumShared', '~> 3.0.0-beta.2'
78+
pod 'ReadiumStreamer', '~> 3.0.0-beta.2'
79+
pod 'ReadiumNavigator', '~> 3.0.0-beta.2'
80+
pod 'ReadiumOPDS', '~> 3.0.0-beta.2'
81+
pod 'ReadiumLCP', '~> 3.0.0-beta.2'
8282
```
8383

8484
Take a look at [CocoaPods's documentation](https://guides.cocoapods.org/using/using-cocoapods.html) for more information.
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ReadiumAdapterGCDWebServer"
4-
s.version = "3.0.0-beta.1"
4+
s.version = "3.0.0-beta.2"
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"
88
s.author = { "Readium" => "[email protected]" }
9-
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" }
9+
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => s.version }
1010
s.requires_arc = true
1111
s.source_files = "Sources/Adapters/GCDWebServer/**/*.{m,h,swift}"
12+
s.swift_version = '5.10'
1213
s.platform = :ios
1314
s.ios.deployment_target = "13.4"
1415
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
1516

16-
s.dependency 'ReadiumShared'
17-
s.dependency 'ReadiumInternal'
17+
s.dependency 'ReadiumShared', '~> 3.0.0-beta.2'
18+
s.dependency 'ReadiumInternal', '~> 3.0.0-beta.2'
1819
s.dependency 'ReadiumGCDWebServer', '~> 4.0.0'
1920

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

33
s.name = "ReadiumAdapterLCPSQLite"
4-
s.version = "3.0.0-beta.1"
4+
s.version = "3.0.0-beta.2"
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"
88
s.author = { "Readium" => "[email protected]" }
9-
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" }
9+
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => s.version }
1010
s.requires_arc = true
1111
s.source_files = "Sources/Adapters/LCPSQLite/**/*.{m,h,swift}"
12+
s.swift_version = '5.10'
1213
s.platform = :ios
1314
s.ios.deployment_target = "13.4"
1415
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
1516

16-
s.dependency 'ReadiumLCP'
17-
s.dependency 'ReadiumShared'
17+
s.dependency 'ReadiumLCP', '~> 3.0.0-beta.2'
18+
s.dependency 'ReadiumShared', '~> 3.0.0-beta.2'
1819
s.dependency 'SQLite.swift', '~> 0.15.0'
1920

2021
end

Support/CocoaPods/ReadiumInternal.podspec

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

33
s.name = "ReadiumInternal"
4-
s.version = "3.0.0-beta.1"
4+
s.version = "3.0.0-beta.2"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Private utilities used by the Readium modules"
77
s.homepage = "http://readium.github.io"
88
s.author = { "Readium" => "[email protected]" }
9-
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" }
9+
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => s.version }
1010
s.requires_arc = true
1111
s.source_files = "Sources/Internal/**/*.{m,h,swift}"
12+
s.swift_version = '5.10'
1213
s.platform = :ios
1314
s.ios.deployment_target = "13.4"
1415
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }

Support/CocoaPods/ReadiumLCP.podspec

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

33
s.name = "ReadiumLCP"
4-
s.version = "3.0.0-beta.1"
4+
s.version = "3.0.0-beta.2"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium LCP"
77
s.homepage = "http://readium.github.io"
88
s.author = { "Readium" => "[email protected]" }
9-
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" }
9+
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => s.version }
1010
s.requires_arc = true
1111
s.resource_bundles = {
1212
'ReadiumLCP' => [
@@ -15,12 +15,13 @@ Pod::Spec.new do |s|
1515
],
1616
}
1717
s.source_files = "Sources/LCP/**/*.{m,h,swift}"
18+
s.swift_version = '5.10'
1819
s.platform = :ios
1920
s.ios.deployment_target = "13.4"
2021
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'}
2122

22-
s.dependency 'ReadiumShared'
23-
s.dependency 'ReadiumInternal'
23+
s.dependency 'ReadiumShared' , '~> 3.0.0-beta.2'
24+
s.dependency 'ReadiumInternal', '~> 3.0.0-beta.2'
2425
s.dependency 'ReadiumZIPFoundation', '~> 1.0.0'
2526
s.dependency 'CryptoSwift', '~> 1.8.0'
2627
end

Support/CocoaPods/ReadiumNavigator.podspec

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

33
s.name = "ReadiumNavigator"
4-
s.version = "3.0.0-beta.1"
4+
s.version = "3.0.0-beta.2"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium Navigator"
77
s.homepage = "http://readium.github.io"
88
s.author = { "Readium" => "[email protected]" }
9-
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" }
9+
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => s.version }
1010
s.requires_arc = true
1111
s.resource_bundles = {
1212
'ReadiumNavigator' => [
@@ -15,11 +15,12 @@ Pod::Spec.new do |s|
1515
],
1616
}
1717
s.source_files = "Sources/Navigator/**/*.{m,h,swift}"
18+
s.swift_version = '5.10'
1819
s.platform = :ios
1920
s.ios.deployment_target = "13.4"
2021

21-
s.dependency 'ReadiumShared'
22-
s.dependency 'ReadiumInternal'
22+
s.dependency 'ReadiumShared', '~> 3.0.0-beta.2'
23+
s.dependency 'ReadiumInternal', '~> 3.0.0-beta.2'
2324
s.dependency 'DifferenceKit', '~> 1.0'
2425
s.dependency 'SwiftSoup', '~> 2.7.0'
2526

Support/CocoaPods/ReadiumOPDS.podspec

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

33
s.name = "ReadiumOPDS"
4-
s.version = "3.0.0-beta.1"
4+
s.version = "3.0.0-beta.2"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium OPDS"
77
s.homepage = "http://readium.github.io"
88
s.author = { "Readium" => "[email protected]" }
9-
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" }
9+
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => s.version }
1010
s.requires_arc = true
11-
s.resource_bundles = {
12-
'ReadiumOPDS' => ['Sources/OPDS/Resources/**'],
13-
}
1411
s.source_files = "Sources/OPDS/**/*.{m,h,swift}"
12+
s.swift_version = '5.10'
1513
s.platform = :ios
1614
s.ios.deployment_target = "13.4"
1715
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
1816

19-
s.dependency 'ReadiumShared'
20-
s.dependency 'ReadiumInternal'
17+
s.dependency 'ReadiumShared', '~> 3.0.0-beta.2'
18+
s.dependency 'ReadiumInternal', '~> 3.0.0-beta.2'
2119
s.dependency 'ReadiumFuzi', '~> 4.0.0'
2220

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

33
s.name = "ReadiumShared"
4-
s.version = "3.0.0-beta.1"
4+
s.version = "3.0.0-beta.2"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium Shared"
77
s.homepage = "http://readium.github.io"
88
s.author = { "Readium" => "[email protected]" }
9-
s.source = { :git => 'https://github.com/readium/swift-toolkit.git', :branch => "develop" }
9+
s.source = { :git => 'https://github.com/readium/swift-toolkit.git', :tag => s.version }
1010
s.requires_arc = true
1111
s.source_files = "Sources/Shared/**/*.{m,h,swift}"
12+
s.swift_version = '5.10'
1213
s.platform = :ios
1314
s.ios.deployment_target = "13.4"
1415
s.frameworks = "CoreServices"
@@ -18,6 +19,6 @@ Pod::Spec.new do |s|
1819
s.dependency 'SwiftSoup', '~> 2.7.0'
1920
s.dependency 'ReadiumFuzi', '~> 4.0.0'
2021
s.dependency 'ReadiumZIPFoundation', '~> 1.0.0'
21-
s.dependency 'ReadiumInternal'
22+
s.dependency 'ReadiumInternal', '~> 3.0.0-beta.2'
2223

2324
end
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ReadiumStreamer"
4-
s.version = "3.0.0-beta.1"
4+
s.version = "3.0.0-beta.2"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium Streamer"
77
s.homepage = "http://readium.github.io"
88
s.author = { "Readium" => "[email protected]" }
9-
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" }
9+
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => s.version }
1010
s.requires_arc = true
1111
s.resource_bundles = {
1212
'ReadiumStreamer' => [
@@ -15,14 +15,15 @@ Pod::Spec.new do |s|
1515
],
1616
}
1717
s.source_files = "Sources/Streamer/**/*.{m,h,swift}"
18+
s.swift_version = '5.10'
1819
s.platform = :ios
19-
s.ios.deployment_target = "13.0"
20+
s.ios.deployment_target = "13.4"
2021
s.libraries = 'z', 'xml2'
2122
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
2223

2324
s.dependency 'ReadiumFuzi', '~> 4.0.0'
24-
s.dependency 'ReadiumShared'
25-
s.dependency 'ReadiumInternal'
25+
s.dependency 'ReadiumShared', '~> 3.0.0-beta.2'
26+
s.dependency 'ReadiumInternal', '~> 3.0.0-beta.2'
2627
s.dependency 'CryptoSwift', '~> 1.8.0'
2728

2829
end

TestApp/Integrations/CocoaPods/Podfile

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1+
source 'https://github.com/readium/podspecs'
2+
source 'https://cdn.cocoapods.org/'
3+
14
platform :ios, '18.0'
25

36
target 'TestApp' do
47
# Comment the next line if you don't want to use dynamic frameworks
58
use_frameworks!
69

7-
pod 'ReadiumShared', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/VERSION/Support/CocoaPods/ReadiumShared.podspec'
8-
pod 'ReadiumStreamer', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/VERSION/Support/CocoaPods/ReadiumStreamer.podspec'
9-
pod 'ReadiumNavigator', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/VERSION/Support/CocoaPods/ReadiumNavigator.podspec'
10-
pod 'ReadiumAdapterGCDWebServer', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/VERSION/Support/CocoaPods/ReadiumAdapterGCDWebServer.podspec'
11-
pod 'ReadiumOPDS', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/VERSION/Support/CocoaPods/ReadiumOPDS.podspec'
12-
pod 'ReadiumInternal', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/VERSION/Support/CocoaPods/ReadiumInternal.podspec'
10+
pod 'ReadiumShared', '~> VERSION'
11+
pod 'ReadiumStreamer', '~> VERSION'
12+
pod 'ReadiumNavigator', '~> VERSION'
13+
pod 'ReadiumOPDS', '~> VERSION'
14+
pod 'ReadiumAdapterGCDWebServer', '~> VERSION'
1315

1416
pod 'GRDB.swift', '~> 6.0'
1517
pod 'Kingfisher', '~> 5.0'

TestApp/Integrations/CocoaPods/Podfile+lcp

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1+
source 'https://github.com/readium/podspecs'
2+
source 'https://cdn.cocoapods.org/'
3+
14
platform :ios, '18.0'
25

36
target 'TestApp' do
47
# Comment the next line if you don't want to use dynamic frameworks
58
use_frameworks!
69

7-
pod 'ReadiumShared', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/VERSION/Support/CocoaPods/ReadiumShared.podspec'
8-
pod 'ReadiumStreamer', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/VERSION/Support/CocoaPods/ReadiumStreamer.podspec'
9-
pod 'ReadiumNavigator', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/VERSION/Support/CocoaPods/ReadiumNavigator.podspec'
10-
pod 'ReadiumAdapterGCDWebServer', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/VERSION/Support/CocoaPods/ReadiumAdapterGCDWebServer.podspec'
11-
pod 'ReadiumAdapterLCPSQLite', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/VERSION/Support/CocoaPods/ReadiumAdapterLCPSQLite.podspec'
12-
pod 'ReadiumOPDS', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/VERSION/Support/CocoaPods/ReadiumOPDS.podspec'
13-
pod 'ReadiumLCP', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/VERSION/Support/CocoaPods/ReadiumLCP.podspec'
14-
pod 'ReadiumInternal', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/VERSION/Support/CocoaPods/ReadiumInternal.podspec'
10+
pod 'ReadiumShared', '~> VERSION'
11+
pod 'ReadiumStreamer', '~> VERSION'
12+
pod 'ReadiumNavigator', '~> VERSION'
13+
pod 'ReadiumOPDS', '~> VERSION'
14+
pod 'ReadiumLCP', '~> VERSION'
15+
pod 'ReadiumAdapterGCDWebServer', '~> VERSION'
16+
pod 'ReadiumAdapterLCPSQLite', '~> VERSION'
1517
pod 'R2LCPClient', podspec: 'LCP_URL'
1618

1719
pod 'GRDB.swift', '~> 6.0'

TestApp/Sources/Info.plist

Lines changed: 2 additions & 2 deletions
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.0.0-beta.1</string>
255+
<string>3.0.0-beta.2</string>
256256
<key>CFBundleVersion</key>
257-
<string>3.0.0-beta.1</string>
257+
<string>3.0.0-beta.2</string>
258258
<key>LSRequiresIPhoneOS</key>
259259
<true/>
260260
<key>LSSupportsOpeningDocumentsInPlace</key>

0 commit comments

Comments
 (0)