Skip to content

Commit af63feb

Browse files
committed
Add iOS version to destination
1 parent c95ac07 commit af63feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [[ -z "${SPM:-}" ]]; then
4141
echo "Defaulting to SPM=$SPM"
4242
fi
4343
if [[ -z "${OS:-}" ]]; then
44-
OS="iOS ${ios_version}"
44+
OS=iOS
4545
DEVICE="iPhone ${iphone_version}"
4646
echo "Defaulting to OS=$OS"
4747
echo "Defaulting to DEVICE=$DEVICE"

0 commit comments

Comments
 (0)