Changeset 235546 in webkit
- Timestamp:
- Aug 31, 2018, 3:54:22 AM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r235545 r235546 1 2018-08-31 David Kilzer <ddkilzer@apple.com> 2 3 WebKitLauncher: Move WebKitLauncher.entitlements into Configurations directory 4 5 This makes the Configurations folder in the Xcode project match 6 what's in the Configurations directory on disk. Found by 7 tidy-Xcode-project-file (see Bug 188754). 8 9 * WebKitLauncher/Configurations/WebKitLauncher.entitlements: Rename from Tools/WebKitLauncher/WebKitLauncher.entitlements. 10 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj: 11 - Update project for file move. 12 1 13 2018-08-31 David Kilzer <ddkilzer@apple.com> 2 14 -
trunk/Tools/WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj
r190358 r235546 65 65 /* Begin PBXFileReference section */ 66 66 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; 67 1C48994E1BBC547D00213C1C /* WebKitLauncher.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = WebKitLauncher.entitlements; sourceTree = SOURCE_ROOT; };67 1C48994E1BBC547D00213C1C /* WebKitLauncher.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = WebKitLauncher.entitlements; sourceTree = "<group>"; }; 68 68 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 69 69 5D1067620FE63758002A2868 /* WebKitLauncherURLProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebKitLauncherURLProtocol.h; sourceTree = "<group>"; };
Note:
See TracChangeset
for help on using the changeset viewer.