[webkit-changes] cvs commit: WebKit/WebKit.xcodeproj project.pbxproj

Timothy thatcher at opensource.apple.com
Tue Oct 25 12:32:35 PDT 2005


thatcher    05/10/25 12:32:34

  Modified:    .        ChangeLog
               WebKit.xcodeproj project.pbxproj
  Log:
          Reviewed by Darin.
  
          Remove the use of a stamp file in the Frameworks symlink build phase.
          This lets us pass the build verification.
  
          * WebKit.xcodeproj/project.pbxproj:
  
  Revision  Changes    Path
  1.3363    +9 -0      WebKit/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKit/ChangeLog,v
  retrieving revision 1.3362
  retrieving revision 1.3363
  diff -u -r1.3362 -r1.3363
  --- ChangeLog	24 Oct 2005 23:38:18 -0000	1.3362
  +++ ChangeLog	25 Oct 2005 19:32:27 -0000	1.3363
  @@ -1,3 +1,12 @@
  +2005-10-25  Timothy Hatcher  <timothy at apple.com>
  +
  +        Reviewed by Darin.
  +
  +        Remove the use of a stamp file in the Frameworks symlink build phase.
  +        This lets us pass the build verification.
  +
  +        * WebKit.xcodeproj/project.pbxproj:
  +
   2005-10-24  Darin Adler  <darin at apple.com>
   
           Reviewed by Geoff.
  
  
  
  1.12      +1 -1      WebKit/WebKit.xcodeproj/project.pbxproj
  
  Index: project.pbxproj
  ===================================================================
  RCS file: /cvs/root/WebKit/WebKit.xcodeproj/project.pbxproj,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.pbxproj	6 Oct 2005 15:46:11 -0000	1.11
  +++ project.pbxproj	25 Oct 2005 19:32:34 -0000	1.12
  @@ -1473,7 +1473,7 @@
   			);
   			runOnlyForDeploymentPostprocessing = 1;
   			shellPath = /bin/sh;
  -			shellScript = "mkdir -p \"$TARGET_BUILD_DIR/$PRIVATE_HEADERS_FOLDER_PATH\"\nrm -f \"$TARGET_BUILD_DIR/WebKit.framework/Frameworks\"\nln -s Versions/Current/Frameworks \"$TARGET_BUILD_DIR/WebKit.framework/Frameworks\"\ntouch \"$TARGET_BUILD_DIR/$PRIVATE_HEADERS_FOLDER_PATH/frameworks-symlink-stamp\"";
  +			shellScript = "ln -sf Versions/Current/Frameworks \"$TARGET_BUILD_DIR/WebKit.framework/Frameworks\"\n";
   		};
   		93AF528708254B33005D0156 /* DOM.h */ = {
   			isa = PBXShellScriptBuildPhase;
  
  
  



More information about the webkit-changes mailing list