Title: [160438] trunk/Source/WebKit
Revision
160438
Author
[email protected]
Date
2013-12-11 09:47:40 -0800 (Wed, 11 Dec 2013)

Log Message

<https://webkit.org/b/125562> Remove a Leopard-specific check from WebKit.xcodeproj

Reviewed by Anders Carlsson.

* WebKit.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (160437 => 160438)


--- trunk/Source/WebKit/ChangeLog	2013-12-11 16:46:18 UTC (rev 160437)
+++ trunk/Source/WebKit/ChangeLog	2013-12-11 17:47:40 UTC (rev 160438)
@@ -1,3 +1,11 @@
+2013-12-11  Mark Rowe  <[email protected]>
+
+        <https://webkit.org/b/125562> Remove a Leopard-specific check from WebKit.xcodeproj
+
+        Reviewed by Anders Carlsson.
+
+        * WebKit.xcodeproj/project.pbxproj:
+
 2013-12-06  Roger Fong <[email protected]> and Brent Fulgham  <[email protected]>
 
         [Win] Support compiling with VS2013.

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (160437 => 160438)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2013-12-11 16:46:18 UTC (rev 160437)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2013-12-11 17:47:40 UTC (rev 160438)
@@ -2100,7 +2100,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "if [[ \"${MACOSX_DEPLOYMENT_TARGET}\" > \"10.5\" && \"${CONFIGURATION}\" != \"Production\" && \"${ACTION}\" == \"build\" ]]; then\n    if [[ ! -e \"${CONFIGURATION_BUILD_DIR}/WebKit.framework/WebKitPluginHost.app\" ]]; then\n       ln -s /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app \"${CONFIGURATION_BUILD_DIR}/WebKit.framework/WebKitPluginHost.app\"\n    fi\nfi\n";
+			shellScript = "if [[ \"${CONFIGURATION}\" != \"Production\" && \"${ACTION}\" == \"build\" ]]; then\n    if [[ ! -e \"${CONFIGURATION_BUILD_DIR}/WebKit.framework/WebKitPluginHost.app\" ]]; then\n       ln -s /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app \"${CONFIGURATION_BUILD_DIR}/WebKit.framework/WebKitPluginHost.app\"\n    fi\nfi\n";
 		};
 		939811300824BF01008DF038 /* Make Frameworks Symbolic Link */ = {
 			isa = PBXShellScriptBuildPhase;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to