From f6ce578b2ee4aa21734540d8aea2002924891a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Menu?= Date: Wed, 14 Apr 2021 11:07:54 +0200 Subject: [PATCH] 2.0.0-beta.2 (#132) --- CHANGELOG.md | 6 ++++-- R2Shared.podspec | 2 +- r2-shared-swift.xcodeproj/project.pbxproj | 4 ++-- .../xcshareddata/xcschemes/r2-shared-swift.xcscheme | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58d0e917..8b5f329b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. **Warning:** Features marked as *experimental* may change or be removed in a future release without notice. Use with caution. -## [Unreleased] + + +## [2.0.0-beta.2] ### Added @@ -14,7 +16,6 @@ All notable changes to this project will be documented in this file. ### Changed -* CocoaPods is not supported anymore (i.e. [PR #129](https://github.com/readium/r2-shared-swift/pull/129)) * The `Archive` API now supports resource ownership at the entry level. * The default ZIP implementation takes advantage of this by opening a new ZIP stream for each resource to be served. This improves performances and memory safety. @@ -89,3 +90,4 @@ All notable changes to this project will be documented in this file. [2.0.0-alpha.1]: https://github.com/readium/r2-shared-swift/compare/1.4.3...2.0.0-alpha.1 [2.0.0-alpha.2]: https://github.com/readium/r2-shared-swift/compare/2.0.0-alpha.1...2.0.0-alpha.2 [2.0.0-beta.1]: https://github.com/readium/r2-shared-swift/compare/2.0.0-alpha.2...2.0.0-beta.1 +[2.0.0-beta.2]: https://github.com/readium/r2-shared-swift/compare/2.0.0-beta.1...2.0.0-beta.2 diff --git a/R2Shared.podspec b/R2Shared.podspec index b023615e..68ad3f6a 100644 --- a/R2Shared.podspec +++ b/R2Shared.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'R2Shared' - s.version = '2.0.0-beta.1' + s.version = '2.0.0-beta.2' s.license = 'BSD 3-Clause License' s.summary = 'R2 Shared' s.homepage = 'http://readium.github.io' diff --git a/r2-shared-swift.xcodeproj/project.pbxproj b/r2-shared-swift.xcodeproj/project.pbxproj index 2710e09d..4de581d8 100644 --- a/r2-shared-swift.xcodeproj/project.pbxproj +++ b/r2-shared-swift.xcodeproj/project.pbxproj @@ -222,9 +222,9 @@ 3ED945189CDA6315454B66A3 /* MediaType+Deprecated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "MediaType+Deprecated.swift"; sourceTree = ""; }; 3ED945F9EAD92BCC3422D80D /* BufferedResourceTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BufferedResourceTests.swift; sourceTree = ""; }; 3ED94693F7D849969088AA77 /* MediaTypeSniffer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaTypeSniffer.swift; sourceTree = ""; }; - 3ED948207719872229F1F74B /* Date+ISO8601Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Date+ISO8601Tests.swift"; sourceTree = ""; }; 3ED946C593463CDA73661EEE /* BufferedResource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BufferedResource.swift; sourceTree = ""; }; 3ED9477F7DC86616C5ADEA73 /* Resource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Resource.swift; sourceTree = ""; }; + 3ED948207719872229F1F74B /* Date+ISO8601Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Date+ISO8601Tests.swift"; sourceTree = ""; }; 3ED948F6DF2A5D55BC75DC05 /* FileAssetTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileAssetTests.swift; sourceTree = ""; }; 3ED949D4A4A923277AC0848F /* PublicationAsset.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PublicationAsset.swift; sourceTree = ""; }; 3ED94D6E130466CCF1F2745C /* MediaTypeSnifferContent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaTypeSnifferContent.swift; sourceTree = ""; }; @@ -1087,7 +1087,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0940; - LastUpgradeCheck = 1230; + LastUpgradeCheck = 1240; ORGANIZATIONNAME = Readium; TargetAttributes = { CA6161E921FB257700D2CFE3 = { diff --git a/r2-shared-swift.xcodeproj/xcshareddata/xcschemes/r2-shared-swift.xcscheme b/r2-shared-swift.xcodeproj/xcshareddata/xcschemes/r2-shared-swift.xcscheme index 297f691b..18025845 100644 --- a/r2-shared-swift.xcodeproj/xcshareddata/xcschemes/r2-shared-swift.xcscheme +++ b/r2-shared-swift.xcodeproj/xcshareddata/xcschemes/r2-shared-swift.xcscheme @@ -1,6 +1,6 @@