mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
Latest updates before starting anew 2
This commit is contained in:
9
client/scripts/build_phase_run_script.sh
Normal file
9
client/scripts/build_phase_run_script.sh
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user