mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Support device debugging
This commit is contained in:
parent
1d114b07c1
commit
dee9c76379
@ -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 = [
|
||||
top_level_targets = top_level_targets(
|
||||
labels = [
|
||||
":Telegram",
|
||||
],
|
||||
target_environments = ["device", "simulator"],
|
||||
),
|
||||
)
|
||||
|
||||
# Temporary targets used to simplify webrtc build tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user