Changeset 235546 in webkit


Ignore:
Timestamp:
Aug 31, 2018, 3:54:22 AM (7 years ago)
Author:
ddkilzer@apple.com
Message:

WebKitLauncher: Move WebKitLauncher.entitlements into Configurations directory

This makes the Configurations folder in the Xcode project match
what's in the Configurations directory on disk. Found by
tidy-Xcode-project-file (see Bug 188754).

  • WebKitLauncher/Configurations/WebKitLauncher.entitlements: Rename from Tools/WebKitLauncher/WebKitLauncher.entitlements.
  • WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
  • Update project for file move.
Location:
trunk/Tools
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r235545 r235546  
     12018-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
    1132018-08-31  David Kilzer  <ddkilzer@apple.com>
    214
  • trunk/Tools/WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj

    r190358 r235546  
    6565/* Begin PBXFileReference section */
    6666                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>"; };
    6868                29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
    6969                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.