Skip to content

Commit 0ceae98

Browse files
Merge pull request #60 from readium/develop
V1.1.2
2 parents 5cdf073 + 98929f5 commit 0ceae98

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

opds/Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "readium/r2-shared-swift" == 1.2.13
1+
github "readium/r2-shared-swift" == 1.3.4
22
github "edrlab/Fuzi" == 2.2.2

opds/Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "edrlab/Fuzi" "2.2.2"
2-
github "readium/r2-shared-swift" "1.2.13"
2+
github "readium/r2-shared-swift" "1.3.4"

opds/readium-opds.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@
261261
SDKROOT = iphoneos;
262262
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
263263
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
264+
SWIFT_VERSION = 4.2;
264265
VERSIONING_SYSTEM = "apple-generic";
265266
VERSION_INFO_PREFIX = "";
266267
};
@@ -315,6 +316,7 @@
315316
MTL_ENABLE_DEBUG_INFO = NO;
316317
SDKROOT = iphoneos;
317318
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
319+
SWIFT_VERSION = 4.2;
318320
VALIDATE_PRODUCT = YES;
319321
VERSIONING_SYSTEM = "apple-generic";
320322
VERSION_INFO_PREFIX = "";

0 commit comments

Comments
 (0)