Title: [282317] trunk/Source/WebKit
Revision
282317
Author
[email protected]
Date
2021-09-12 12:43:56 -0700 (Sun, 12 Sep 2021)

Log Message

REGRESSION (r280758): WebKit project won't open in Xcode 11.4

Unreviewed Xcode project fix.

* WebKit.xcodeproj/project.pbxproj:
- Change objectVersion back to 52.  There was no need to make
  this change in the original patch, and other projects use even
  older values for objectVersion.  Found by `git bisect`.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (282316 => 282317)


--- trunk/Source/WebKit/ChangeLog	2021-09-12 18:40:39 UTC (rev 282316)
+++ trunk/Source/WebKit/ChangeLog	2021-09-12 19:43:56 UTC (rev 282317)
@@ -1,3 +1,14 @@
+2021-09-12  David Kilzer  <[email protected]>
+
+        REGRESSION (r280758): WebKit project won't open in Xcode 11.4
+
+        Unreviewed Xcode project fix.
+
+        * WebKit.xcodeproj/project.pbxproj:
+        - Change objectVersion back to 52.  There was no need to make
+          this change in the original patch, and other projects use even
+          older values for objectVersion.  Found by `git bisect`.
+
 2021-09-11  Wenson Hsieh  <[email protected]>
 
         Remove support for -[WKWebView _needsSiteSpecificViewportQuirks]

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (282316 => 282317)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2021-09-12 18:40:39 UTC (rev 282316)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2021-09-12 19:43:56 UTC (rev 282317)
@@ -3,7 +3,7 @@
 	archiveVersion = 1;
 	classes = {
 	};
-	objectVersion = 54;
+	objectVersion = 52;
 	objects = {
 
 /* Begin PBXAggregateTarget section */
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to