From 92714d4b1adf966a8d4fdc7f750fef3228bec62d Mon Sep 17 00:00:00 2001 From: Aferdita Muriqi Date: Tue, 19 Nov 2019 21:16:11 +0100 Subject: [PATCH] dependency updates --- .travis.yml | 9 +++++++-- Cartfile | 4 ++-- Cartfile.resolved | 4 ++-- ReadiumLCP.podspec | 4 ++-- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06e66cb..74458b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: swift osx_image: xcode11 +xcode_project: r2-lcp-swift.xcodeproj +xcode_scheme: readium-lcp-swift +xcode_destination: platform=iOS Simulator,OS=11.3,name=iPhone X +xcode_sdk: iphonesimulator13.0 branches: only: @@ -13,7 +17,8 @@ cache: before_install: - brew update - brew outdated carthage || brew upgrade carthage - - carthage update --verbose --no-use-binaries --platform iOS --cache-builds + - carthage bootstrap --verbose --no-use-binaries --platform iOS --cache-builds script: - - xcodebuild clean build -project r2-lcp-swift.xcodeproj -scheme readium-lcp-swift -quiet + - xcodebuild clean build -quiet + diff --git a/Cartfile b/Cartfile index 7b5ea4a..b366cd8 100644 --- a/Cartfile +++ b/Cartfile @@ -1,4 +1,4 @@ -github "readium/r2-shared-swift" == 1.4.1 +github "readium/r2-shared-swift" == 1.4.2 github "stephencelis/SQLite.swift" == 0.12.2 -github "krzyzanowskim/CryptoSwift" == 1.1.3 +github "krzyzanowskim/CryptoSwift" == 1.2.0 github "weichsel/ZIPFoundation" == 0.9.9 diff --git a/Cartfile.resolved b/Cartfile.resolved index a1a0fa3..6e5a7e4 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,4 +1,4 @@ -github "krzyzanowskim/CryptoSwift" "1.1.3" -github "readium/r2-shared-swift" "1.4.1" +github "krzyzanowskim/CryptoSwift" "1.2.0" +github "readium/r2-shared-swift" "1.4.2" github "stephencelis/SQLite.swift" "0.12.2" github "weichsel/ZIPFoundation" "0.9.9" diff --git a/ReadiumLCP.podspec b/ReadiumLCP.podspec index c5ba7ba..50ce674 100644 --- a/ReadiumLCP.podspec +++ b/ReadiumLCP.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "ReadiumLCP" - s.version = "1.2.1" + s.version = "1.2.2" s.license = "BSD 3-Clause License" s.summary = "Readium LCP" s.homepage = "http://readium.github.io" s.author = { "Aferdita Muriqi" => "aferdita.muriqi@gmail.com" } - s.source = { :git => "https://github.com/readium/r2-lcp-swift.git", :tag => "1.2.1" } + s.source = { :git => "https://github.com/readium/r2-lcp-swift.git", :tag => "1.2.2" } s.exclude_files = ["**/Info*.plist"] s.requires_arc = true s.resources = ['readium-lcp-swift/Resources/**']