Skip to content

Commit

Permalink
- bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
overtake committed Jun 29, 2024
1 parent 391e727 commit c962b3d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Telegram-Mac/CallWindowController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ func makeKeyAndOrderFrontCallWindow() -> Bool {

func showCallWindow(_ session:PCallSession) {

#if arch(arm64) && (BETA || DEBUG)
#if arch(arm64)
callScreen(session.accountContext, .success(session))
return
#endif
Expand Down
2 changes: 1 addition & 1 deletion Telegram-Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>265302</string>
<string>265303</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down
8 changes: 4 additions & 4 deletions Telegram.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8389,7 +8389,7 @@
"$(PROJECT_DIR)/core-xprojects/webrtc/build/webrtc",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 10.14;
MARKETING_VERSION = 10.15;
ONLY_ACTIVE_ARCH = NO;
OTHER_CODE_SIGN_FLAGS = "";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -8441,7 +8441,7 @@
"$(PROJECT_DIR)/core-xprojects/openssl/build/openssl/lib",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 10.14;
MARKETING_VERSION = 10.15;
ONLY_ACTIVE_ARCH = YES;
OTHER_CODE_SIGN_FLAGS = "";
OTHER_LDFLAGS = "$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/macosx/libswiftAppKit.dylib";
Expand Down Expand Up @@ -8489,7 +8489,7 @@
"$(PROJECT_DIR)/core-xprojects/openssl/build/openssl/lib",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 10.14;
MARKETING_VERSION = 10.15;
ONLY_ACTIVE_ARCH = NO;
OTHER_CODE_SIGN_FLAGS = "";
OTHER_LDFLAGS = "$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/macosx/libswiftAppKit.dylib";
Expand Down Expand Up @@ -8608,7 +8608,7 @@
"$(PROJECT_DIR)/core-xprojects/webrtc/build/webrtc",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 10.14;
MARKETING_VERSION = 10.15;
ONLY_ACTIVE_ARCH = YES;
OTHER_CODE_SIGN_FLAGS = "";
OTHER_LDFLAGS = (
Expand Down
2 changes: 1 addition & 1 deletion TelegramShare/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>265302</string>
<string>265303</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit c962b3d

Please sign in to comment.