Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJocelyn Turcotte <jturcotte@woboq.com>2016-03-30 19:00:12 +0300
committerJocelyn Turcotte <jturcotte@woboq.com>2016-03-30 19:00:22 +0300
commit17c645ce43b4098d3a92c18f26744fa8d85c1ae0 (patch)
treee2d82c5217e4c6fee3e3601b53a74a8fbdf7759d /shell_integration/MacOSX
parentf42795551235568ecf4c82514c2175164d24c64a (diff)
Hide environment variables when running the FinderSync icns script
This otherwise shows up in the console for each incremental build.
Diffstat (limited to 'shell_integration/MacOSX')
-rw-r--r--shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.pbxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.pbxproj b/shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.pbxproj
index f9a232e8b..f72bfc2d1 100644
--- a/shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.pbxproj
+++ b/shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.pbxproj
@@ -267,6 +267,7 @@
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if [[ ${OC_OEM_SHARE_ICNS} ]]; then\n cp ${OC_OEM_SHARE_ICNS} ${BUILT_PRODUCTS_DIR}/FinderSyncExt.appex/Contents/Resources/app.icns\nfi";
+ showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */