From a1ce4ed2c8b011bc144677ec6bb64f9e5b31acdd Mon Sep 17 00:00:00 2001 From: Jose Palao Date: Sun, 7 Feb 2021 16:49:59 +0100 Subject: [PATCH] update build.sh to expand configs --- ios/build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ios/build.sh b/ios/build.sh index b40f28c29661..1d1a050174b2 100644 --- a/ios/build.sh +++ b/ios/build.sh @@ -153,6 +153,11 @@ build_perl() { export IPHONEOS_DEPLOYMENT_TARGET="$MIN_VERSION" fi + # expand config + cd "ios/config" + perl -w template.pl + cd ../.. + # replace config cp "ios/config/$PLATFORM_TAG/$PERL_ARCH/config.sh" . cp "ios/config/Policy.sh" .