Revision: 12378
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=12378&view=rev
Author:   amaxwell
Date:     2008-01-08 17:02:48 -0800 (Tue, 08 Jan 2008)

Log Message:
-----------
Silence genstrings multiple key/value warnings.  Modify the sed commands to 
display everything genstrings prints, since it doesn't use the same output for 
all messages.

Modified Paths:
--------------
    trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj

Modified: trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj
===================================================================
--- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj     2008-01-09 00:59:32 UTC 
(rev 12377)
+++ trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj     2008-01-09 01:02:48 UTC 
(rev 12378)
@@ -3489,7 +3489,7 @@
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
-                       shellScript = "##\n## This takes a while to generate, 
so it's not worth\n## the wait for development builds.\n##\nif [ ${BUILD_STYLE} 
= \"Debug\" ]; then\n# Check to see if a previous version exists and create 
it\n# if not, or else pbxcp will complain.\nif [ -f 
\"English.lproj/Localizable.strings\" ]; then\nexit 0\nfi\nfi\n#\n# Run the 
genstrings build phase\n#\ncd ${SOURCE_ROOT} && \\\nif [ -f 
\"English.lproj/Localizable.strings\" ]; then\nmv 
English.lproj/Localizable.strings English.lproj/Localizable.strings.bak 
\nfi\n\n# skip OmniBase/macros.h because of genstrings crash\n# skip vendorsrc 
entirely? need to process .h files?\n\n/usr/bin/genstrings -o 
\"${SOURCE_ROOT}/English.lproj\" \\\n-skipTable BibTeXKeys -skipTable 
ZoomValues -skipTable TemplateOptions \\\n*.m 2>&1 | sed -e 
's/^.*Warning:/warning:/g' >&2\n";
+                       shellScript = "##\n## This takes a while to generate, 
so it's not worth\n## the wait for development builds.\n##\nif [ ${BUILD_STYLE} 
= \"Debug\" ]; then\n# Check to see if a previous version exists and create 
it\n# if not, or else pbxcp will complain.\nif [ -f 
\"English.lproj/Localizable.strings\" ]; then\nexit 0\nfi\nfi\n#\n# Run the 
genstrings build phase\n#\ncd ${SOURCE_ROOT} && \\\nif [ -f 
\"English.lproj/Localizable.strings\" ]; then\nmv 
English.lproj/Localizable.strings English.lproj/Localizable.strings.bak 
\nfi\n\n# skip OmniBase/macros.h because of genstrings crash\n# skip vendorsrc 
entirely? need to process .h files?\n\n/usr/bin/genstrings -q -o 
\"${SOURCE_ROOT}/English.lproj\" \\\n-skipTable BibTeXKeys \\\n-skipTable 
ZoomValues \\\n-skipTable TemplateOptions \\\n*.m 2>&1 | sed -e 's/^/warning: 
/g' | \\\nsed -e 's/warning:.*Warning:/warning:/g' >&2\n";
                };
                F9FF213B09E83BAB00BB1706 /* ShellScript */ = {
                        isa = PBXShellScriptBuildPhase;


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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to