From 2c0e833e735d20d17bb08fe988dbe53657ce364b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <felix@feepk.net> Date: Tue, 9 Jul 2024 21:12:22 +0200 Subject: [PATCH] 3.6.0b3: bump build number and NEWS --- Documentation/NEWS.md | 2 ++ VLC.xcodeproj/project.pbxproj | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Documentation/NEWS.md b/Documentation/NEWS.md index 0cbe56401..3cf88c6c1 100644 --- a/Documentation/NEWS.md +++ b/Documentation/NEWS.md @@ -10,10 +10,12 @@ 路 Fix issue when deleting, renaming or sharing locally stored media 路 Fix issue when calculating the remaining free space of a device 路 Add option to disable long press gesture to increase speed +路 Major updates of the Spanish and Portuguese translations including their varieties ## tvOS [3.6.0] 路 Rewrite OpenSubtitles.org integration using the JSON API 路 Fix issue when calculating the remaining free space of a device +路 Major updates of the Spanish and Portuguese translations including their varieties ## iOS [3.5.10] 路 Fix stability issues when decoding specific AV1 content on 64bit devices diff --git a/VLC.xcodeproj/project.pbxproj b/VLC.xcodeproj/project.pbxproj index 56d949012..a0f1a89f9 100644 --- a/VLC.xcodeproj/project.pbxproj +++ b/VLC.xcodeproj/project.pbxproj @@ -4508,7 +4508,7 @@ CODE_SIGN_ENTITLEMENTS = Resources/tvOS/VLC.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 642; + CURRENT_PROJECT_VERSION = 644; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 75GAHG3SZQ; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -4557,7 +4557,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 642; + CURRENT_PROJECT_VERSION = 644; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 75GAHG3SZQ; ENABLE_NS_ASSERTIONS = NO; @@ -4605,7 +4605,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 642; + CURRENT_PROJECT_VERSION = 644; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 75GAHG3SZQ; ENABLE_NS_ASSERTIONS = NO; @@ -4757,7 +4757,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 642; + CURRENT_PROJECT_VERSION = 644; DEAD_CODE_STRIPPING = NO; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 75GAHG3SZQ; @@ -4809,7 +4809,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 642; + CURRENT_PROJECT_VERSION = 644; DEAD_CODE_STRIPPING = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 75GAHG3SZQ; @@ -4910,7 +4910,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 642; + CURRENT_PROJECT_VERSION = 644; DEAD_CODE_STRIPPING = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 75GAHG3SZQ; -- GitLab