Skip to content

Commit eae2415

Browse files
authored
Merge pull request #107 from Carthage/reactiveswift-4.0
Update ReactiveSwift to 4.0
2 parents 202a5b4 + fc019fa commit eae2415

File tree

15 files changed

+48
-33
lines changed

15 files changed

+48
-33
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0
1+
4.1.2

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ branches:
66
matrix:
77
include:
88
- os: osx
9-
osx_image: xcode9.1
9+
osx_image: xcode9.4
1010
xcode_scheme: ReactiveTask
1111
script:
1212
- set -o pipefail && xcodebuild -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" test | xcpretty
13-
env: JOB=Xcode9
13+
env: JOB=Xcode9.4
1414
- os: osx
15-
osx_image: xcode9.1
15+
osx_image: xcode9.4
1616
script:
1717
- swift --version
1818
- swift build
@@ -39,4 +39,4 @@ deploy:
3939
on:
4040
repo: Carthage/ReactiveTask
4141
tags: true
42-
condition: $JOB = Xcode9
42+
condition: $JOB = Xcode9.4

Cartfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "antitypical/Result" ~> 3.2.1
2-
github "ReactiveCocoa/ReactiveSwift" ~> 3.0
1+
github "antitypical/Result" ~> 4.0
2+
github "ReactiveCocoa/ReactiveSwift" ~> 4.0

Cartfile.private

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "jspahrsummers/xcconfigs" "3d9d996"
2-
github "Quick/Quick" ~> 1.2
3-
github "Quick/Nimble" ~> 7.0.2
2+
github "Quick/Quick" ~> 1.3.1
3+
github "Quick/Nimble" ~> 7.1.3

Cartfile.resolved

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github "Quick/Nimble" "v7.0.2"
2-
github "Quick/Quick" "v1.2.0"
3-
github "ReactiveCocoa/ReactiveSwift" "3.0.0"
4-
github "antitypical/Result" "3.2.4"
1+
github "Quick/Nimble" "v7.1.3"
2+
github "Quick/Quick" "v1.3.1"
3+
github "ReactiveCocoa/ReactiveSwift" "4.0.0"
4+
github "antitypical/Result" "4.0.0"
55
github "jspahrsummers/xcconfigs" "3d9d99634cae6d586e272543d527681283b33eb0"

Carthage/Checkouts/Nimble

Submodule Nimble updated 84 files

Carthage/Checkouts/Quick

Submodule Quick updated 54 files

Carthage/Checkouts/ReactiveSwift

Submodule ReactiveSwift updated 55 files

Package.resolved

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)