Code correction
This commit is contained in:
parent
3546f980fd
commit
94f1d45c7f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue