From d99cf7cb03dd96b131af434363a7e94cab28f1de Mon Sep 17 00:00:00 2001 From: Vlad Date: Fri, 2 Oct 2020 10:55:51 +0300 Subject: [PATCH] Code correction --- xcode/build_phases/unused_resources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/build_phases/unused_resources.sh b/xcode/build_phases/unused_resources.sh index c4592fd..dfa2429 100644 --- a/xcode/build_phases/unused_resources.sh +++ b/xcode/build_phases/unused_resources.sh @@ -5,4 +5,4 @@ readonly FILES_TO_EXCLUDE=`find ${SOURCES_DIR} -type d -name Localization -or -n mkdir ${REPORTS_DIR} -${UNUSED_RESOURCES_SCRIPT} --project ${SOURCES_DIR} --exclude ${FILES_TO_EXCLUDE} --resource-extensions 'imageset jpg png gif pdf txt' > ${REPORTS_DIR}/Unused_resources_log.txt +${UNUSED_RESOURCES_SCRIPT} --exclude ${FILES_TO_EXCLUDE} > ${REPORTS_DIR}/Unused_resources_log.txt