File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11language : swift
22osx_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
48branches :
59 only :
1317before_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
1822script :
19- - xcodebuild clean build -project readium-opds.xcodeproj -scheme readium-opds -quiet
23+ - xcodebuild clean build -quiet
24+
Original file line number Diff line number Diff line change 1- github "readium/r2-shared-swift" == 1.4.1
1+ github "readium/r2-shared-swift" == 1.4.2
22github "cezheng/Fuzi" == 3.1.1
Original file line number Diff line number Diff line change 11github "cezheng/Fuzi" "3.1.1"
2- github "readium/r2-shared-swift" "1.4.1 "
2+ github "readium/r2-shared-swift" "1.4.2 "
Original file line number Diff line number Diff line change 11Pod ::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/**' ]
You can’t perform that action at this time.
0 commit comments