Update changelog, xcodprojversion, and podfile, for 5.2.1 release

This commit is contained in:
QuentinArguillere 2023-12-28 11:43:02 +01:00
parent ccc1e52538
commit d98ecb8f37
3 changed files with 15 additions and 5 deletions

View file

@ -10,6 +10,16 @@ Group changes to describe their impact on the project, as follows:
Fixed for any bug fixes. Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities. Security to invite users to upgrade in case of vulnerabilities.
## [5.2.0] - 2023-28-12
### Added
- Added extra Czech and Japanese translations
### Changed
- Update linphone SDK to 5.3.4
### Fixed
- Re-enabled the G729 audio codec
## [5.2.0] - 2023-21-12 ## [5.2.0] - 2023-21-12
### Added ### Added
- Chat messages emoji "reactions" - Chat messages emoji "reactions"

View file

@ -5,7 +5,7 @@ source "https://github.com/CocoaPods/Specs.git"
def all_pods def all_pods
if ENV['PODFILE_PATH'].nil? if ENV['PODFILE_PATH'].nil?
pod 'linphone-sdk', '~>5.3.1' pod 'linphone-sdk', '~>5.3.4'
else else
pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk
end end

View file

@ -5947,7 +5947,7 @@
"$(inherited)", "$(inherited)",
); );
LINK_WITH_STANDARD_LIBRARIES = YES; LINK_WITH_STANDARD_LIBRARIES = YES;
MARKETING_VERSION = 5.2.0; MARKETING_VERSION = 5.2.1;
OTHER_CFLAGS = ( OTHER_CFLAGS = (
"-DBCTBX_LOG_DOMAIN=\\\"ios\\\"", "-DBCTBX_LOG_DOMAIN=\\\"ios\\\"",
"-DCHECK_VERSION_UPDATE=FALSE", "-DCHECK_VERSION_UPDATE=FALSE",
@ -6075,7 +6075,7 @@
"$(inherited)", "$(inherited)",
); );
LINK_WITH_STANDARD_LIBRARIES = YES; LINK_WITH_STANDARD_LIBRARIES = YES;
MARKETING_VERSION = 5.2.0; MARKETING_VERSION = 5.2.1;
OTHER_CFLAGS = ( OTHER_CFLAGS = (
"-DBCTBX_LOG_DOMAIN=\\\"ios\\\"", "-DBCTBX_LOG_DOMAIN=\\\"ios\\\"",
"-DCHECK_VERSION_UPDATE=FALSE", "-DCHECK_VERSION_UPDATE=FALSE",
@ -6202,7 +6202,7 @@
"$(inherited)", "$(inherited)",
); );
LINK_WITH_STANDARD_LIBRARIES = YES; LINK_WITH_STANDARD_LIBRARIES = YES;
MARKETING_VERSION = 5.2.0; MARKETING_VERSION = 5.2.1;
OTHER_CFLAGS = ( OTHER_CFLAGS = (
"-DBCTBX_LOG_DOMAIN=\\\"ios\\\"", "-DBCTBX_LOG_DOMAIN=\\\"ios\\\"",
"-DCHECK_VERSION_UPDATE=FALSE", "-DCHECK_VERSION_UPDATE=FALSE",
@ -6328,7 +6328,7 @@
"$(inherited)", "$(inherited)",
); );
LINK_WITH_STANDARD_LIBRARIES = YES; LINK_WITH_STANDARD_LIBRARIES = YES;
MARKETING_VERSION = 5.2.0; MARKETING_VERSION = 5.2.1;
OTHER_CFLAGS = ( OTHER_CFLAGS = (
"-DBCTBX_LOG_DOMAIN=\\\"ios\\\"", "-DBCTBX_LOG_DOMAIN=\\\"ios\\\"",
"-DCHECK_VERSION_UPDATE=FALSE", "-DCHECK_VERSION_UPDATE=FALSE",