Revision: 15229
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=15229&view=rev
Author:   hofman
Date:     2009-04-29 11:19:15 +0000 (Wed, 29 Apr 2009)

Log Message:
-----------
don't generate positional parameters in localized string, as some %'s are not 
format specifiers

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

Modified: trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj
===================================================================
--- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj     2009-04-29 10:50:41 UTC 
(rev 15228)
+++ trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj     2009-04-29 11:19:15 UTC 
(rev 15229)
@@ -3623,7 +3623,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 -q -o 
\"${SOURCE_ROOT}/English.lproj\" \\\n\t-skipTable BibTeXKeys \\\n\t-skipTable 
ZoomValues \\\n\t-skipTable TemplateOptions \\\n\t-skipTable 
PreferenceSearchTerms \\\n\t*.m 2>&1 | sed -e 's/^/warning: /g' | \\\n\tsed -e 
's/warning:.*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\t-skipTable BibTeXKeys \\\n\t-skipTable 
ZoomValues \\\n\t-skipTable TemplateOptions \\\n\t-skipTable 
PreferenceSearchTerms \\\n\t-noPositionalParameters \\\n\t*.m 2>&1 | sed -e 
's/^/warning: /g' | \\\n\tsed -e 's/warning:.*Warning:/warning:/g' >&2\n";
                };
                F9FF213B09E83BAB00BB1706 /* Run Script: Strip headers and 
.DS_Store */ = {
                        isa = PBXShellScriptBuildPhase;


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

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to