Code correction

This commit is contained in:
Vlad 2020-09-14 22:11:59 +03:00
parent 3546f980fd
commit 94f1d45c7f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# source: https://github.com/iKenndac/verify-string-files
SOURCES_DIR=${1:-${TARGET_NAME}} # first argument or TARGET_NAME
readonly SOURCES_DIR=${1:-${PROJECT_DIR}} # first argument or PROJECT_DIR
if [ "${CONFIGURATION}" = "DEBUG" ]; then
${SOURCES_DIR}/build-scripts/xcode/build_phases/common/localization_check -master ${SOURCES_DIR}/Resources/Base.lproj/Localizable.strings -warning-level warning