@@ -31,25 +31,25 @@ echo "===============================" &&
3131echo " PinLayoutSample" &&
3232echo " ===============================" &&
3333time xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
34- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2 \
34+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.5 \
3535 -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.4' \
3636 | xcpretty &&
3737
3838echo " ===============================" &&
3939echo " iOS unit test" &&
4040echo " ===============================" &&
4141time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
42- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2 \
42+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.5 \
4343 -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.4' \
4444 | xcpretty &&
4545
4646time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
47- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2 \
47+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.5 \
4848 -destination ' platform=iOS Simulator,name=iPhone 8,OS=12.2' \
4949 | xcpretty &&
5050
5151time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
52- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2 \
52+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.5 \
5353 -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.5' \
5454 | xcpretty &&
5555
0 commit comments