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

Commit 5222fd0

Browse files
committed
Bump version to 2.2.0, build 16
1 parent 14007b1 commit 5222fd0

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

Cartfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ github "cezheng/Fuzi" == 3.1.2
88
github "dexman/Minizip" == 1.4.0
99
github "scinfu/SwiftSoup" == 2.3.2
1010

11-
github "readium/r2-shared-swift" "develop"
12-
github "readium/r2-streamer-swift" "develop"
13-
github "readium/r2-navigator-swift" "develop"
14-
github "readium/readium-opds-swift" "develop"
11+
github "readium/r2-shared-swift" == 2.0.0-alpha.2
12+
github "readium/r2-streamer-swift" == 2.0.0-alpha.2
13+
github "readium/r2-navigator-swift" == 2.0.0-alpha.2
14+
github "readium/readium-opds-swift" == 2.0.0-alpha.2

Cartfile.resolved

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ github "edrlab/GCDWebServer" "3.6.2"
44
github "jdg/MBProgressHUD" "1.2.0"
55
github "krzyzanowskim/CryptoSwift" "1.3.1"
66
github "onevcat/Kingfisher" "5.14.0"
7-
github "readium/r2-navigator-swift" "2a8701d7475dcdf2516b19b7457956f65efc6b42"
8-
github "readium/r2-shared-swift" "ef446a7ab96910ab78381841465c5d104310b87e"
9-
github "readium/r2-streamer-swift" "d58b51f32bb2caf35eaf731de7faf2b64aac4889"
10-
github "readium/readium-opds-swift" "02314dd383f4ef7e2064681859dbf23d7f26035f"
7+
github "readium/r2-navigator-swift" "2.0.0-alpha.2"
8+
github "readium/r2-shared-swift" "2.0.0-alpha.2"
9+
github "readium/r2-streamer-swift" "2.0.0-alpha.2"
10+
github "readium/readium-opds-swift" "2.0.0-alpha.2"
1111
github "scinfu/SwiftSoup" "2.3.2"
1212
github "stephencelis/SQLite.swift" "0.12.2"
1313
github "weichsel/ZIPFoundation" "0.9.11"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Follow the project on [ZenHub](https://app.zenhub.com/workspace/o/readium/r2-tes
66

77
[![BSD-3](https://img.shields.io/badge/License-BSD--3-brightgreen.svg)](https://opensource.org/licenses/BSD-3-Clause)
88

9+
All migration steps necessary in reading apps to upgrade to major versions of the Readium toolkit will be documented in the [Migration Guide](https://readium.org/mobile/swift/migration-guide).
10+
911
## Features
1012

1113
- [x] EPUB 2.x and 3.x support

r2-testapp-swift.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@
14691469
CODE_SIGN_IDENTITY = "Apple Development";
14701470
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
14711471
CODE_SIGN_STYLE = Automatic;
1472-
CURRENT_PROJECT_VERSION = 15;
1472+
CURRENT_PROJECT_VERSION = 16;
14731473
DEVELOPMENT_TEAM = 327YA3JNGT;
14741474
FRAMEWORK_SEARCH_PATHS = (
14751475
"$(inherited)",
@@ -1508,7 +1508,7 @@
15081508
CODE_SIGN_IDENTITY = "Apple Development";
15091509
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
15101510
CODE_SIGN_STYLE = Automatic;
1511-
CURRENT_PROJECT_VERSION = 15;
1511+
CURRENT_PROJECT_VERSION = 16;
15121512
DEVELOPMENT_TEAM = 327YA3JNGT;
15131513
FRAMEWORK_SEARCH_PATHS = (
15141514
"$(inherited)",
@@ -1547,7 +1547,7 @@
15471547
CODE_SIGN_IDENTITY = "Apple Development";
15481548
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
15491549
CODE_SIGN_STYLE = Automatic;
1550-
CURRENT_PROJECT_VERSION = 15;
1550+
CURRENT_PROJECT_VERSION = 16;
15511551
DEVELOPMENT_TEAM = 327YA3JNGT;
15521552
FRAMEWORK_SEARCH_PATHS = (
15531553
"$(inherited)",
@@ -1586,7 +1586,7 @@
15861586
CODE_SIGN_IDENTITY = "Apple Development";
15871587
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
15881588
CODE_SIGN_STYLE = Automatic;
1589-
CURRENT_PROJECT_VERSION = 15;
1589+
CURRENT_PROJECT_VERSION = 16;
15901590
DEVELOPMENT_TEAM = 327YA3JNGT;
15911591
FRAMEWORK_SEARCH_PATHS = (
15921592
"$(inherited)",
@@ -1624,7 +1624,7 @@
16241624
CODE_SIGN_ENTITLEMENTS = "r2-testapp-swift/r2-testapp-swift.entitlements";
16251625
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
16261626
CODE_SIGN_STYLE = Automatic;
1627-
CURRENT_PROJECT_VERSION = 15;
1627+
CURRENT_PROJECT_VERSION = 16;
16281628
DEVELOPMENT_TEAM = 327YA3JNGT;
16291629
FRAMEWORK_SEARCH_PATHS = (
16301630
"$(inherited)",
@@ -1661,7 +1661,7 @@
16611661
CODE_SIGN_ENTITLEMENTS = "r2-testapp-swift/r2-testapp-swift.entitlements";
16621662
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
16631663
CODE_SIGN_STYLE = Automatic;
1664-
CURRENT_PROJECT_VERSION = 15;
1664+
CURRENT_PROJECT_VERSION = 16;
16651665
DEVELOPMENT_TEAM = 327YA3JNGT;
16661666
FRAMEWORK_SEARCH_PATHS = (
16671667
"$(inherited)",
@@ -1819,7 +1819,7 @@
18191819
CODE_SIGN_IDENTITY = "Apple Development";
18201820
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
18211821
CODE_SIGN_STYLE = Automatic;
1822-
CURRENT_PROJECT_VERSION = 15;
1822+
CURRENT_PROJECT_VERSION = 16;
18231823
DEVELOPMENT_TEAM = 327YA3JNGT;
18241824
FRAMEWORK_SEARCH_PATHS = (
18251825
"$(inherited)",
@@ -1855,7 +1855,7 @@
18551855
CODE_SIGN_IDENTITY = "Apple Development";
18561856
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
18571857
CODE_SIGN_STYLE = Automatic;
1858-
CURRENT_PROJECT_VERSION = 15;
1858+
CURRENT_PROJECT_VERSION = 16;
18591859
DEVELOPMENT_TEAM = 327YA3JNGT;
18601860
FRAMEWORK_SEARCH_PATHS = (
18611861
"$(inherited)",

0 commit comments

Comments
 (0)