chore: use swiftgen from CococaPods

This commit is contained in:
sunxiaojian 2021-02-25 16:50:37 +08:00
parent ed99ca0346
commit a32cf8c18e
1 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,8 @@
#!/bin/zsh
SRCROOT=`pwd`
PODS_ROOT='Pods'
echo ${SRCROOT}
# task1 generate strings file
cd ${SRCROOT}/Localization/StringsConvertor
@ -12,11 +14,11 @@ cp -r ${SRCROOT}/Localization/StringsConvertor/output/ ${SRCROOT}/Mastodon/Reso
# task3 swiftgen
cd ${SRCROOT}
if command -v swiftgen >/dev/null 2>&1; then
swiftgen
echo "${PODS_ROOT}/SwiftGen/bin/swiftgen"
if [[ -f "${PODS_ROOT}/SwiftGen/bin/swiftgen" ]] then
"${PODS_ROOT}/SwiftGen/bin/swiftgen"
else
echo "please install swiftgen by run brew install swiftgen"
echo "Run 'pod install' or update your CocoaPods installation."
fi
#task4 clean temp file