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

Commit

Permalink
Merge pull request #66 from readium/fixes/travis
Browse files Browse the repository at this point in the history
dependency updates
  • Loading branch information
aferditamuriqi authored Nov 19, 2019
2 parents 352a568 + 92714d4 commit d69f7bd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions ReadiumLCP.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }
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/**']
Expand Down

0 comments on commit d69f7bd

Please sign in to comment.