You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-6Lines changed: 21 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ Over time, numerous quirks and edge cases of both GitHub actions runners and how
10
10
11
11
This acton is designed as a one-stop shop to select and prepare a device simulator, primarily with the intention of running unit tests on the simulator.
|`refresh`| No | Refresh Xcode simulators by first calling the simulator controller to refresh by listing all local simulators. |`true` or `false`|
18
18
|`download`| No | Asks the simulator controller to first download a relevant simulator for the platform specified by the target parameter. |`true` or `false`|
19
-
|`workspace-path`| No | Relative path to the Xcode workspace. If the target is a Swift Package that exists in the root of the repository, omit this parameter. | Relative path from repo root |
19
+
|`workspace-path`| No | Relative Xcode workspace path. If the target is a Swift Package that exists in the root of the repository, omit this parameter. | Relative path from repo root |
20
20
|`scheme`| Yes | Xcode scheme name that will be used when enumerating available device simulators. | String |
21
21
|`target`| Yes | Target identifier (case-insensitive). See table below for full list of identifiers. | String |
22
22
|`os-version`| No | Platform OS version (regular expression). | String |
@@ -50,6 +50,17 @@ Target identifiers supported, with tables listed in increasing degree of specifi
50
50
|`watch-se`| watchOS | Newest Apple Watch SE simulator | Newest OS version, unless specified |
51
51
|`watch-series`| watchOS | Newest Apple Watch Series simulator | Newest OS version, unless specified |
0 commit comments