Skip to content

Commit dc3757c

Browse files
committed
Update iOS version
1 parent b08e51c commit dc3757c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ test:
77
- set -o pipefail && xcodebuild -project Cache.xcodeproj -scheme "Cache-macOS" -sdk macosx clean build
88
- set -o pipefail && xcodebuild -project Cache.xcodeproj -scheme "Cache-macOS" -sdk macosx -enableCodeCoverage YES test
99
- set -o pipefail && xcodebuild -project Cache.xcodeproj -scheme "Cache-iOS" -sdk iphonesimulator clean build
10-
- set -o pipefail && xcodebuild -project Cache.xcodeproj -scheme "Cache-iOS" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.0' -enableCodeCoverage YES test
10+
- set -o pipefail && xcodebuild -project Cache.xcodeproj -scheme "Cache-iOS" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.0.1' -enableCodeCoverage YES test
1111
- set -o pipefail && xcodebuild -project Cache.xcodeproj -scheme "Cache-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV,OS=11.0' clean build
1212
- set -o pipefail && xcodebuild -project Cache.xcodeproj -scheme "Cache-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV,OS=11.0' -enableCodeCoverage YES test

0 commit comments

Comments
 (0)