diff --git a/.vscode/launch.json b/.vscode/launch.json index a6ef285c..3fcb0f2b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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", } ] } \ No newline at end of file