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 \
4040
4141xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
4242 -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 ' \
4444 | xcpretty
4545
4646echo " ==============================="
4747echo " iOS unit test"
4848echo " ==============================="
4949xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
5050 -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' \
5752 | xcpretty
5853
5954xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
You can’t perform that action at this time.
0 commit comments