1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2024-12-12 00:25:36 +01:00
mastodon-app-ufficiale-ipho.../Localization/StringsConvertor/scripts/build.sh
2021-02-22 16:20:23 +08:00

29 lines
497 B
Bash
Executable File

#!/bin/zsh
set -ev
# Crowin_Latest_Build="https://crowdin.com/backend/download/project/<TBD>.zip"
if [[ -d input ]]; then
rm -rf input
fi
if [[ -d output ]]; then
rm -rf output
fi
mkdir output
# FIXME: temporary use local json for i18n
# replace by the Crowdin remote template later
mkdir -p input/en_US
cp ../app.json ./input/en_US
cp ../ios-infoPlist.json ./input/en_US
# curl -o <TBD>.zip -L ${Crowin_Latest_Build}
# unzip -o -q <TBD>.zip -d input
# rm -rf <TBD>.zip
swift run