mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Add Xcode release configuration
This commit is contained in:
parent
1f976ed89e
commit
91945e22aa
@ -2009,6 +2009,16 @@ xcodeproj(
|
|||||||
],
|
],
|
||||||
target_environments = ["device", "simulator"],
|
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
|
# Temporary targets used to simplify webrtc build tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user