mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Support device debugging
This commit is contained in:
parent
1d114b07c1
commit
dee9c76379
1 changed files with 7 additions and 3 deletions
|
|
@ -28,6 +28,7 @@ load("@build_bazel_rules_swift//swift:swift.bzl",
|
|||
load(
|
||||
"@rules_xcodeproj//xcodeproj:defs.bzl",
|
||||
"top_level_target",
|
||||
"top_level_targets",
|
||||
"xcodeproj",
|
||||
)
|
||||
|
||||
|
|
@ -1985,9 +1986,12 @@ xcodeproj(
|
|||
bazel_path = telegram_bazel_path,
|
||||
project_name = "Telegram",
|
||||
tags = ["manual"],
|
||||
top_level_targets = [
|
||||
":Telegram",
|
||||
],
|
||||
top_level_targets = top_level_targets(
|
||||
labels = [
|
||||
":Telegram",
|
||||
],
|
||||
target_environments = ["device", "simulator"],
|
||||
),
|
||||
)
|
||||
|
||||
# Temporary targets used to simplify webrtc build tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue