Title: [184893] trunk/Source/WebKit2
Revision
184893
Author
[email protected]
Date
2015-05-26 19:44:40 -0700 (Tue, 26 May 2015)

Log Message

Add a symlink for every file inside /S/L/F/WebKit.framework to the PrivateFrameworks mirror.

rdar://problem/21111232.

Reviewed by Dan Bernstein.

* WebKit2.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (184892 => 184893)


--- trunk/Source/WebKit2/ChangeLog	2015-05-27 01:08:29 UTC (rev 184892)
+++ trunk/Source/WebKit2/ChangeLog	2015-05-27 02:44:40 UTC (rev 184893)
@@ -1,3 +1,13 @@
+2015-05-26  Anders Carlsson  <[email protected]>
+
+        Add a symlink for every file inside /S/L/F/WebKit.framework to the PrivateFrameworks mirror.
+
+        rdar://problem/21111232.
+
+        Reviewed by Dan Bernstein.
+
+        * WebKit2.xcodeproj/project.pbxproj:
+
 2015-05-26  Hunseop Jeong  <[email protected]>
 
         [EFL] webview should be updated from (0,0) when using the evasGL.

Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (184892 => 184893)


--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj	2015-05-27 01:08:29 UTC (rev 184892)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj	2015-05-27 02:44:40 UTC (rev 184893)
@@ -9059,7 +9059,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 1;
 			shellPath = /bin/sh;
-			shellScript = "if [[ ${PLATFORM_NAME} != \"iphoneos\" ]]; then\n    exit 0;\nfi\n\nif [[ ! -d \"${INSTALL_DIR}/../PrivateFrameworks/WebKit.framework\" ]]; then\n    mkdir -p \"${INSTALL_DIR}/../PrivateFrameworks/WebKit.framework\"\nfi\n\n# If the symlinks already exist, remove them and create the new ones in their place.\nln -s -h -f ../../Frameworks/WebKit.framework/WebKit ${INSTALL_DIR}/../PrivateFrameworks/WebKit.framework/WebKit\nln -s -h -f ../../Frameworks/WebKit.framework/Headers ${INSTALL_DIR}/../PrivateFrameworks/WebKit.framework/Headers\nln -s -h -f ../../Frameworks/WebKit.framework/PrivateHeaders ${INSTALL_DIR}/../PrivateFrameworks/WebKit.framework/PrivateHeaders";
+			shellScript = "if [[ ${PLATFORM_NAME} != \"iphoneos\" ]]; then\n    exit 0;\nfi\n\nif [[ ! -d \"${INSTALL_DIR}/../PrivateFrameworks/WebKit.framework\" ]]; then\n    mkdir -p \"${INSTALL_DIR}/../PrivateFrameworks/WebKit.framework\"\nfi\n\ncd ${INSTALL_DIR}/../PrivateFrameworks/WebKit.framework\nln -s -h -f ../../Frameworks/WebKit.framework/* .";
 		};
 		1A1D2115191D96380001619F /* Postprocess Framework Headers */ = {
 			isa = PBXShellScriptBuildPhase;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to