From 9b44696a23417b283b1f6fe9d2ea9e7b9661b6b0 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Tue, 8 Apr 2025 17:36:56 +0530 Subject: [PATCH] update the code --- ios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios.sh b/ios.sh index 17ed291..3a520f0 100755 --- a/ios.sh +++ b/ios.sh @@ -11,7 +11,7 @@ if [ ! -x "$(command -v xcodebuild)" ]; then exit 1 fi -# LOAD INITIAL SETTINGS +# LOAD INITIAL SETTINGS export BASEDIR="$(pwd)" export FFMPEG_KIT_BUILD_TYPE="ios" source "${BASEDIR}"/scripts/variable.sh