Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
use 12.1 as IOS_MIN_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Mar 26, 2019
1 parent dd695b6 commit 738b93c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ if ! [ -x "$(command -v xcrun)" ]; then
exit 1
fi

# USE SDK VERSION AS IOS_MIN_VERSION
export IOS_MIN_VERSION="$(xcrun --sdk iphoneos --show-sdk-version)"
# USE 12.1 AS IOS_MIN_VERSION
export IOS_MIN_VERSION=12.1

get_mobile_ffmpeg_version() {
local MOBILE_FFMPEG_VERSION=$(grep 'MOBILE_FFMPEG_VERSION' ${BASEDIR}/ios/src/MobileFFmpeg.m | grep -Eo '\".*\"' | sed -e 's/\"//g')
Expand Down Expand Up @@ -597,7 +597,7 @@ get_external_library_version() {
# ENABLE COMMON FUNCTIONS
. ${BASEDIR}/build/ios-common.sh

echo -e "INFO: Build options: $@\n" 1>>${BASEDIR}/build.log 2>&1
echo -e "\nINFO: Build options: $@\n" 1>>${BASEDIR}/build.log 2>&1

GPL_ENABLED="no"
DISPLAY_HELP=""
Expand Down

0 comments on commit 738b93c

Please sign in to comment.