Skip to content

Commit

Permalink
update build.sh to expand configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalao authored and Jose Palao committed Aug 29, 2021
1 parent c2cb454 commit a1ce4ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/build.sh
Expand Up @@ -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" .
Expand Down

0 comments on commit a1ce4ed

Please sign in to comment.