mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-04 04:05:00 +00:00
Build system updates
This commit is contained in:
20
.vscode/launch.json
vendored
20
.vscode/launch.json
vendored
@@ -12,26 +12,6 @@
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
"timeout": 1000
|
||||
},
|
||||
{
|
||||
"type": "swift",
|
||||
"request": "launch",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder:Telegram}",
|
||||
"name": "Debug sourcekit-bazel-bsp",
|
||||
"preLaunchTask": "swift: Build Debug sourcekit-bazel-bsp",
|
||||
"target": "sourcekit-bazel-bsp",
|
||||
"configuration": "debug"
|
||||
},
|
||||
{
|
||||
"type": "swift",
|
||||
"request": "launch",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder:Telegram}",
|
||||
"name": "Release sourcekit-bazel-bsp",
|
||||
"preLaunchTask": "swift: Build Release sourcekit-bazel-bsp",
|
||||
"target": "sourcekit-bazel-bsp",
|
||||
"configuration": "release"
|
||||
}
|
||||
],
|
||||
"options": {
|
||||
"console": "integratedTerminal",
|
||||
|
||||
@@ -309,8 +309,6 @@ def persistent_simulator(
|
||||
sim_device: str,
|
||||
sim_os_version: str,
|
||||
) -> str:
|
||||
return "C4EDF56A-4B14-442F-B4D6-4B665E0495D2"
|
||||
|
||||
"""Finds or creates a persistent compatible Apple simulator.
|
||||
|
||||
Boots the simulator if needed. Does not shut down or delete the simulator when
|
||||
|
||||
Reference in New Issue
Block a user