Skip to content

Commit

Permalink
Update test device name
Browse files Browse the repository at this point in the history
  • Loading branch information
vince-hz committed Nov 30, 2023
1 parent 2bb8535 commit 402a61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ xcodebuild \
-workspace Flat.xcworkspace \
-scheme $SCHEME \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 14,OS=16.4' \
-destination 'platform=iOS Simulator,name=iPhoneTest' \
test | xcbeautify > $OUTPATH
PASSSTR='Test Succeeded'
TEST_RESULT=$(cat $OUTPATH)
Expand Down

0 comments on commit 402a61f

Please sign in to comment.