File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -40,20 +40,15 @@ xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
40
40
41
41
xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
42
42
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator15.2 \
43
- -destination ' platform=iOS Simulator,name=iPhone 7 ,OS=11.4 ' \
43
+ -destination ' platform=iOS Simulator,name=iPhone 8 ,OS=14.1 ' \
44
44
| xcpretty
45
45
46
46
echo " ==============================="
47
47
echo " iOS unit test"
48
48
echo " ==============================="
49
49
xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
50
50
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator15.2 \
51
- -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.4' \
52
- | xcpretty
53
-
54
- xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
55
- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator15.2 \
56
- -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.5' \
51
+ -destination ' platform=iOS Simulator,name=iPhone 8,OS=14.1' \
57
52
| xcpretty
58
53
59
54
xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
You can’t perform that action at this time.
0 commit comments