[darwinbuild-changes] [313] trunk/darwinbuild/darwinbuild

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 02:02:37 PDT 2006


Revision: 313
          http://trac.macosforge.org/projects/darwinbuild/changeset/313
Author:   kevin
Date:     2006-10-04 02:02:37 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
- added .pbxproj to xcode project suffixes

Modified Paths:
--------------
    trunk/darwinbuild/darwinbuild

Modified: trunk/darwinbuild/darwinbuild
===================================================================
--- trunk/darwinbuild/darwinbuild	2005-12-21 20:31:06 UTC (rev 312)
+++ trunk/darwinbuild/darwinbuild	2006-10-04 09:02:37 UTC (rev 313)
@@ -497,7 +497,7 @@
 ### Look for the build tool: make, xcodebuild
 ###
 
-numfiles=$(echo *.pbproj *.xcode *.xcodeproj 2> /dev/null )
+numfiles=$(echo *.pbxproj *.pbproj *.xcode *.xcodeproj 2> /dev/null )
 if [ -n "$numfiles" ]; then
 	buildtool="xcodebuild"
 else

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20061004/f30c3ed0/attachment-0001.html


More information about the darwinbuild-changes mailing list