From bb432d422018b5282cce28773030c4f3007468be Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Fri, 15 Jan 2021 18:58:45 +0300 Subject: [PATCH] add doc about SCRIPT_DIR variable --- xcode/build_phases/copy_paste_detection.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xcode/build_phases/copy_paste_detection.sh b/xcode/build_phases/copy_paste_detection.sh index 1bd10a6..0ab2b1a 100644 --- a/xcode/build_phases/copy_paste_detection.sh +++ b/xcode/build_phases/copy_paste_detection.sh @@ -8,6 +8,7 @@ # # Required environment variables: # PROJECT_DIR - project directory. +# SCRIPT_DIR - directory of current script. # # Optional environment variables: # SCRIPT_INPUT_FILE_COUNT - number of files listed in "Input files" of build phase.