From 91945e22aa856d38db55452a7f901e825ca37296 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Mon, 10 Apr 2023 22:43:33 +0400 Subject: [PATCH] Add Xcode release configuration --- Telegram/BUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Telegram/BUILD b/Telegram/BUILD index 8449b491b1..00a75be7dd 100644 --- a/Telegram/BUILD +++ b/Telegram/BUILD @@ -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