@@ -17,7 +17,7 @@ echo "PinLayout-tvOS" &&
17
17
echo " ===============================" &&
18
18
time xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-tvOS \
19
19
-derivedDataPath $DERIVED_DATA -sdk appletvsimulator14.5 \
20
- -destination ' platform=tvOS Simulator,name=Apple TV 4K,OS=14.5' \
20
+ -destination ' platform=tvOS Simulator,name=Apple TV 4K (2nd generation) ,OS=14.5' \
21
21
| xcpretty &&
22
22
23
23
echo " ===============================" &&
@@ -35,18 +35,18 @@ time xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
35
35
-destination ' platform=iOS Simulator,name=iPhone 8,OS=14.5' \
36
36
| xcpretty &&
37
37
38
- # time xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
39
- # -derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
40
- # -destination 'platform=iOS Simulator,name=iPhone 7,OS=11.4' \
41
- # | xcpretty &&
38
+ time xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
39
+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
40
+ -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.4' \
41
+ | xcpretty &&
42
42
43
43
echo " ===============================" &&
44
44
echo " iOS unit test" &&
45
45
echo " ===============================" &&
46
- # time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
47
- # -derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
48
- # -destination 'platform=iOS Simulator,name=iPhone 7,OS=11.4' \
49
- # | xcpretty &&
46
+ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
47
+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
48
+ -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.4' \
49
+ | xcpretty &&
50
50
51
51
time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
52
52
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
0 commit comments