Add localization files check
This commit is contained in:
parent
bc240b7886
commit
3546f980fd
Binary file not shown.
|
|
@ -0,0 +1,9 @@
|
|||
# source: https://github.com/iKenndac/verify-string-files
|
||||
|
||||
SOURCES_DIR=${1:-${TARGET_NAME}} # first argument or TARGET_NAME
|
||||
|
||||
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
|
||||
else
|
||||
${SOURCES_DIR}/build-scripts/xcode/build_phases/common/localization_check -master ${SOURCES_DIR}/Resources/Base.lproj/Localizable.strings
|
||||
fi
|
||||
Loading…
Reference in New Issue