Title: [269932] trunk/Source/WebCore
Revision
269932
Author
megan_gard...@apple.com
Date
2020-11-17 16:00:19 -0800 (Tue, 17 Nov 2020)

Log Message

Fix for localizableStrings.string in WebCore
https://bugs.webkit.org/show_bug.cgi?id=219056

Unreviewed build fix.

* WebCore.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (269931 => 269932)


--- trunk/Source/WebCore/ChangeLog	2020-11-17 23:53:49 UTC (rev 269931)
+++ trunk/Source/WebCore/ChangeLog	2020-11-18 00:00:19 UTC (rev 269932)
@@ -1,3 +1,12 @@
+2020-11-17  Megan Gardner  <megan_gard...@apple.com>
+
+        Fix for localizableStrings.string in WebCore
+        https://bugs.webkit.org/show_bug.cgi?id=219056
+
+        Unreviewed build fix.
+
+        * WebCore.xcodeproj/project.pbxproj:
+
 2020-11-17  Adrian Perez de Castro  <ape...@igalia.com>
 
         Unreviewed build fix for non-unified builds.

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (269931 => 269932)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2020-11-17 23:53:49 UTC (rev 269931)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2020-11-18 00:00:19 UTC (rev 269932)
@@ -35478,7 +35478,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "if [ -e $BUILT_PRODUCTS_DIR/usr/local/include/WebKitAdditions/LocalizableAdditions.strings ] ; then\n    cat $SRCROOT/en.lproj/Localizable.strings $BUILT_PRODUCTS_DIR/usr/local/include/WebKitAdditions/LocalizableAdditions.strings > $BUILT_PRODUCTS_DIR/DerivedSources/WebCore/Localizable.strings\nelif [ -e $SDKROOT/usr/local/include/WebKitAdditions/LocalizableAdditions.strings ] ; then\n    cat $SRCROOT/en.lproj/Localizable.strings $SDKROOT/usr/local/include/WebKitAdditions/LocalizableAdditions.strings > $BUILT_PRODUCTS_DIR/DerivedSources/WebCore/Localizable.strings\nelse\n    cp $SRCROOT/en.lproj/Localizable.strings $BUILT_PRODUCTS_DIR/DerivedSources/WebCore/Localizable.strings\nfi\n";
+			shellScript = "if [ -e $BUILT_PRODUCTS_DIR/usr/local/include/WebKitAdditions/LocalizableAdditions.txt ] ; then\n    cat $SRCROOT/en.lproj/Localizable.strings $BUILT_PRODUCTS_DIR/usr/local/include/WebKitAdditions/LocalizableAdditions.txt > $BUILT_PRODUCTS_DIR/DerivedSources/WebCore/Localizable.strings\nelif [ -e $SDKROOT/usr/local/include/WebKitAdditions/LocalizableAdditions.txt ] ; then\n    cat $SRCROOT/en.lproj/Localizable.strings $SDKROOT/usr/local/include/WebKitAdditions/LocalizableAdditions.txt > $BUILT_PRODUCTS_DIR/DerivedSources/WebCore/Localizable.strings\nelse\n    cp $SRCROOT/en.lproj/Localizable.strings $BUILT_PRODUCTS_DIR/DerivedSources/WebCore/Localizable.strings\nfi\n";
 		};
 		5325BDCC21DFF33E00A0DEE1 /* ShellScript */ = {
 			isa = PBXShellScriptBuildPhase;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to