Revision: 3359
http://skim-app.svn.sourceforge.net/skim-app/?rev=3359&view=rev
Author: hofman
Date: 2008-01-08 17:10:15 -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/Skim.xcodeproj/project.pbxproj
Modified: trunk/Skim.xcodeproj/project.pbxproj
===================================================================
--- trunk/Skim.xcodeproj/project.pbxproj 2008-01-09 00:27:52 UTC (rev
3358)
+++ trunk/Skim.xcodeproj/project.pbxproj 2008-01-09 01:10:15 UTC (rev
3359)
@@ -1674,7 +1674,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "#\n# Run the genstrings build phase\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\n#\n# Run the genstrings build phase\n#\nfi\ncd ${SOURCE_ROOT}\nif [ -f
\"English.lproj/Localizable.strings\" ]; then\nmv
English.lproj/Localizable.strings English.lproj/Localizable.strings.bak
\nfi\n\n/usr/bin/genstrings -o ${SOURCE_ROOT}/English.lproj *.m 2>&1 | sed -e
's/^.*Warning:/warning:/g' >&2\n";
+ shellScript = "#\n# Run the genstrings build phase\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\n#\n# Run the genstrings build phase\n#\nfi\ncd ${SOURCE_ROOT}\nif [ -f
\"English.lproj/Localizable.strings\" ]; then\nmv
English.lproj/Localizable.strings English.lproj/Localizable.strings.bak
\nfi\n\n/usr/bin/genstrings -q -o ${SOURCE_ROOT}/English.lproj *.m 2>&1 | sed
-e 's/^/warning: /g' | sed -e 's/warning:.*Warning:/warning:/g' >&2\n";
};
CEE22EA50BFB8691002B746B /* 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
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit