mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-08 14:46:42 +01:00
20 lines
248 B
Bash
Executable File
20 lines
248 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
set -ev
|
|
|
|
# Crowin_Latest_Build="https://crowdin.com/backend/download/project/<TBD>.zip"
|
|
|
|
if [[ -d output ]]; then
|
|
rm -rf output
|
|
fi
|
|
mkdir output
|
|
|
|
cd Intents
|
|
if [[ -d output ]]; then
|
|
rm -rf output
|
|
fi
|
|
mkdir output
|
|
cd ..
|
|
|
|
swift run
|