Add Xcode release configuration

This commit is contained in:
Ali 2023-04-10 22:43:33 +04:00
parent 1f976ed89e
commit 91945e22aa

View File

@ -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