Title: [264320] trunk/Source/WebInspectorUI
Revision
264320
Author
[email protected]
Date
2020-07-13 15:12:59 -0700 (Mon, 13 Jul 2020)

Log Message

Web Inspector: wrong bundle version being used for WebInspectorUI.framework in macOS Big Sur
https://bugs.webkit.org/show_bug.cgi?id=214274

Reviewed by Tim Horton.

* Configurations/Version.xcconfig: Make this match other Version.xcconfig after
the changes in <https://trac.webkit.org/changeset/263364>.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (264319 => 264320)


--- trunk/Source/WebInspectorUI/ChangeLog	2020-07-13 22:10:25 UTC (rev 264319)
+++ trunk/Source/WebInspectorUI/ChangeLog	2020-07-13 22:12:59 UTC (rev 264320)
@@ -1,3 +1,13 @@
+2020-07-13  Brian Burg  <[email protected]>
+
+        Web Inspector: wrong bundle version being used for WebInspectorUI.framework in macOS Big Sur
+        https://bugs.webkit.org/show_bug.cgi?id=214274
+
+        Reviewed by Tim Horton.
+
+        * Configurations/Version.xcconfig: Make this match other Version.xcconfig after
+        the changes in <https://trac.webkit.org/changeset/263364>.
+
 2020-07-09  Nikita Vasilyev  <[email protected]>
 
         Web Inspector: title bar of undocked inspector should be white in BigSur

Modified: trunk/Source/WebInspectorUI/Configurations/Version.xcconfig (264319 => 264320)


--- trunk/Source/WebInspectorUI/Configurations/Version.xcconfig	2020-07-13 22:10:25 UTC (rev 264319)
+++ trunk/Source/WebInspectorUI/Configurations/Version.xcconfig	2020-07-13 22:12:59 UTC (rev 264320)
@@ -12,6 +12,8 @@
 SYSTEM_VERSION_PREFIX_macosx_101400 = 14;
 SYSTEM_VERSION_PREFIX_macosx_101500 = 15;
 SYSTEM_VERSION_PREFIX_macosx_101600 = 16;
+SYSTEM_VERSION_PREFIX_macosx_110000 = 16;
+SYSTEM_VERSION_PREFIX_macosx_101700 = 17;
 
 BUNDLE_VERSION = $(SYSTEM_VERSION_PREFIX)$(FULL_VERSION);
 SHORT_VERSION_STRING = $(SYSTEM_VERSION_PREFIX)$(MAJOR_VERSION);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to