Title: [260712] trunk
Revision
260712
Author
[email protected]
Date
2020-04-25 17:00:23 -0700 (Sat, 25 Apr 2020)

Log Message

[Cocoa] Deal with another round of Xcode upgrade checks
https://bugs.webkit.org/show_bug.cgi?id=211027

Reviewed by Alexey Proskuryakov.

Source/bmalloc:

* bmalloc.xcodeproj/project.pbxproj: Bump the upgrade check version.
Add a harmless base localization; this project contains nothing localized.

Source/_javascript_Core:

* _javascript_Core.xcodeproj/project.pbxproj: Bump the upgrade check version.
Add a harmless base localization; this project contains nothing localized.

Source/ThirdParty:

* gtest/xcode/gtest.xcodeproj/project.pbxproj: Bump the upgrade check version.
Add a harmless base localization, rename English localization to en,
remove Japanese, French, German; this project contains nothing localized.

Source/ThirdParty/ANGLE:

* ANGLE.xcodeproj/project.pbxproj: Bump the upgrade check version.
Add a harmless base localization, rename English localization to en,
remove Japanese, French, German; this project contains nothing localized.

Source/WebCore:

* WebCore.xcodeproj/project.pbxproj: Bump the upgrade check version.

Source/WebCore/PAL:

* PAL.xcodeproj/project.pbxproj: Bump the upgrade check version.

Source/WebInspectorUI:

* WebInspectorUI.xcodeproj/project.pbxproj: Bump the upgrade check version.
Add a harmless base localization; this project contains nothing localized.

Source/WebKit:

* WebKit.xcodeproj/project.pbxproj: Bump the upgrade check version.
Add a base localization.

Source/WebKitLegacy:

* WebKitLegacy.xcodeproj/project.pbxproj: Bump the upgrade check version.

Source/WTF:

* WTF.xcodeproj/project.pbxproj: Bump the upgrade check version.
Add a harmless base localization; this project contains nothing localized.

Tools:

* DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Bump the upgrade check version.

* TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj: Bump the upgrade check version.
Add a harmless base localization; this project contains nothing localized. Also let the
script sort the project.

* WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj: Bump the upgrade check version.
Add a harmless base localization; this project contains nothing localized. Also let the
script sort the project.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (260711 => 260712)


--- trunk/Source/_javascript_Core/ChangeLog	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/_javascript_Core/ChangeLog	2020-04-26 00:00:23 UTC (rev 260712)
@@ -1,3 +1,13 @@
+2020-04-25  Darin Adler  <[email protected]>
+
+        [Cocoa] Deal with another round of Xcode upgrade checks
+        https://bugs.webkit.org/show_bug.cgi?id=211027
+
+        Reviewed by Alexey Proskuryakov.
+
+        * _javascript_Core.xcodeproj/project.pbxproj: Bump the upgrade check version.
+        Add a harmless base localization; this project contains nothing localized.
+
 2020-04-25  Yusuke Suzuki  <[email protected]>
 
         [JSC] Add fast path for BigInt32 left-shift

Modified: trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj (260711 => 260712)


--- trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj	2020-04-26 00:00:23 UTC (rev 260712)
@@ -10736,7 +10736,7 @@
 			attributes = {
 				DefaultBuildSystemTypeForWorkspace = Original;
 				LastSwiftUpdateCheck = 0700;
-				LastUpgradeCheck = 1000;
+				LastUpgradeCheck = 1140;
 				TargetAttributes = {
 					5325BDBF21DFF2B100A0DEE1 = {
 						CreatedOnToolsVersion = 10.1;
@@ -10750,6 +10750,7 @@
 			hasScannedForEncodings = 1;
 			knownRegions = (
 				en,
+				Base,
 			);
 			mainGroup = 0867D691FE84028FC02AAC07 /* _javascript_Core */;
 			productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;

Modified: trunk/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj (260711 => 260712)


--- trunk/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj	2020-04-26 00:00:23 UTC (rev 260712)
@@ -3005,17 +3005,15 @@
 			isa = PBXProject;
 			attributes = {
 				LastSwiftUpdateCheck = 0700;
-				LastUpgradeCheck = 1000;
+				LastUpgradeCheck = 1140;
 			};
 			buildConfigurationList = FB39D0731200ED9200088E69 /* Build configuration list for PBXProject "ANGLE" */;
 			compatibilityVersion = "Xcode 3.2";
-			developmentRegion = English;
+			developmentRegion = en;
 			hasScannedForEncodings = 0;
 			knownRegions = (
-				English,
-				Japanese,
-				French,
-				German,
+				en,
+				Base,
 			);
 			mainGroup = FB39D06E1200ED9200088E69;
 			projectDirPath = "";

Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (260711 => 260712)


--- trunk/Source/ThirdParty/ANGLE/ChangeLog	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog	2020-04-26 00:00:23 UTC (rev 260712)
@@ -1,3 +1,14 @@
+2020-04-25  Darin Adler  <[email protected]>
+
+        [Cocoa] Deal with another round of Xcode upgrade checks
+        https://bugs.webkit.org/show_bug.cgi?id=211027
+
+        Reviewed by Alexey Proskuryakov.
+
+        * ANGLE.xcodeproj/project.pbxproj: Bump the upgrade check version.
+        Add a harmless base localization, rename English localization to en,
+        remove Japanese, French, German; this project contains nothing localized.
+
 2020-04-08  Truitt Savell  <[email protected]>
 
         Unreviewed, reverting r259708.

Modified: trunk/Source/ThirdParty/ChangeLog (260711 => 260712)


--- trunk/Source/ThirdParty/ChangeLog	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/ThirdParty/ChangeLog	2020-04-26 00:00:23 UTC (rev 260712)
@@ -1,3 +1,14 @@
+2020-04-25  Darin Adler  <[email protected]>
+
+        [Cocoa] Deal with another round of Xcode upgrade checks
+        https://bugs.webkit.org/show_bug.cgi?id=211027
+
+        Reviewed by Alexey Proskuryakov.
+
+        * gtest/xcode/gtest.xcodeproj/project.pbxproj: Bump the upgrade check version.
+        Add a harmless base localization, rename English localization to en,
+        remove Japanese, French, German; this project contains nothing localized.
+
 2020-04-03  David Kilzer  <[email protected]>
 
         [Xcode] Replace ASAN_OTHER_CFLAGS and ASAN_OTHER_CPLUSPLUSFLAGS with $(inherited)

Modified: trunk/Source/ThirdParty/gtest/xcode/gtest.xcodeproj/project.pbxproj (260711 => 260712)


--- trunk/Source/ThirdParty/gtest/xcode/gtest.xcodeproj/project.pbxproj	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/ThirdParty/gtest/xcode/gtest.xcodeproj/project.pbxproj	2020-04-26 00:00:23 UTC (rev 260712)
@@ -625,18 +625,15 @@
 			isa = PBXProject;
 			attributes = {
 				LastSwiftUpdateCheck = 0700;
-				LastUpgradeCheck = 1000;
+				LastUpgradeCheck = 1140;
 			};
 			buildConfigurationList = 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "gtest" */;
 			compatibilityVersion = "Xcode 3.2";
-			developmentRegion = English;
+			developmentRegion = en;
 			hasScannedForEncodings = 1;
 			knownRegions = (
-				English,
-				Japanese,
-				French,
-				German,
 				en,
+				Base,
 			);
 			mainGroup = 0867D691FE84028FC02AAC07 /* gtest */;
 			productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;

Modified: trunk/Source/WTF/ChangeLog (260711 => 260712)


--- trunk/Source/WTF/ChangeLog	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/WTF/ChangeLog	2020-04-26 00:00:23 UTC (rev 260712)
@@ -1,3 +1,13 @@
+2020-04-25  Darin Adler  <[email protected]>
+
+        [Cocoa] Deal with another round of Xcode upgrade checks
+        https://bugs.webkit.org/show_bug.cgi?id=211027
+
+        Reviewed by Alexey Proskuryakov.
+
+        * WTF.xcodeproj/project.pbxproj: Bump the upgrade check version.
+        Add a harmless base localization; this project contains nothing localized.
+
 2020-04-25  Alex Christensen  <[email protected]>
 
         Prepare to remove automatic URL->String conversion operators

Modified: trunk/Source/WTF/WTF.xcodeproj/project.pbxproj (260711 => 260712)


--- trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2020-04-26 00:00:23 UTC (rev 260712)
@@ -1560,7 +1560,7 @@
 			isa = PBXProject;
 			attributes = {
 				LastSwiftUpdateCheck = 0700;
-				LastUpgradeCheck = 1000;
+				LastUpgradeCheck = 1140;
 			};
 			buildConfigurationList = 5D247B5C14689B8600E78B76 /* Build configuration list for PBXProject "WTF" */;
 			compatibilityVersion = "Xcode 3.2";
@@ -1568,6 +1568,7 @@
 			hasScannedForEncodings = 0;
 			knownRegions = (
 				en,
+				Base,
 			);
 			mainGroup = 5D247B5714689B8600E78B76;
 			productRefGroup = 5D247B6314689B8600E78B76 /* Products */;

Modified: trunk/Source/WebCore/ChangeLog (260711 => 260712)


--- trunk/Source/WebCore/ChangeLog	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/WebCore/ChangeLog	2020-04-26 00:00:23 UTC (rev 260712)
@@ -1,3 +1,12 @@
+2020-04-25  Darin Adler  <[email protected]>
+
+        [Cocoa] Deal with another round of Xcode upgrade checks
+        https://bugs.webkit.org/show_bug.cgi?id=211027
+
+        Reviewed by Alexey Proskuryakov.
+
+        * WebCore.xcodeproj/project.pbxproj: Bump the upgrade check version.
+
 2020-04-25  Alex Christensen  <[email protected]>
 
         Prepare to remove automatic URL->String conversion operators

Modified: trunk/Source/WebCore/PAL/ChangeLog (260711 => 260712)


--- trunk/Source/WebCore/PAL/ChangeLog	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/WebCore/PAL/ChangeLog	2020-04-26 00:00:23 UTC (rev 260712)
@@ -1,3 +1,12 @@
+2020-04-25  Darin Adler  <[email protected]>
+
+        [Cocoa] Deal with another round of Xcode upgrade checks
+        https://bugs.webkit.org/show_bug.cgi?id=211027
+
+        Reviewed by Alexey Proskuryakov.
+
+        * PAL.xcodeproj/project.pbxproj: Bump the upgrade check version.
+
 2020-04-21  Peng Liu  <[email protected]>
 
         Fix MACCATALYST build failures

Modified: trunk/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj (260711 => 260712)


--- trunk/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj	2020-04-26 00:00:23 UTC (rev 260712)
@@ -884,7 +884,7 @@
 		1C09D0351E31C32800725F18 /* Project object */ = {
 			isa = PBXProject;
 			attributes = {
-				LastUpgradeCheck = 1000;
+				LastUpgradeCheck = 1140;
 				TargetAttributes = {
 					1C09D03C1E31C32800725F18 = {
 						CreatedOnToolsVersion = 8.3;

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (260711 => 260712)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2020-04-26 00:00:23 UTC (rev 260712)
@@ -33765,7 +33765,7 @@
 			attributes = {
 				DefaultBuildSystemTypeForWorkspace = Original;
 				LastSwiftUpdateCheck = 0700;
-				LastUpgradeCheck = 1000;
+				LastUpgradeCheck = 1140;
 				TargetAttributes = {
 					5325BDC621DFF33700A0DEE1 = {
 						CreatedOnToolsVersion = 10.1;

Modified: trunk/Source/WebInspectorUI/ChangeLog (260711 => 260712)


--- trunk/Source/WebInspectorUI/ChangeLog	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/WebInspectorUI/ChangeLog	2020-04-26 00:00:23 UTC (rev 260712)
@@ -1,3 +1,13 @@
+2020-04-25  Darin Adler  <[email protected]>
+
+        [Cocoa] Deal with another round of Xcode upgrade checks
+        https://bugs.webkit.org/show_bug.cgi?id=211027
+
+        Reviewed by Alexey Proskuryakov.
+
+        * WebInspectorUI.xcodeproj/project.pbxproj: Bump the upgrade check version.
+        Add a harmless base localization; this project contains nothing localized.
+
 2020-04-25  Diego Pino Garcia  <[email protected]>
 
         REGRESSION(210942): [GTK][WPE] Unreviewed, EWS build bots fail in compile-webkit step

Modified: trunk/Source/WebInspectorUI/WebInspectorUI.xcodeproj/project.pbxproj (260711 => 260712)


--- trunk/Source/WebInspectorUI/WebInspectorUI.xcodeproj/project.pbxproj	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/WebInspectorUI/WebInspectorUI.xcodeproj/project.pbxproj	2020-04-26 00:00:23 UTC (rev 260712)
@@ -106,7 +106,7 @@
 			isa = PBXProject;
 			attributes = {
 				LastSwiftUpdateCheck = 0700;
-				LastUpgradeCheck = 1000;
+				LastUpgradeCheck = 1140;
 				ORGANIZATIONNAME = Apple;
 			};
 			buildConfigurationList = A54C2250148B23DE00373FA3 /* Build configuration list for PBXProject "WebInspectorUI" */;
@@ -115,6 +115,7 @@
 			hasScannedForEncodings = 0;
 			knownRegions = (
 				en,
+				Base,
 			);
 			mainGroup = A54C224B148B23DE00373FA3;
 			productRefGroup = A54C2258148B23DF00373FA3 /* Products */;

Modified: trunk/Source/WebKit/ChangeLog (260711 => 260712)


--- trunk/Source/WebKit/ChangeLog	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/WebKit/ChangeLog	2020-04-26 00:00:23 UTC (rev 260712)
@@ -1,3 +1,13 @@
+2020-04-25  Darin Adler  <[email protected]>
+
+        [Cocoa] Deal with another round of Xcode upgrade checks
+        https://bugs.webkit.org/show_bug.cgi?id=211027
+
+        Reviewed by Alexey Proskuryakov.
+
+        * WebKit.xcodeproj/project.pbxproj: Bump the upgrade check version.
+        Add a base localization.
+
 2020-04-25  Alex Christensen  <[email protected]>
 
         Prepare to remove automatic URL->String conversion operators

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (260711 => 260712)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2020-04-26 00:00:23 UTC (rev 260712)
@@ -12024,7 +12024,7 @@
 			attributes = {
 				DefaultBuildSystemTypeForWorkspace = Original;
 				LastSwiftUpdateCheck = 0700;
-				LastUpgradeCheck = 1000;
+				LastUpgradeCheck = 1140;
 				TargetAttributes = {
 					5325BDCD21DFF47700A0DEE1 = {
 						CreatedOnToolsVersion = 10.1;
@@ -12042,6 +12042,7 @@
 			hasScannedForEncodings = 1;
 			knownRegions = (
 				en,
+				Base,
 			);
 			mainGroup = 0867D691FE84028FC02AAC07 /* WebKit2 */;
 			productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;

Modified: trunk/Source/WebKitLegacy/ChangeLog (260711 => 260712)


--- trunk/Source/WebKitLegacy/ChangeLog	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/WebKitLegacy/ChangeLog	2020-04-26 00:00:23 UTC (rev 260712)
@@ -1,3 +1,12 @@
+2020-04-25  Darin Adler  <[email protected]>
+
+        [Cocoa] Deal with another round of Xcode upgrade checks
+        https://bugs.webkit.org/show_bug.cgi?id=211027
+
+        Reviewed by Alexey Proskuryakov.
+
+        * WebKitLegacy.xcodeproj/project.pbxproj: Bump the upgrade check version.
+
 2020-04-20  Ross Kirsling  <[email protected]>
 
         Classes marked final should not use protected access specifier

Modified: trunk/Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj (260711 => 260712)


--- trunk/Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj	2020-04-26 00:00:23 UTC (rev 260712)
@@ -3165,7 +3165,7 @@
 			attributes = {
 				DefaultBuildSystemTypeForWorkspace = Original;
 				LastSwiftUpdateCheck = 0700;
-				LastUpgradeCheck = 1000;
+				LastUpgradeCheck = 1140;
 				TargetAttributes = {
 					537CF83D22EFC4C900C6EBB3 = {
 						CreatedOnToolsVersion = 11.0;

Modified: trunk/Source/bmalloc/ChangeLog (260711 => 260712)


--- trunk/Source/bmalloc/ChangeLog	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/bmalloc/ChangeLog	2020-04-26 00:00:23 UTC (rev 260712)
@@ -1,3 +1,13 @@
+2020-04-25  Darin Adler  <[email protected]>
+
+        [Cocoa] Deal with another round of Xcode upgrade checks
+        https://bugs.webkit.org/show_bug.cgi?id=211027
+
+        Reviewed by Alexey Proskuryakov.
+
+        * bmalloc.xcodeproj/project.pbxproj: Bump the upgrade check version.
+        Add a harmless base localization; this project contains nothing localized.
+
 2020-04-07  Saam Barati  <[email protected]>
 
         RAMification should have a way of gathering vmmaps for each test at the end of each run

Modified: trunk/Source/bmalloc/bmalloc.xcodeproj/project.pbxproj (260711 => 260712)


--- trunk/Source/bmalloc/bmalloc.xcodeproj/project.pbxproj	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Source/bmalloc/bmalloc.xcodeproj/project.pbxproj	2020-04-26 00:00:23 UTC (rev 260712)
@@ -711,7 +711,7 @@
 			isa = PBXProject;
 			attributes = {
 				LastSwiftUpdateCheck = 0700;
-				LastUpgradeCheck = 1000;
+				LastUpgradeCheck = 1140;
 				TargetAttributes = {
 					0F7EB8501F95504B00F1ABCB = {
 						CreatedOnToolsVersion = 9.0;
@@ -725,6 +725,7 @@
 			hasScannedForEncodings = 0;
 			knownRegions = (
 				en,
+				Base,
 			);
 			mainGroup = 145F6836179DC45F00D65598;
 			productRefGroup = 145F6840179DC45F00D65598 /* Products */;

Modified: trunk/Tools/ChangeLog (260711 => 260712)


--- trunk/Tools/ChangeLog	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Tools/ChangeLog	2020-04-26 00:00:23 UTC (rev 260712)
@@ -1,5 +1,22 @@
 2020-04-25  Darin Adler  <[email protected]>
 
+        [Cocoa] Deal with another round of Xcode upgrade checks
+        https://bugs.webkit.org/show_bug.cgi?id=211027
+
+        Reviewed by Alexey Proskuryakov.
+
+        * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Bump the upgrade check version.
+
+        * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj: Bump the upgrade check version.
+        Add a harmless base localization; this project contains nothing localized. Also let the
+        script sort the project.
+
+        * WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj: Bump the upgrade check version.
+        Add a harmless base localization; this project contains nothing localized. Also let the
+        script sort the project.
+
+2020-04-25  Darin Adler  <[email protected]>
+
         Move URL to use StringView when returning substrings of the URL
         https://bugs.webkit.org/show_bug.cgi?id=210431
 

Modified: trunk/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj (260711 => 260712)


--- trunk/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj	2020-04-26 00:00:23 UTC (rev 260712)
@@ -1016,7 +1016,7 @@
 			attributes = {
 				DefaultBuildSystemTypeForWorkspace = Original;
 				LastSwiftUpdateCheck = 0700;
-				LastUpgradeCheck = 1000;
+				LastUpgradeCheck = 1140;
 				TargetAttributes = {
 					5325BDD321DFF4BD00A0DEE1 = {
 						CreatedOnToolsVersion = 10.1;

Modified: trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj (260711 => 260712)


--- trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj	2020-04-26 00:00:23 UTC (rev 260712)
@@ -1202,7 +1202,6 @@
 			dstPath = TestWebKitAPI.resources;
 			dstSubfolderSpec = 7;
 			files = (
-				4971B1182451F29A0096994D /* incorrectCreateTableSchema.db in Copy Resources */,
 				55A817FF2181021A0004A39A /* 100x100-red.tga in Copy Resources */,
 				1A9E52C913E65EF4006917F5 /* 18-characters.html in Copy Resources */,
 				55A81800218102210004A39A /* 400x400-green.png in Copy Resources */,
@@ -1361,6 +1360,7 @@
 				3128A8152376413300D90D40 /* image.html in Copy Resources */,
 				7283A9D022FA754900B21C7D /* img-with-rotated-image.html in Copy Resources */,
 				49897D6C241FE9E400ECF153 /* in-app-browser-privacy-local-file.html in Copy Resources */,
+				4971B1182451F29A0096994D /* incorrectCreateTableSchema.db in Copy Resources */,
 				935786CD20F6A2910000CDFC /* IndexedDB.sqlite3 in Copy Resources */,
 				935786CE20F6A2A10000CDFC /* IndexedDB.sqlite3-shm in Copy Resources */,
 				935786CC20F6A2700000CDFC /* IndexedDB.sqlite3-wal in Copy Resources */,
@@ -3456,7 +3456,6 @@
 		A16F66B81C40E9E100BD4D24 /* Resources */ = {
 			isa = PBXGroup;
 			children = (
-				4971B1172451F2780096994D /* incorrectCreateTableSchema.db */,
 				55A817FE218101DF0004A39A /* 100x100-red.tga */,
 				55A817FD218101DF0004A39A /* 400x400-green.png */,
 				C25CCA0C1E5140E50026CB8A /* AllAhem.svg */,
@@ -3552,6 +3551,7 @@
 				3128A814237640FD00D90D40 /* image.html */,
 				7283A9CE22FA6BBE00B21C7D /* img-with-rotated-image.html */,
 				49D7FBA7241FDDDA00AB67FA /* in-app-browser-privacy-local-file.html */,
+				4971B1172451F2780096994D /* incorrectCreateTableSchema.db */,
 				934FA5C720F69FEE0040DC1B /* IndexedDB.sqlite3 */,
 				934FA5C620F69FED0040DC1B /* IndexedDB.sqlite3-shm */,
 				934FA5C520F69FED0040DC1B /* IndexedDB.sqlite3-wal */,
@@ -4505,7 +4505,7 @@
 			isa = PBXProject;
 			attributes = {
 				LastSwiftUpdateCheck = 0700;
-				LastUpgradeCheck = 1000;
+				LastUpgradeCheck = 1140;
 				TargetAttributes = {
 					537CF84322EFD64100C6EBB3 = {
 						CreatedOnToolsVersion = 11.0;
@@ -4536,6 +4536,7 @@
 			hasScannedForEncodings = 1;
 			knownRegions = (
 				en,
+				Base,
 			);
 			mainGroup = 08FB7794FE84155DC02AAC07 /* TestWebKitAPI */;
 			projectDirPath = "";

Modified: trunk/Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj (260711 => 260712)


--- trunk/Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj	2020-04-25 23:56:40 UTC (rev 260711)
+++ trunk/Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj	2020-04-26 00:00:23 UTC (rev 260712)
@@ -1011,7 +1011,7 @@
 			attributes = {
 				DefaultBuildSystemTypeForWorkspace = Original;
 				LastSwiftUpdateCheck = 0700;
-				LastUpgradeCheck = 1000;
+				LastUpgradeCheck = 1140;
 				TargetAttributes = {
 					5325BDD921DFF4F500A0DEE1 = {
 						CreatedOnToolsVersion = 10.1;
@@ -1030,6 +1030,7 @@
 			hasScannedForEncodings = 1;
 			knownRegions = (
 				en,
+				Base,
 			);
 			mainGroup = 08FB7794FE84155DC02AAC07 /* WebKitTestRunner */;
 			projectDirPath = "";
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to