Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
Upgrade to Readium 2.1.0 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu authored Jul 29, 2021
1 parent bac16a6 commit e270d59
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
8 changes: 4 additions & 4 deletions Integrations/Carthage/Cartfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ github "stephencelis/SQLite.swift" ~> 0.12.2
github "scinfu/SwiftSoup" ~> 2.3.2

# Readium 2 dependencies
github "readium/r2-shared-swift" "develop"
github "readium/r2-streamer-swift" "develop"
github "readium/r2-navigator-swift" "develop"
github "readium/r2-opds-swift" "develop"
github "readium/r2-shared-swift" ~> 2.1.0
github "readium/r2-streamer-swift" ~> 2.1.0
github "readium/r2-navigator-swift" ~> 2.1.0
github "readium/r2-opds-swift" ~> 2.1.0
10 changes: 5 additions & 5 deletions Integrations/Carthage/Cartfile+lcp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ github "stephencelis/SQLite.swift" ~> 0.12.2
github "scinfu/SwiftSoup" ~> 2.3.2

# Readium 2 dependencies
github "readium/r2-shared-swift" "develop"
github "readium/r2-streamer-swift" "develop"
github "readium/r2-navigator-swift" "develop"
github "readium/r2-opds-swift" "develop"
github "readium/r2-lcp-swift" "develop"
github "readium/r2-shared-swift" ~> 2.1.0
github "readium/r2-streamer-swift" ~> 2.1.0
github "readium/r2-navigator-swift" ~> 2.1.0
github "readium/r2-opds-swift" ~> 2.1.0
github "readium/r2-lcp-swift" ~> 2.1.0
10 changes: 5 additions & 5 deletions Integrations/CocoaPods/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ target 'R2TestApp' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

pod 'R2Shared', podspec: 'https://raw.githubusercontent.com/readium/r2-shared-swift/develop/R2Shared.podspec'
pod 'R2Streamer', podspec: 'https://raw.githubusercontent.com/readium/r2-streamer-swift/develop/R2Streamer.podspec'
pod 'R2Navigator', podspec: 'https://raw.githubusercontent.com/readium/r2-navigator-swift/develop/R2Navigator.podspec'
pod 'ReadiumOPDS', podspec: 'https://raw.githubusercontent.com/readium/r2-opds-swift/develop/ReadiumOPDS.podspec'
pod 'ReadiumLCP', podspec: 'https://raw.githubusercontent.com/readium/r2-lcp-swift/develop/ReadiumLCP.podspec'
pod 'R2Shared', podspec: 'https://raw.githubusercontent.com/readium/r2-shared-swift/2.1.0/R2Shared.podspec'
pod 'R2Streamer', podspec: 'https://raw.githubusercontent.com/readium/r2-streamer-swift/2.1.0/R2Streamer.podspec'
pod 'R2Navigator', podspec: 'https://raw.githubusercontent.com/readium/r2-navigator-swift/2.1.0/R2Navigator.podspec'
pod 'ReadiumOPDS', podspec: 'https://raw.githubusercontent.com/readium/r2-opds-swift/2.1.0/ReadiumOPDS.podspec'
pod 'ReadiumLCP', podspec: 'https://raw.githubusercontent.com/readium/r2-lcp-swift/2.1.0/ReadiumLCP.podspec'

pod 'GCDWebServer', podspec: 'https://raw.githubusercontent.com/readium/GCDWebServer/3.6.3/GCDWebServer.podspec'
pod 'Kingfisher'
Expand Down
10 changes: 5 additions & 5 deletions Integrations/CocoaPods/Podfile+lcp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ target 'R2TestApp' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

pod 'R2Shared', podspec: 'https://raw.githubusercontent.com/readium/r2-shared-swift/develop/R2Shared.podspec'
pod 'R2Streamer', podspec: 'https://raw.githubusercontent.com/readium/r2-streamer-swift/develop/R2Streamer.podspec'
pod 'R2Navigator', podspec: 'https://raw.githubusercontent.com/readium/r2-navigator-swift/develop/R2Navigator.podspec'
pod 'ReadiumOPDS', podspec: 'https://raw.githubusercontent.com/readium/r2-opds-swift/develop/ReadiumOPDS.podspec'
pod 'ReadiumLCP', podspec: 'https://raw.githubusercontent.com/readium/r2-lcp-swift/develop/ReadiumLCP.podspec'
pod 'R2Shared', podspec: 'https://raw.githubusercontent.com/readium/r2-shared-swift/2.1.0/R2Shared.podspec'
pod 'R2Streamer', podspec: 'https://raw.githubusercontent.com/readium/r2-streamer-swift/2.1.0/R2Streamer.podspec'
pod 'R2Navigator', podspec: 'https://raw.githubusercontent.com/readium/r2-navigator-swift/2.1.0/R2Navigator.podspec'
pod 'ReadiumOPDS', podspec: 'https://raw.githubusercontent.com/readium/r2-opds-swift/2.1.0/ReadiumOPDS.podspec'
pod 'ReadiumLCP', podspec: 'https://raw.githubusercontent.com/readium/r2-lcp-swift/2.1.0/ReadiumLCP.podspec'
pod 'R2LCPClient', podspec: 'LCP_URL'

pod 'GCDWebServer', podspec: 'https://raw.githubusercontent.com/readium/GCDWebServer/3.6.3/GCDWebServer.podspec'
Expand Down
10 changes: 5 additions & 5 deletions Integrations/SPM/project+lcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ options:
packages:
R2Shared:
url: https://github.com/readium/r2-shared-swift.git
branch: develop
from: 2.1.0
R2Streamer:
url: https://github.com/readium/r2-streamer-swift.git
branch: develop
from: 2.1.0
R2Navigator:
url: https://github.com/readium/r2-navigator-swift.git
branch: develop
from: 2.1.0
ReadiumOPDS:
url: https://github.com/readium/r2-opds-swift.git
branch: develop
from: 2.1.0
ReadiumLCP:
url: https://github.com/readium/r2-lcp-swift.git
branch: develop
from: 2.1.0
Kingfisher:
url: https://github.com/onevcat/Kingfisher.git
from: 5.15.8
Expand Down
8 changes: 4 additions & 4 deletions Integrations/SPM/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ options:
packages:
R2Shared:
url: https://github.com/readium/r2-shared-swift.git
branch: develop
from: 2.1.0
R2Streamer:
url: https://github.com/readium/r2-streamer-swift.git
branch: develop
from: 2.1.0
R2Navigator:
url: https://github.com/readium/r2-navigator-swift.git
branch: develop
from: 2.1.0
ReadiumOPDS:
url: https://github.com/readium/r2-opds-swift.git
branch: develop
from: 2.1.0
Kingfisher:
url: https://github.com/onevcat/Kingfisher.git
from: 5.15.8
Expand Down
4 changes: 2 additions & 2 deletions Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.2.0</string>
<string>2.2.1</string>
<key>CFBundleVersion</key>
<string>2.2.0</string>
<string>2.2.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
Expand Down

0 comments on commit e270d59

Please sign in to comment.