Revision: 7107
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7107&view=rev
Author:   hofman
Date:     2011-02-14 18:32:54 +0000 (Mon, 14 Feb 2011)

Log Message:
-----------
remove empty .strings file from release product

Modified Paths:
--------------
    trunk/Skim.xcodeproj/project.pbxproj

Modified: trunk/Skim.xcodeproj/project.pbxproj
===================================================================
--- trunk/Skim.xcodeproj/project.pbxproj        2011-02-14 15:57:17 UTC (rev 
7106)
+++ trunk/Skim.xcodeproj/project.pbxproj        2011-02-14 18:32:54 UTC (rev 
7107)
@@ -2371,7 +2371,7 @@
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
-                       shellScript = "if [ ${BUILD_STYLE} = \"Debug\" ]; 
then\nexit 0\nfi\n\necho \"*** stripping header files from frameworks 
***\"\nfind \"${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}\" -type file 
-name \"*.h\" -delete\nfind \"${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}\" 
\\( -type d -or -type l \\) -name Headers -delete\n\necho \"*** removing 
.DS_Store files ***\"\nfind 
\"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\" -type file -name 
\".DS_Store\" -delete\n\n#echo \"*** stripping IB files from NIBs ***\"\n#find 
\"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\" -type file \\( 
-name \"classes.nib\" -or -name \"info.nib\" -or -name \"data.dependency\" \\) 
-delete\n";
+                       shellScript = "if [ ${BUILD_STYLE} = \"Debug\" ]; 
then\nexit 0\nfi\n\necho \"*** stripping header files from frameworks 
***\"\nfind \"${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}\" -type file 
-name \"*.h\" -delete\nfind \"${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}\" 
\\( -type d -or -type l \\) -name Headers -delete\n\necho \"*** removing 
.DS_Store files ***\"\nfind 
\"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\" -type file -name 
\".DS_Store\" -delete\n\necho \"*** removing empty .strings files ***\"\nfind 
\"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"/*.lproj -type 
file -name \"*.strings\" -empty -delete\n";
                };
                CE592C630B9239E300C113DF /* ShellScript */ = {
                        isa = PBXShellScriptBuildPhase;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to