Changeset 235708 in webkit
- Timestamp:
- Sep 5, 2018, 2:57:25 PM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebKit.xcodeproj/project.pbxproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r235690 r235708 1 2018-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 1 16 2018-09-05 Woodrow Wang <woodrow_wang@apple.com> 2 17 -
trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj
r235688 r235708 4447 4447 BCF69FA71176D1CB00471A52 /* WKNavigationDataRef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKNavigationDataRef.h; sourceTree = "<group>"; }; 4448 4448 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>"; }; 4450 4450 BCFD5489132D82680055D816 /* WKErrorCF.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WKErrorCF.cpp; sourceTree = "<group>"; }; 4451 4451 BCFD548A132D82680055D816 /* WKErrorCF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKErrorCF.h; sourceTree = "<group>"; }; … … 8197 8197 ); 8198 8198 name = PluginService; 8199 path = PluginService.64;8200 8199 sourceTree = "<group>"; 8201 8200 };
Note:
See TracChangeset
for help on using the changeset viewer.