From cb51cf8453c8c8fc6d5553e9b42a64a8ae0cba5a Mon Sep 17 00:00:00 2001 From: Aferdita Muriqi Date: Fri, 3 May 2019 08:33:13 -0400 Subject: [PATCH 1/3] updated r2 dependencies --- Cartfile | 2 +- Cartfile.resolved | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cartfile b/Cartfile index b2e04008..b60a4d20 100644 --- a/Cartfile +++ b/Cartfile @@ -1,4 +1,4 @@ -github "readium/r2-shared-swift" "develop" +github "readium/r2-shared-swift" "master" github "tadija/AEXML" == 4.3.3 github "swisspol/GCDWebServer" == 3.5.2 github "krzyzanowskim/CryptoSwift" == 0.15.0 diff --git a/Cartfile.resolved b/Cartfile.resolved index 10627a39..560f50ed 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,6 +1,6 @@ github "cezheng/Fuzi" "2.2.1" github "dexman/Minizip" "1.4.0" github "krzyzanowskim/CryptoSwift" "0.15.0" -github "readium/r2-shared-swift" "c01177ff01bf52b6722b2842a53485b4a9781790" +github "readium/r2-shared-swift" "522e818b4fc06614b46aefddbca23ae52ad01d6e" github "swisspol/GCDWebServer" "3.5.2" github "tadija/AEXML" "4.3.3" From 0b6a595e4635dcd38f261e4cbbdd89b0b62e744a Mon Sep 17 00:00:00 2001 From: Aferdita Date: Fri, 17 May 2019 12:46:20 -0400 Subject: [PATCH 2/3] Update Cartfile --- Cartfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cartfile b/Cartfile index b2e04008..a2b115a6 100644 --- a/Cartfile +++ b/Cartfile @@ -1,6 +1,6 @@ -github "readium/r2-shared-swift" "develop" +github "readium/r2-shared-swift" == 1.2.8 github "tadija/AEXML" == 4.3.3 github "swisspol/GCDWebServer" == 3.5.2 github "krzyzanowskim/CryptoSwift" == 0.15.0 github "cezheng/Fuzi" == 2.2.1 -github "dexman/Minizip" \ No newline at end of file +github "dexman/Minizip" From 8f7d7dff4970ae1f365cc089fe1ec95f39cbf34c Mon Sep 17 00:00:00 2001 From: Aferdita Date: Fri, 17 May 2019 12:46:42 -0400 Subject: [PATCH 3/3] Update Cartfile.resolved --- Cartfile.resolved | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cartfile.resolved b/Cartfile.resolved index 10627a39..29e2c805 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,6 +1,6 @@ github "cezheng/Fuzi" "2.2.1" github "dexman/Minizip" "1.4.0" github "krzyzanowskim/CryptoSwift" "0.15.0" -github "readium/r2-shared-swift" "c01177ff01bf52b6722b2842a53485b4a9781790" +github "readium/r2-shared-swift" "1.2.8" github "swisspol/GCDWebServer" "3.5.2" github "tadija/AEXML" "4.3.3"