This repository was archived by the owner on Aug 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +10
-8
lines changed
r2-streamer-swift.xcodeproj Expand file tree Collapse file tree 7 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ All notable changes to this project will be documented in this file.
44
55** Warning:** Features marked as * experimental* may change or be removed in a future release without notice. Use with caution.
66
7- ## [ Unreleased]
7+ <!-- ## [Unreleased]-->
8+
9+ ## [ 2.0.0-beta.2]
810
911### Changed
1012
1113* The HTTP server now requests that publication resources are not cached by browsers.
1214 * Caching poses a security risk for protected publications.
13- * CocoaPods is not supported anymore.
1415
1516
1617## [ 2.0.0-beta.1]
@@ -55,3 +56,4 @@ All notable changes to this project will be documented in this file.
5556[ 2.0.0-alpha.1 ] : https://github.com/readium/r2-streamer-swift/compare/1.2.5...2.0.0-alpha.1
5657[ 2.0.0-alpha.2 ] : https://github.com/readium/r2-streamer-swift/compare/2.0.0-alpha.1...2.0.0-alpha.2
5758[ 2.0.0-beta.1 ] : https://github.com/readium/r2-streamer-swift/compare/2.0.0-alpha.2...2.0.0-beta.1
59+ [ 2.0.0-beta.2 ] : https://github.com/readium/r2-streamer-swift/compare/2.0.0-beta.1...2.0.0-beta.2
Original file line number Diff line number Diff line change 1- github "readium/r2-shared-swift" "develop"
1+ github "readium/r2-shared-swift" == 2.0.0-beta.2
22github "dexman/Minizip" == 1.4.0
33github "cezheng/Fuzi" == 3.1.3
44github "krzyzanowskim/CryptoSwift" == 1.3.8
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ github "cezheng/Fuzi" "3.1.3"
22github "dexman/Minizip" "1.4.0"
33github "edrlab/GCDWebServer" "3.6.3"
44github "krzyzanowskim/CryptoSwift" "1.3.8"
5- github "readium/r2-shared-swift" "8065a61e72b46214a71f7128c8ce1594fc30c85d "
5+ github "readium/r2-shared-swift" "2.0.0-beta.2 "
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "R2Streamer"
4- s . version = "2.0.0-beta.1 "
4+ s . version = "2.0.0-beta.2 "
55 s . license = "BSD 3-Clause License"
66 s . summary = "R2 Streamer"
77 s . homepage = "http://readium.github.io"
Original file line number Diff line number Diff line change 611611 isa = PBXProject;
612612 attributes = {
613613 LastSwiftUpdateCheck = 1020;
614- LastUpgradeCheck = 1230 ;
614+ LastUpgradeCheck = 1240 ;
615615 ORGANIZATIONNAME = Readium;
616616 TargetAttributes = {
617617 59501DCC1E2FB0D700D1B4BF = {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Scheme
3- LastUpgradeVersion = " 1230 "
3+ LastUpgradeVersion = " 1240 "
44 version = " 1.3" >
55 <BuildAction
66 parallelizeBuildables = " YES"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Scheme
3- LastUpgradeVersion = " 1230 "
3+ LastUpgradeVersion = " 1240 "
44 version = " 1.3" >
55 <BuildAction
66 parallelizeBuildables = " YES"
You can’t perform that action at this time.
0 commit comments