Code correction
This commit is contained in:
parent
94f1d45c7f
commit
80cc86b4f8
|
|
@ -3,7 +3,7 @@
|
|||
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
|
||||
${SOURCES_DIR}/build-scripts/xcode/build_phases/common/localization_check -master ${SOURCES_DIR}/Resources/Localization/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
|
||||
${SOURCES_DIR}/build-scripts/xcode/build_phases/common/localization_check -master ${SOURCES_DIR}/Resources/Localization/Base.lproj/Localizable.strings
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue