mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-30 09:21:28 +00:00
no message
This commit is contained in:
parent
21c5e800e3
commit
0d2ab2b03a
@ -7,12 +7,12 @@
|
|||||||
<key>TelegramCore.xcscheme</key>
|
<key>TelegramCore.xcscheme</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>orderHint</key>
|
<key>orderHint</key>
|
||||||
<integer>1</integer>
|
<integer>2</integer>
|
||||||
</dict>
|
</dict>
|
||||||
<key>TelegramCoreMac.xcscheme</key>
|
<key>TelegramCoreMac.xcscheme</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>orderHint</key>
|
<key>orderHint</key>
|
||||||
<integer>26</integer>
|
<integer>7</integer>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<key>SuppressBuildableAutocreation</key>
|
<key>SuppressBuildableAutocreation</key>
|
||||||
|
@ -16,7 +16,7 @@ void setBridgingTraceFunction(void (*f)(NSString *, NSString *)) {
|
|||||||
#if TARGET_IPHONE_SIMULATOR
|
#if TARGET_IPHONE_SIMULATOR
|
||||||
static bool loggingEnabled = false;
|
static bool loggingEnabled = false;
|
||||||
#else
|
#else
|
||||||
static bool loggingEnabled = false;
|
static bool loggingEnabled = true;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void TGTelegramLoggingFunction(NSString *format, va_list args) {
|
static void TGTelegramLoggingFunction(NSString *format, va_list args) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user