replace LTS postfix with 1000 in info.plist for lts releases of apple platforms, fixes #323

This commit is contained in:
Taner Sener 2022-09-13 22:27:39 +01:00
parent ffc567ec55
commit d06e2cde69

View File

@ -899,8 +899,8 @@ build_info_plist() {
local FILE_PATH="$1"
local FRAMEWORK_NAME="$2"
local FRAMEWORK_ID="$3"
local FRAMEWORK_SHORT_VERSION="$4"
local FRAMEWORK_VERSION="$5"
local FRAMEWORK_SHORT_VERSION="${4/LTS/1000}"
local FRAMEWORK_VERSION="${5/LTS/1000}"
local ARCHITECTURE_VARIANT="$6"
case ${FFMPEG_KIT_BUILD_TYPE} in