From d38e40d53f40563a00e3b875f7bd8c5e7f00781d Mon Sep 17 00:00:00 2001 From: Alex Kh Date: Thu, 30 Jun 2022 21:10:43 +0400 Subject: [PATCH] Latest updates before starting anew 2 --- client/scripts/build_phase_run_script.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 client/scripts/build_phase_run_script.sh diff --git a/client/scripts/build_phase_run_script.sh b/client/scripts/build_phase_run_script.sh new file mode 100644 index 00000000..510ec6a4 --- /dev/null +++ b/client/scripts/build_phase_run_script.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# add `@executable_path/../../Frameworks` to Runpath Search Paths in Build Settings of extension +# put to run script phase in build phases for extension +# Type a script or drag a script file from your workspace to insert its path. +cd "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/" +if [[ -d "Frameworks" ]]; then + rm -fr Frameworks +fi \ No newline at end of file