Skip to content

Commit 699e6ac

Browse files
authored
Merge pull request #112 from mattprowse/reactiveswift-5.0
Update ReactiveSwift to 5.0
2 parents d8bdfd5 + 8c0738e commit 699e6ac

File tree

13 files changed

+45
-40
lines changed

13 files changed

+45
-40
lines changed

.swift-version

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

.travis.yml

Lines changed: 6 additions & 5 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.4
9+
osx_image: xcode10.1
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.4
13+
env: JOB=Xcode10.1
1414
- os: osx
15-
osx_image: xcode9.4
15+
osx_image: xcode10.1
1616
script:
1717
- swift --version
1818
- swift build
@@ -21,8 +21,9 @@ matrix:
2121
submodules: false
2222
env: JOB=SWIFTPM_DARWIN
2323
- os: osx
24-
osx_image: xcode9.4
24+
osx_image: xcode10.1
2525
script:
26+
- gem update cocoapods
2627
- pod repo update
2728
- pod lib lint
2829
notifications:
@@ -44,4 +45,4 @@ deploy:
4445
on:
4546
repo: Carthage/ReactiveTask
4647
tags: true
47-
condition: $JOB = Xcode9.4
48+
condition: $JOB = Xcode10.1

Cartfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "antitypical/Result" ~> 4.0
2-
github "ReactiveCocoa/ReactiveSwift" ~> 4.0
1+
github "antitypical/Result" ~> 4.1
2+
github "ReactiveCocoa/ReactiveSwift" ~> 5.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.3.1
3-
github "Quick/Nimble" ~> 7.1.3
2+
github "Quick/Quick" ~> 2.0
3+
github "Quick/Nimble" ~> 8.0

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.1.3"
2-
github "Quick/Quick" "v1.3.1"
3-
github "ReactiveCocoa/ReactiveSwift" "4.0.0"
4-
github "antitypical/Result" "4.0.0"
1+
github "Quick/Nimble" "v8.0.1"
2+
github "Quick/Quick" "v2.0.0"
3+
github "ReactiveCocoa/ReactiveSwift" "5.0.0"
4+
github "antitypical/Result" "4.1.0"
55
github "jspahrsummers/xcconfigs" "3d9d99634cae6d586e272543d527681283b33eb0"

Carthage/Checkouts/Nimble

Submodule Nimble updated 100 files

Carthage/Checkouts/Quick

Submodule Quick updated 49 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)