mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Add Xcode release configuration
This commit is contained in:
parent
1f976ed89e
commit
91945e22aa
1 changed files with 10 additions and 0 deletions
|
|
@ -2009,6 +2009,16 @@ xcodeproj(
|
|||
],
|
||||
target_environments = ["device", "simulator"],
|
||||
),
|
||||
xcode_configurations = {
|
||||
"Debug": {
|
||||
"//command_line_option:compilation_mode": "dbg",
|
||||
},
|
||||
"Release": {
|
||||
"//command_line_option:compilation_mode": "opt",
|
||||
},
|
||||
},
|
||||
default_xcode_configuration = "Debug"
|
||||
|
||||
)
|
||||
|
||||
# Temporary targets used to simplify webrtc build tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue