Skip to content

Commit 9b7366f

Browse files
committed
Updated Xcode version to use.
Signed-off-by: bobgodwinx <[email protected]>
1 parent 9a93511 commit 9b7366f

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

circle.yml

+21-21
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
XCODE_TEST_REPORTS: /tmp/xcode-test-results
1010
LANG: en_US.UTF-8
1111
macos:
12-
xcode: '10.2.0'
12+
xcode: '11.4.0'
1313
steps:
1414
- checkout
1515
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS $XCODE_TEST_REPORTS
@@ -26,58 +26,58 @@ jobs:
2626
paths:
2727
- Carthage
2828
- run:
29-
name: Run Tests (Swift 5.1)
29+
name: Run Tests (Swift 5.2)
3030
command: >
31-
set -o pipefail && xcodebuild test SWIFT_VERSION=5.1
31+
set -o pipefail && xcodebuild test SWIFT_VERSION=5.2
3232
-workspace RxCoreLocation.xcworkspace
3333
-scheme 'RxCoreLocation-iOS' -sdk iphonesimulator
34-
-destination "name=iPhone X" | xcpretty -c --test
34+
-destination "name=iPhone 11" | xcpretty -c --test
3535
- run:
36-
name: Run Tests (Swift 5.0)
36+
name: Run Tests (Swift 5.1)
3737
command: >
38-
set -o pipefail && xcodebuild test SWIFT_VERSION=5.0
38+
set -o pipefail && xcodebuild test SWIFT_VERSION=5.1
3939
-workspace RxCoreLocation.xcworkspace
4040
-scheme 'RxCoreLocation-iOS' -sdk iphonesimulator
41-
-destination "name=iPhone X" | xcpretty -c --test
41+
-destination "name=iPhone 11" | xcpretty -c --test
4242
- run:
43-
name: Build watchOS (Swift 5.1)
43+
name: Build watchOS (Swift 5.2)
4444
command: >
45-
set -o pipefail && xcodebuild build SWIFT_VERSION=5.1
45+
set -o pipefail && xcodebuild build SWIFT_VERSION=5.2
4646
-workspace RxCoreLocation.xcworkspace
4747
-scheme RxCoreLocation-watchOS -sdk watchsimulator
48-
-destination "name=Apple Watch Series 2 - 42mm" | xcpretty -c
48+
-destination "name=Apple Watch Series 5 - 44mm" | xcpretty -c
4949
- run:
50-
name: Build watchOS (Swift 5.0)
50+
name: Build watchOS (Swift 5.1)
5151
command: >
52-
set -o pipefail && xcodebuild build SWIFT_VERSION=5.0
52+
set -o pipefail && xcodebuild build SWIFT_VERSION=5.1
5353
-workspace RxCoreLocation.xcworkspace
5454
-scheme RxCoreLocation-watchOS -sdk watchsimulator
55-
-destination "name=Apple Watch Series 2 - 42mm" | xcpretty -c
55+
-destination "name=Apple Watch Series 5 - 44mm" | xcpretty -c
5656
- run:
57-
name: Build macOS (Swift 5.1)
57+
name: Build macOS (Swift 5.2)
5858
command: >
59-
set -o pipefail && xcodebuild build SWIFT_VERSION=5.1
59+
set -o pipefail && xcodebuild build SWIFT_VERSION=5.2
6060
-workspace RxCoreLocation.xcworkspace
6161
-scheme RxCoreLocation-macOS -sdk macosx
6262
-destination "arch=x86_64" | xcpretty -c
6363
- run:
64-
name: Build macOS (Swift 5.0)
64+
name: Build macOS (Swift 5.1)
6565
command: >
66-
set -o pipefail && xcodebuild build SWIFT_VERSION=5.0
66+
set -o pipefail && xcodebuild build SWIFT_VERSION=5.1
6767
-workspace RxCoreLocation.xcworkspace
6868
-scheme RxCoreLocation-macOS -sdk macosx
6969
-destination "arch=x86_64" | xcpretty -c
7070
- run:
71-
name: Build tvOS (Swift 5.1)
71+
name: Build tvOS (Swift 5.2)
7272
command: >
73-
set -o pipefail && xcodebuild build SWIFT_VERSION=5.1
73+
set -o pipefail && xcodebuild build SWIFT_VERSION=5.2
7474
-workspace RxCoreLocation.xcworkspace
7575
-scheme RxCoreLocation-tvOS -sdk appletvsimulator
7676
-destination "name=Apple TV 4K (at 1080p)" | xcpretty -c
7777
- run:
78-
name: Build tvOS (Swift 5.0)
78+
name: Build tvOS (Swift 5.1)
7979
command: >
80-
set -o pipefail && xcodebuild build SWIFT_VERSION=5.0
80+
set -o pipefail && xcodebuild build SWIFT_VERSION=5.1
8181
-workspace RxCoreLocation.xcworkspace
8282
-scheme RxCoreLocation-tvOS -sdk appletvsimulator
8383
-destination "name=Apple TV 4K (at 1080p)" | xcpretty -c

0 commit comments

Comments
 (0)