Revision: 3144
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3144&view=rev
Author:   hofman
Date:     2007-11-04 05:12:41 -0800 (Sun, 04 Nov 2007)

Log Message:
-----------
Only pass source files in the root to genstrings.

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

Modified: trunk/Skim.xcodeproj/project.pbxproj
===================================================================
--- trunk/Skim.xcodeproj/project.pbxproj        2007-11-04 13:05:59 UTC (rev 
3143)
+++ trunk/Skim.xcodeproj/project.pbxproj        2007-11-04 13:12:41 UTC (rev 
3144)
@@ -1493,7 +1493,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/usr/bin/genstrings -o ${SOURCE_ROOT}/English.lproj -skipTable Sparkle 
`/usr/bin/find . -type file -name \"*.[mh]\"`";
+                       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/usr/bin/genstrings -o ${SOURCE_ROOT}/English.lproj *.m";
                };
                CEE22EA50BFB8691002B746B /* 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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to