Title: [269873] trunk/Source/WebCore
Revision
269873
Author
[email protected]
Date
2020-11-16 13:21:10 -0800 (Mon, 16 Nov 2020)

Log Message

Speculative fix for localizableStrings.string in WebCore
https://bugs.webkit.org/show_bug.cgi?id=219003

Unreviewed build fix.

* WebCore.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (269872 => 269873)


--- trunk/Source/WebCore/ChangeLog	2020-11-16 21:17:12 UTC (rev 269872)
+++ trunk/Source/WebCore/ChangeLog	2020-11-16 21:21:10 UTC (rev 269873)
@@ -1,3 +1,12 @@
+2020-11-16  Megan Gardner  <[email protected]>
+
+        Speculative fix for localizableStrings.string in WebCore
+        https://bugs.webkit.org/show_bug.cgi?id=219003
+
+        Unreviewed build fix. 
+
+        * WebCore.xcodeproj/project.pbxproj:
+
 2020-11-16  Devin Rousso  <[email protected]>
 
         Ignore deprecation warnings for the uniform types C API

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (269872 => 269873)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2020-11-16 21:17:12 UTC (rev 269872)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2020-11-16 21:21:10 UTC (rev 269873)
@@ -35400,11 +35400,15 @@
 			inputFileListPaths = (
 			);
 			inputPaths = (
+				$BUILT_PRODUCTS_DIR/usr/local/include/WebKitAdditions/LocalizableAdditions.strings,
+				$SDKROOT/usr/local/include/WebKitAdditions/LocalizableAdditions.strings,
+				$SRCROOT/en.lproj/Localizable.strings,
 			);
 			name = "Concatenate Localizable.strings";
 			outputFileListPaths = (
 			);
 			outputPaths = (
+				$BUILT_PRODUCTS_DIR/DerivedSources/WebCore/Localizable.strings,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to