Skip to content

Commit 1c53b5a

Browse files
committed
Cleanup
1 parent fcd6a1e commit 1c53b5a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
required: false
1212
default: false
1313
workspace-path:
14-
description: 'Relative path to the Xcode workspace. If the target is a Swift Package that exists in the root of the repository, omit this variable.'
14+
description: 'Relative path to the Xcode workspace. If the target is a Swift Package that exists in the root of the repository, omit this parameter.'
1515
required: false
1616
scheme:
1717
description: 'Xcode scheme name that will be used when enumerating available device simulators.'

scripts/parse-inputs.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,16 @@ case $INPUT_TARGET_LOWERCASE in
101101
SIMDEVICE_REGEX="iPad\sAir"
102102
;;
103103

104-
ipad-pro)
104+
ipad-mini)
105105
SIMPLATFORM="iOS"
106106
SIMPLATFORM_REGEX="iOS"
107-
SIMDEVICE_REGEX="iPad\sPro"
107+
SIMDEVICE_REGEX="iPad\smini"
108108
;;
109109

110-
ipad-mini)
110+
ipad-pro)
111111
SIMPLATFORM="iOS"
112112
SIMPLATFORM_REGEX="iOS"
113-
SIMDEVICE_REGEX="iPad\smini"
113+
SIMDEVICE_REGEX="iPad\sPro"
114114
;;
115115

116116
tv)

0 commit comments

Comments
 (0)