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

Commit

Permalink
2.1.0 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Jul 29, 2021
1 parent 2155bc1 commit 5fa961c
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 28,173 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
**Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with
*caution.

## [Unreleased]
<!--## [Unreleased]-->

## [2.1.0]

### Added

Expand Down Expand Up @@ -120,3 +122,4 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
[2.0.0-beta.1]: https://github.com/readium/r2-navigator-swift/compare/2.0.0-alpha.2...2.0.0-beta.1
[2.0.0-beta.2]: https://github.com/readium/r2-navigator-swift/compare/2.0.0-beta.1...2.0.0-beta.2
[2.0.0]: https://github.com/readium/r2-navigator-swift/compare/2.0.0-beta.2...2.0.0
[2.1.0]: https://github.com/readium/r2-navigator-swift/compare/2.0.0...2.1.0
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "readium/r2-shared-swift" "develop"
github "readium/r2-shared-swift" ~> 2.1.0
github "scinfu/SwiftSoup" ~> 2.3.2
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "cezheng/Fuzi" "3.1.3"
github "dexman/Minizip" "1.4.0"
github "readium/r2-shared-swift" "7e99bfb4f9a2428857620a9c5a69575e4e839c83"
github "readium/r2-shared-swift" "2.1.0"
github "scinfu/SwiftSoup" "2.3.2"
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"package": "r2-shared-swift",
"repositoryURL": "https://github.com/readium/r2-shared-swift.git",
"state": {
"branch": "develop",
"revision": "6c44cbbcecb3a0ce345cce44141089d48ff77045",
"version": null
"branch": null,
"revision": "f631efdb51ad6cb55fb173b4e80bbb1d1215fa76",
"version": "2.1.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/readium/r2-shared-swift.git", .branch("develop")),
.package(url: "https://github.com/readium/r2-shared-swift.git", from: "2.1.0"),
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),
],
targets: [
Expand Down
20 changes: 10 additions & 10 deletions R2Navigator.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Pod::Spec.new do |s|

s.name = "R2Navigator"
s.version = "2.0.0"
s.license = "BSD 3-Clause License"
s.summary = "R2 Navigator"
s.homepage = "http://readium.github.io"
s.author = { "Aferdita Muriqi" => "[email protected]" }
s.source = { :git => "https://github.com/readium/r2-navigator-swift.git", :branch => "develop" }
s.name = "R2Navigator"
s.version = "2.1.0"
s.license = "BSD 3-Clause License"
s.summary = "R2 Navigator"
s.homepage = "http://readium.github.io"
s.author = { "Readium" => "[email protected]" }
s.source = { :git => 'https://github.com/readium/r2-navigator-swift.git', :tag => '2.1.0' }
s.exclude_files = ["**/Info*.plist"]
s.requires_arc = true
s.resources = ['r2-navigator-swift/Resources/**', 'r2-navigator-swift/EPUB/Assets']
s.requires_arc = true
s.resources = ['r2-navigator-swift/Resources/**', 'r2-navigator-swift/EPUB/Assets']
s.source_files = "r2-navigator-swift/**/*.{m,h,swift}"
s.platform = :ios
s.platform = :ios
s.ios.deployment_target = "10.0"
s.dependency 'R2Shared'
s.dependency 'SwiftSoup', '~> 2.3'
Expand Down
5,206 changes: 0 additions & 5,206 deletions r2-navigator-swift.xcodeproj/.xcodegen

Large diffs are not rendered by default.

23,018 changes: 68 additions & 22,950 deletions r2-navigator-swift.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

0 comments on commit 5fa961c

Please sign in to comment.