Skip to content

Commit ff72c81

Browse files
Merge pull request #64 from readium/fixes/travis
updated dependencies
2 parents 56b2610 + f573b97 commit ff72c81

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

opds/.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: swift
22
osx_image: xcode11
3+
xcode_project: readium-opds.xcodeproj
4+
xcode_scheme: readium-opds
5+
xcode_destination: platform=iOS Simulator,OS=11.3,name=iPhone X
6+
xcode_sdk: iphonesimulator13.0
37

48
branches:
59
only:
@@ -13,7 +17,8 @@ cache:
1317
before_install:
1418
- brew update
1519
- brew outdated carthage || brew upgrade carthage
16-
- carthage update --verbose --no-use-binaries --platform iOS --cache-builds
20+
- carthage bootstrap --verbose --no-use-binaries --platform iOS --cache-builds
1721

1822
script:
19-
- xcodebuild clean build -project readium-opds.xcodeproj -scheme readium-opds -quiet
23+
- xcodebuild clean build -quiet
24+

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.4.1
1+
github "readium/r2-shared-swift" == 1.4.2
22
github "cezheng/Fuzi" == 3.1.1

opds/Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "cezheng/Fuzi" "3.1.1"
2-
github "readium/r2-shared-swift" "1.4.1"
2+
github "readium/r2-shared-swift" "1.4.2"

opds/ReadiumOPDS.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ReadiumOPDS"
4-
s.version = "1.2.1"
4+
s.version = "1.2.2"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium OPDS"
77
s.homepage = "http://readium.github.io"
88
s.author = { "Aferdita Muriqi" => "aferdita.muriqi@gmail.com" }
9-
s.source = { :git => "https://github.com/readium/r2-opds-swift.git", :tag => "1.2.1" }
9+
s.source = { :git => "https://github.com/readium/r2-opds-swift.git", :tag => "1.2.2" }
1010
s.exclude_files = ["**/Info*.plist"]
1111
s.requires_arc = true
1212
s.resources = ['readium-opds/Resources/**']

0 commit comments

Comments
 (0)