File tree 1 file changed +2
-3
lines changed 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ matrix:
25
25
env :
26
26
- XCODE_SDK=iphonesimulator
27
27
- XCODE_ACTION="build-for-testing test-without-building"
28
- - XCODE_DESTINATION="platform=iOS Simulator,id=31E6604A-19AA-4B68-B560-C33C584BC80D" # iPhone 6s, iOS 10.2
29
- # - XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s,OS=10.2"
28
+ - XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s,OS=10.2"
30
29
# - XCODE_PLAYGROUND_TARGET="x86_64-apple-ios9.3"
31
30
# - PLAYGROUND="ReactiveCocoa-iOS.playground"
32
31
- xcode_scheme : ReactiveCocoa-tvOS
@@ -40,7 +39,7 @@ matrix:
40
39
env :
41
40
- XCODE_SDK=watchsimulator
42
41
- XCODE_ACTION=build
43
- - XCODE_DESTINATION="platform=watchOS Simulator,name=Apple Watch - 38mm"
42
+ - XCODE_DESTINATION="platform=watchOS Simulator,name=Apple Watch - 38mm,OS=3.2 "
44
43
- script :
45
44
- carthage build --no-skip-current --platform mac
46
45
env :
You can’t perform that action at this time.
0 commit comments