Title: [254307] trunk/Source/WebKit
- Revision
- 254307
- Author
- [email protected]
- Date
- 2020-01-09 15:27:00 -0800 (Thu, 09 Jan 2020)
Log Message
Install WebKit framework symlink for more iOS-derived platforms
https://bugs.webkit.org/show_bug.cgi?id=206030
Reviewed by Andy Estes.
* WebKit.xcodeproj/project.pbxproj:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (254306 => 254307)
--- trunk/Source/WebKit/ChangeLog 2020-01-09 23:18:05 UTC (rev 254306)
+++ trunk/Source/WebKit/ChangeLog 2020-01-09 23:27:00 UTC (rev 254307)
@@ -1,3 +1,12 @@
+2020-01-09 Tim Horton <[email protected]>
+
+ Install WebKit framework symlink for more iOS-derived platforms
+ https://bugs.webkit.org/show_bug.cgi?id=206030
+
+ Reviewed by Andy Estes.
+
+ * WebKit.xcodeproj/project.pbxproj:
+
2020-01-09 Brent Fulgham <[email protected]>
Remove AGXCompilerService access from the WebContent sandbox
Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (254306 => 254307)
--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj 2020-01-09 23:18:05 UTC (rev 254306)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj 2020-01-09 23:27:00 UTC (rev 254307)
@@ -11379,7 +11379,7 @@
);
runOnlyForDeploymentPostprocessing = 1;
shellPath = /bin/sh;
- shellScript = "if [[ ${WK_PLATFORM_NAME} != \"iphoneos\" ]]; then\n exit 0;\nfi\n\nif [[ ! -d \"${INSTALL_ROOT}/${SYSTEM_LIBRARY_DIR}/PrivateFrameworks\" ]]; then\n mkdir -p \"${INSTALL_ROOT}/${SYSTEM_LIBRARY_DIR}/PrivateFrameworks\"\nfi\n\nln -s -h -f ../Frameworks/WebKit.framework \"${INSTALL_ROOT}/${SYSTEM_LIBRARY_DIR}/PrivateFrameworks/WebKit.framework\"";
+ shellScript = "if [[ ${WK_PLATFORM_NAME} != \"iphoneos\" && ${WK_PLATFORM_NAME} != \"maccatalyst\" ]]; then\n exit 0;\nfi\n\nif [[ ! -d \"${INSTALL_ROOT}/${WK_ALTERNATE_FRAMEWORKS_DIR}${SYSTEM_LIBRARY_DIR}/PrivateFrameworks\" ]]; then\n mkdir -p \"${INSTALL_ROOT}/${WK_ALTERNATE_FRAMEWORKS_DIR}${SYSTEM_LIBRARY_DIR}/PrivateFrameworks\"\nfi\n\nln -s -h -f ../Frameworks/WebKit.framework \"${INSTALL_ROOT}/${WK_ALTERNATE_FRAMEWORKS_DIR}${SYSTEM_LIBRARY_DIR}/PrivateFrameworks/WebKit.framework\"\n";
};
1A6280C81919956B006AD9F9 /* Migrate WebKitLegacy Headers */ = {
isa = PBXShellScriptBuildPhase;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes