replace LTS postfix with 1000 in info.plist for lts releases of apple platforms, fixes #323
This commit is contained in:
parent
ffc567ec55
commit
d06e2cde69
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user