Skip to content

Commit

Permalink
Fix description of iosTarget param
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Jun 20, 2023
1 parent 79911e9 commit 305cf5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"launch": {
"properties": {
"iosTarget": {
"description": "Target ios. Specify target UDID or `true` to select target.",
"description": "Target ios. Specify target UDID or 'select' to select target.",
"anyOf": [
{
"type": "string"
Expand All @@ -60,7 +60,7 @@
"attach": {
"properties": {
"iosTarget": {
"description": "Target ios. Specify target UDID or `true` to select target.",
"description": "Target ios. Specify target UDID or 'select' to select target.",
"anyOf": [
{
"type": "string"
Expand Down

0 comments on commit 305cf5e

Please sign in to comment.