Skip to content

Commit

Permalink
Add vscode launch config macos designed for ipad
Browse files Browse the repository at this point in the history
  • Loading branch information
0xConsumer committed Jan 11, 2024
1 parent 13eaf3f commit 9b7d437
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@
"type": "dart",
"flutterMode": "release",
"program": "lib/main_prod.dart",
},
{
"name": "Attach: Design for iPad",
"request": "attach",
"type": "dart",
"program": "lib/main.dart",
"args": [
"--app-id",
"com.hiddify.ios"
],
"deviceId": "designed-for-ipad",
}
]
}

0 comments on commit 9b7d437

Please sign in to comment.