Title: [278889] trunk/Source/WebKit
Revision
278889
Author
jbed...@apple.com
Date
2021-06-15 12:04:43 -0700 (Tue, 15 Jun 2021)

Log Message

[Monterey] Support building WebKit (Follow-up)
https://bugs.webkit.org/show_bug.cgi?id=226846
<rdar://problem/79095148>

Unreviewed follow-up fix.

Covered by exisiting tests.


* WebKit.xcodeproj/project.pbxproj: Reset objectVersion.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (278888 => 278889)


--- trunk/Source/WebKit/ChangeLog	2021-06-15 18:39:27 UTC (rev 278888)
+++ trunk/Source/WebKit/ChangeLog	2021-06-15 19:04:43 UTC (rev 278889)
@@ -1,3 +1,15 @@
+2021-06-15  Jonathan Bedard  <jbed...@apple.com>
+
+        [Monterey] Support building WebKit (Follow-up)
+        https://bugs.webkit.org/show_bug.cgi?id=226846
+        <rdar://problem/79095148>
+
+        Unreviewed follow-up fix.
+
+        Covered by exisiting tests.
+
+        * WebKit.xcodeproj/project.pbxproj: Reset objectVersion.
+
 2021-06-15  Brent Fulgham  <bfulg...@apple.com>
 
         [iOS] Permit access to 'platform-name' 

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (278888 => 278889)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2021-06-15 18:39:27 UTC (rev 278888)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2021-06-15 19:04:43 UTC (rev 278889)
@@ -3,7 +3,7 @@
 	archiveVersion = 1;
 	classes = {
 	};
-	objectVersion = 54;
+	objectVersion = 52;
 	objects = {
 
 /* Begin PBXAggregateTarget section */
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to