[Freeswitch-svn] [commit] r2129 -	freeswitch/trunk/mac/xcode/FreeSWITCH.xcodeproj
    Freeswitch SVN 
    brian at freeswitch.org
       
    Tue Jul 25 16:57:27 EDT 2006
    
    
  
Author: brian
Date: Tue Jul 25 16:57:26 2006
New Revision: 2129
Modified:
   freeswitch/trunk/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj
Log:
Bloody thing :P
Modified: freeswitch/trunk/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj
==============================================================================
--- freeswitch/trunk/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj	(original)
+++ freeswitch/trunk/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj	Tue Jul 25 16:57:26 2006
@@ -3612,7 +3612,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/bash;
-			shellScript = "if [ -e ../../.complete ]; then\n\texit 0\nfi\ncd ../..\n./configure\ntouch .complete\n";
+			shellScript = "cd ../..\n./build/checkversion.sh force\nif [ -e .complete ]; then\n\texit 0\nfi\n./configure\ntouch .complete\n";
 		};
 		D3DEC2260A75CB62002001CF /* ShellScript */ = {
 			isa = PBXShellScriptBuildPhase;
    
    
More information about the Freeswitch-svn
mailing list