File tree Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
- osx_image : xcode9.4
1
+ os : osx
2
+ osx_image : xcode10
2
3
language : swift
3
4
env :
4
5
global :
5
6
- LANG=en_US.UTF-8
6
7
- PROJECT="Differ.xcodeproj"
7
8
- SCHEME="Differ"
8
- - IOS_SDK=iphonesimulator11.4
9
- - OSX_SDK=macosx10.13
10
- - TVOS_SDK=appletvsimulator11.4
11
- - WATCHOS_SDK=watchsimulator4.3
9
+ - IOS_SDK=iphonesimulator12.0
10
+ - OSX_SDK=macosx10.14
11
+ - TVOS_SDK=appletvsimulator12.0
12
+ - WATCHOS_SDK=watchsimulator5.0
12
13
matrix :
13
14
- >-
14
15
DESTINATION="arch=x86_64" SDK="$OSX_SDK" SCHEME="$SCHEME"
15
16
RUN_TESTS="YES" BUILD_EXAMPLE="NO" POD_LINT="NO"
16
17
- >-
17
- DESTINATION="OS=11.4 ,name=iPhone 7" SDK="$IOS_SDK" SCHEME="$SCHEME"
18
+ DESTINATION="OS=12.0 ,name=iPhone 7" SDK="$IOS_SDK" SCHEME="$SCHEME"
18
19
RUN_TESTS="YES" BUILD_EXAMPLE="YES" POD_LINT="YES"
19
20
- >-
20
- DESTINATION="OS=11.4 ,name=Apple TV 4K" SDK="$TVOS_SDK"
21
+ DESTINATION="OS=12.0 ,name=Apple TV 4K" SDK="$TVOS_SDK"
21
22
SCHEME="$SCHEME" RUN_TESTS="NO" BUILD_EXAMPLE="NO" POD_LINT="NO"
22
23
- >-
23
- DESTINATION="OS=4.3 ,name=Apple Watch - 42mm" SDK="$WATCHOS_SDK"
24
+ DESTINATION="OS=5.0 ,name=Apple Watch - 42mm" SDK="$WATCHOS_SDK"
24
25
SCHEME="$SCHEME" RUN_TESTS="NO" BUILD_EXAMPLE="NO" POD_LINT="NO"
25
26
script :
26
27
- set -o pipefail
Original file line number Diff line number Diff line change 351
351
PRODUCT_BUNDLE_IDENTIFIER = "com.tonyarnold.$(TARGET_NAME:c99-identifier)";
352
352
PRODUCT_NAME = "$(TARGET_NAME)";
353
353
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
354
- SWIFT_VERSION = 4.0 ;
354
+ SWIFT_VERSION = 4.2 ;
355
355
TARGETED_DEVICE_FAMILY = "1,2";
356
356
VERSIONING_SYSTEM = "apple-generic";
357
357
VERSION_INFO_PREFIX = "";
373
373
PRODUCT_BUNDLE_IDENTIFIER = "com.tonyarnold.$(TARGET_NAME:c99-identifier)";
374
374
PRODUCT_NAME = "$(TARGET_NAME)";
375
375
SWIFT_COMPILATION_MODE = wholemodule;
376
- SWIFT_VERSION = 4.0 ;
376
+ SWIFT_VERSION = 4.2 ;
377
377
TARGETED_DEVICE_FAMILY = "1,2";
378
378
VALIDATE_PRODUCT = YES;
379
379
VERSIONING_SYSTEM = "apple-generic";
Original file line number Diff line number Diff line change 29
29
shouldUseLaunchSchemeArgsEnv = " YES" >
30
30
<Testables >
31
31
<TestableReference
32
- skipped = " NO" >
32
+ skipped = " NO"
33
+ parallelizable = " YES"
34
+ testExecutionOrdering = " random" >
33
35
<BuildableReference
34
36
BuildableIdentifier = " primary"
35
37
BlueprintIdentifier = " C9838FF01D29571000691BE8"
You can’t perform that action at this time.
0 commit comments