Revision: 3478
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3478&view=rev
Author:   hofman
Date:     2008-03-14 05:59:28 -0700 (Fri, 14 Mar 2008)

Log Message:
-----------
clean up some scripts.

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

Modified: trunk/Skim.xcodeproj/project.pbxproj
===================================================================
--- trunk/Skim.xcodeproj/project.pbxproj        2008-03-14 12:47:02 UTC (rev 
3477)
+++ trunk/Skim.xcodeproj/project.pbxproj        2008-03-14 12:59:28 UTC (rev 
3478)
@@ -1643,7 +1643,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\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\necho \"*** removing .DS_Store files ***\"\nfind 
\"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\" -type file -name 
\".DS_Store\" -delete\n\nexit 0";
+                       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\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";
                };
                CE4DA9060B9E17890039E89C /* ShellScript */ = {
                        isa = PBXShellScriptBuildPhase;
@@ -1656,7 +1656,7 @@
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
-                       shellScript = "if [ ${BUILD_STYLE} = \"Debug\" ]; 
then\nexit 0\nfi\necho \"*** Indexing Help ***\"\ncd 
\"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nfor LOC_DIR in 
*.lproj; do\nif [ \"${LOC_DIR}\" = \"French.lproj\" ]; then LANG=\"fr\";\nelif 
[ \"${LOC_DIR}\" = \"German.lproj\" ]; then LANG=\"de\";\nelif [ \"${LOC_DIR}\" 
= \"Hungarian.lproj\" ]; then LANG=\"hu\";\nelif [ \"${LOC_DIR}\" = 
\"Italian.lproj\" ]; then LANG=\"it\";\nelif [ \"${LOC_DIR}\" = 
\"Spanish.lproj\" ]; then LANG=\"es\";\nelif [ \"${LOC_DIR}\" = 
\"Swedish.lproj\" ]; then LANG=\"sv\";\nelse 
LANG=\"en\";\nfi;\n\"${SYSTEM_DEVELOPER_UTILITIES_DIR}/Help 
Indexer.app/Contents/MacOS/Help Indexer\" \\\n\"${LOC_DIR}/Skim Help\" 
\\\n-Tokenizer 1 \\\n-ShowProgress NO \\\n-LogStyle 2 \\\n-IndexAnchors YES 
\\\n-TigerIndexing YES \\\n-GenerateSummaries YES \\\n-Stopwords \"${LANG}\" 
\\\n-MinTermLength 3;\\\ndone\nexit 0";
+                       shellScript = "if [ ${BUILD_STYLE} = \"Debug\" ]; 
then\nexit 0\nfi\n\necho \"*** Indexing Help ***\"\ncd 
\"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nfor LOC_DIR in 
*.lproj; do\n\tif [ \"${LOC_DIR}\" = \"French.lproj\" ]; then 
LANG=\"fr\";\n\telif [ \"${LOC_DIR}\" = \"German.lproj\" ]; then 
LANG=\"de\";\n\telif [ \"${LOC_DIR}\" = \"Hungarian.lproj\" ]; then 
LANG=\"hu\";\n\telif [ \"${LOC_DIR}\" = \"Italian.lproj\" ]; then 
LANG=\"it\";\n\telif [ \"${LOC_DIR}\" = \"Spanish.lproj\" ]; then 
LANG=\"es\";\n\telif [ \"${LOC_DIR}\" = \"Swedish.lproj\" ]; then 
LANG=\"sv\";\n\telse 
LANG=\"en\";\n\tfi;\n\t\"${SYSTEM_DEVELOPER_UTILITIES_DIR}/Help 
Indexer.app/Contents/MacOS/Help Indexer\" \\\n\t\t\"${LOC_DIR}/Skim Help\" 
\\\n\t\t-Tokenizer 1 \\\n\t\t-ShowProgress NO \\\n\t\t-LogStyle 2 
\\\n\t\t-IndexAnchors YES \\\n\t\t-TigerIndexing YES \\\n\t\t-GenerateSummaries 
YES \\\n\t\t-Stopwords \"${LANG}\" \\\n\t\t-MinTermLength 3;\ndone;\n";
                };
                CE592C630B9239E300C113DF /* ShellScript */ = {
                        isa = PBXShellScriptBuildPhase;
@@ -1695,7 +1695,7 @@
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
-                       shellScript = "cd 
\"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nln -fs 
../SharedSupport/displayline displayline\nln -fs ../SharedSupport/displayline 
forward-search.sh\nexit 0";
+                       shellScript = "cd 
\"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nln -fs 
../SharedSupport/displayline displayline\nln -fs ../SharedSupport/displayline 
forward-search.sh\n";
                };
                CEF82CA50C77286200A3AD51 /* ShellScript */ = {
                        isa = PBXShellScriptBuildPhase;


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to