Changeset 235708 in webkit


Ignore:
Timestamp:
Sep 5, 2018, 2:57:25 PM (7 years ago)
Author:
ddkilzer@apple.com
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.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r235690 r235708  
     12018-09-05  David Kilzer  <ddkilzer@apple.com>
     2
     3        REGRESSION (r143543): PluginProcess/EntryPoint/XPCService/PluginService is missing in WebKit Xcode project
     4
     5        Found using `tidy-Xcode-project-file --missing` (see Bug
     6        188754). Fixes applied manually.
     7
     8        * WebKit.xcodeproj/project.pbxproj:
     9        (PluginProcess/EntryPoint/XPCService/PluginService): Remove path
     10        to PluginService.64 directory, which was removed in r143543, so
     11        that this becomes a virtual folder that inherits its path from
     12        its parent.
     13        (PluginService.32-64.Info.plist): Change path to be relative to
     14        its group after the above change.  Delete redundant name value.
     15
    1162018-09-05  Woodrow Wang  <woodrow_wang@apple.com>
    217
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r235688 r235708  
    44474447                BCF69FA71176D1CB00471A52 /* WKNavigationDataRef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKNavigationDataRef.h; sourceTree = "<group>"; };
    44484448                BCF69FA81176D1CB00471A52 /* WKNavigationDataRef.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WKNavigationDataRef.cpp; sourceTree = "<group>"; };
    4449                 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; };
     4449                BCFCA89516DE96CB00074069 /* PluginService.32-64.Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PluginService.32-64.Info.plist"; sourceTree = "<group>"; };
    44504450                BCFD5489132D82680055D816 /* WKErrorCF.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WKErrorCF.cpp; sourceTree = "<group>"; };
    44514451                BCFD548A132D82680055D816 /* WKErrorCF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKErrorCF.h; sourceTree = "<group>"; };
     
    81978197                        );
    81988198                        name = PluginService;
    8199                         path = PluginService.64;
    82008199                        sourceTree = "<group>";
    82018200                };
Note: See TracChangeset for help on using the changeset viewer.