Skip to content

Commit 9e070f5

Browse files
author
overtake
committed
- Bug fixes and minor improvements.
1 parent e449e1c commit 9e070f5

File tree

8 files changed

+124
-76
lines changed

8 files changed

+124
-76
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict>
5-
<key>BuildSystemType</key>
6-
<string>Latest</string>
7-
</dict>
4+
<dict/>
85
</plist>

‎Telegram-Mac.xcworkspace/xcuserdata/keepcoder.xcuserdatad/WorkspaceSettings.xcsettings

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<dict>
55
<key>BuildLocationStyle</key>
66
<string>UseAppPreferences</string>
7+
<key>BuildSystemType</key>
8+
<string>Latest</string>
79
<key>CustomBuildLocationType</key>
810
<string>RelativeToDerivedData</string>
911
<key>DerivedDataLocationStyle</key>

‎Telegram-Mac/CallWindowController.swift

+110-64
Large diffs are not rendered by default.

‎Telegram-Mac/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</dict>
3737
</array>
3838
<key>CFBundleVersion</key>
39-
<string>204188</string>
39+
<string>204256</string>
4040
<key>LSApplicationCategoryType</key>
4141
<string>public.app-category.social-networking</string>
4242
<key>LSFileQuarantineEnabled</key>

‎Telegram-Mac/PCallSession.swift

+1-5
Original file line numberDiff line numberDiff line change
@@ -816,11 +816,7 @@ class PCallSession {
816816
case .ringing:
817817
tone = .ringing
818818
default:
819-
if !isOutgoing {
820-
tone = .ringing
821-
} else if isOutgoing {
822-
tone = .ringback
823-
}
819+
break
824820
}
825821
default:
826822
break

‎TelegramShare/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleShortVersionString</key>
2222
<string>7.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>204188</string>
24+
<string>204256</string>
2525
<key>LSMinimumSystemVersion</key>
2626
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2727
<key>NSExtension</key>

‎core-xprojects/TgVoipWebrtc/TgVoipWebrtc.xcodeproj/project.pbxproj

+7
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@
511511
CODE_SIGN_IDENTITY = "";
512512
CODE_SIGN_STYLE = Automatic;
513513
COMBINE_HIDPI_IMAGES = YES;
514+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
514515
DEFINES_MODULE = YES;
515516
DEVELOPMENT_TEAM = N8RBWJ5X6J;
516517
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -549,6 +550,7 @@
549550
"$(inherited)",
550551
"$(PROJECT_DIR)",
551552
);
553+
LLVM_LTO = YES_THIN;
552554
MACH_O_TYPE = staticlib;
553555
MACOSX_DEPLOYMENT_TARGET = 10.11;
554556
PRODUCT_BUNDLE_IDENTIFIER = org.telegram.TgVoipWebrtc;
@@ -604,6 +606,7 @@
604606
"$(inherited)",
605607
"$(PROJECT_DIR)",
606608
);
609+
LLVM_LTO = YES_THIN;
607610
MACH_O_TYPE = staticlib;
608611
MACOSX_DEPLOYMENT_TARGET = 10.11;
609612
PRODUCT_BUNDLE_IDENTIFIER = org.telegram.TgVoipWebrtc;
@@ -723,6 +726,7 @@
723726
"$(inherited)",
724727
"$(PROJECT_DIR)",
725728
);
729+
LLVM_LTO = YES_THIN;
726730
MACH_O_TYPE = staticlib;
727731
MACOSX_DEPLOYMENT_TARGET = 10.11;
728732
PRODUCT_BUNDLE_IDENTIFIER = org.telegram.TgVoipWebrtc;
@@ -842,6 +846,7 @@
842846
"$(inherited)",
843847
"$(PROJECT_DIR)",
844848
);
849+
LLVM_LTO = YES_THIN;
845850
MACH_O_TYPE = staticlib;
846851
MACOSX_DEPLOYMENT_TARGET = 10.11;
847852
PRODUCT_BUNDLE_IDENTIFIER = org.telegram.TgVoipWebrtc;
@@ -954,6 +959,7 @@
954959
"$(inherited)",
955960
"$(PROJECT_DIR)",
956961
);
962+
LLVM_LTO = YES_THIN;
957963
MACH_O_TYPE = staticlib;
958964
MACOSX_DEPLOYMENT_TARGET = 10.11;
959965
PRODUCT_BUNDLE_IDENTIFIER = org.telegram.TgVoipWebrtc;
@@ -1073,6 +1079,7 @@
10731079
"$(inherited)",
10741080
"$(PROJECT_DIR)",
10751081
);
1082+
LLVM_LTO = YES_THIN;
10761083
MACH_O_TYPE = staticlib;
10771084
MACOSX_DEPLOYMENT_TARGET = 10.11;
10781085
PRODUCT_BUNDLE_IDENTIFIER = org.telegram.TgVoipWebrtc;

‎submodules/tgcalls

0 commit comments

Comments
 (0)