Title: [269937] trunk/Source/WebCore
- Revision
- 269937
- Author
- [email protected]
- Date
- 2020-11-17 17:24:56 -0800 (Tue, 17 Nov 2020)
Log Message
Fix for localizableStrings.string in WebCore
https://bugs.webkit.org/show_bug.cgi?id=219060
Unreviewed build fix.
* WebCore.xcodeproj/project.pbxproj:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (269936 => 269937)
--- trunk/Source/WebCore/ChangeLog 2020-11-18 00:49:46 UTC (rev 269936)
+++ trunk/Source/WebCore/ChangeLog 2020-11-18 01:24:56 UTC (rev 269937)
@@ -1,3 +1,12 @@
+2020-11-17 Megan Gardner <[email protected]>
+
+ Fix for localizableStrings.string in WebCore
+ https://bugs.webkit.org/show_bug.cgi?id=219060
+
+ Unreviewed build fix.
+
+ * WebCore.xcodeproj/project.pbxproj:
+
2020-11-17 Fujii Hironori <[email protected]>
Use SetForScope to temporarily change members of TextureMapperPaintOptions instead of copying all members
Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (269936 => 269937)
--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2020-11-18 00:49:46 UTC (rev 269936)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2020-11-18 01:24:56 UTC (rev 269937)
@@ -35478,7 +35478,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- 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";
+ shellScript = "if [ -e $BUILT_PRODUCTS_DIR/usr/local/include/WebKitAdditions/LocalizableAdditions.strings.txt ] ; then\n cat $SRCROOT/en.lproj/Localizable.strings $BUILT_PRODUCTS_DIR/usr/local/include/WebKitAdditions/LocalizableAdditions.strings.txt > $BUILT_PRODUCTS_DIR/DerivedSources/WebCore/Localizable.strings\nelif [ -e $SDKROOT/usr/local/include/WebKitAdditions/LocalizableAdditions.strings..txt ] ; then\n cat $SRCROOT/en.lproj/Localizable.strings $SDKROOT/usr/local/include/WebKitAdditions/LocalizableAdditions.strings.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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes