File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.'
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments