Title: [235708] trunk/Source/WebKit
Revision
235708
Author
[email protected]
Date
2018-09-05 14:57:25 -0700 (Wed, 05 Sep 2018)

Log Message

REGRESSION (r143543): PluginProcess/EntryPoint/XPCService/PluginService is missing in WebKit Xcode project

Found using `tidy-Xcode-project-file --missing` (see Bug
188754). Fixes applied manually.

* WebKit.xcodeproj/project.pbxproj:
(PluginProcess/EntryPoint/XPCService/PluginService): Remove path
to PluginService.64 directory, which was removed in r143543, so
that this becomes a virtual folder that inherits its path from
its parent.
(PluginService.32-64.Info.plist): Change path to be relative to
its group after the above change.  Delete redundant name value.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (235707 => 235708)


--- trunk/Source/WebKit/ChangeLog	2018-09-05 21:57:02 UTC (rev 235707)
+++ trunk/Source/WebKit/ChangeLog	2018-09-05 21:57:25 UTC (rev 235708)
@@ -1,3 +1,18 @@
+2018-09-05  David Kilzer  <[email protected]>
+
+        REGRESSION (r143543): PluginProcess/EntryPoint/XPCService/PluginService is missing in WebKit Xcode project
+
+        Found using `tidy-Xcode-project-file --missing` (see Bug
+        188754). Fixes applied manually.
+
+        * WebKit.xcodeproj/project.pbxproj:
+        (PluginProcess/EntryPoint/XPCService/PluginService): Remove path
+        to PluginService.64 directory, which was removed in r143543, so
+        that this becomes a virtual folder that inherits its path from
+        its parent.
+        (PluginService.32-64.Info.plist): Change path to be relative to
+        its group after the above change.  Delete redundant name value.
+
 2018-09-05  Woodrow Wang  <[email protected]>
 
         Add infrastructure to dump resource load statistics

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (235707 => 235708)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2018-09-05 21:57:02 UTC (rev 235707)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2018-09-05 21:57:25 UTC (rev 235708)
@@ -4446,7 +4446,7 @@
 		BCF69FA11176D01400471A52 /* APINavigationData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = APINavigationData.cpp; path = UIProcess/API/APINavigationData.cpp; sourceTree = SOURCE_ROOT; };
 		BCF69FA71176D1CB00471A52 /* WKNavigationDataRef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKNavigationDataRef.h; sourceTree = "<group>"; };
 		BCF69FA81176D1CB00471A52 /* WKNavigationDataRef.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WKNavigationDataRef.cpp; sourceTree = "<group>"; };
-		BCFCA89516DE96CB00074069 /* PluginService.32-64.Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "PluginService.32-64.Info.plist"; path = "PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64.Info.plist"; sourceTree = SOURCE_ROOT; };
+		BCFCA89516DE96CB00074069 /* PluginService.32-64.Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PluginService.32-64.Info.plist"; sourceTree = "<group>"; };
 		BCFD5489132D82680055D816 /* WKErrorCF.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WKErrorCF.cpp; sourceTree = "<group>"; };
 		BCFD548A132D82680055D816 /* WKErrorCF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKErrorCF.h; sourceTree = "<group>"; };
 		BFA6179E12F0B99D0033E0CA /* WKViewPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKViewPrivate.h; sourceTree = "<group>"; };
@@ -8196,7 +8196,6 @@
 				BCFCA89516DE96CB00074069 /* PluginService.32-64.Info.plist */,
 			);
 			name = PluginService;
-			path = PluginService.64;
 			sourceTree = "<group>";
 		};
 		BC8A501311765F4500757573 /* cpp */ = {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to