mirror of
https://github.com/arthenica/ffmpeg-kit.git
synced 2026-05-07 20:22:27 +00:00
replace LTS postfix with 1000 in info.plist for lts releases of apple platforms, fixes #323
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user