diff --git a/TelegramCore.xcodeproj/xcuserdata/peter.xcuserdatad/xcschemes/xcschememanagement.plist b/TelegramCore.xcodeproj/xcuserdata/peter.xcuserdatad/xcschemes/xcschememanagement.plist index 8644d96f6c..da1a5d93c6 100644 --- a/TelegramCore.xcodeproj/xcuserdata/peter.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/TelegramCore.xcodeproj/xcuserdata/peter.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,12 +7,12 @@ TelegramCore.xcscheme orderHint - 1 + 2 TelegramCoreMac.xcscheme orderHint - 26 + 7 SuppressBuildableAutocreation diff --git a/TelegramCore/NetworkLogging.m b/TelegramCore/NetworkLogging.m index 7c19eafeb5..ba11013145 100644 --- a/TelegramCore/NetworkLogging.m +++ b/TelegramCore/NetworkLogging.m @@ -16,7 +16,7 @@ void setBridgingTraceFunction(void (*f)(NSString *, NSString *)) { #if TARGET_IPHONE_SIMULATOR static bool loggingEnabled = false; #else -static bool loggingEnabled = false; +static bool loggingEnabled = true; #endif static void TGTelegramLoggingFunction(NSString *format, va_list args) {