Title: [235546] trunk/Tools
- Revision
- 235546
- Author
- [email protected]
- Date
- 2018-08-31 03:54:22 -0700 (Fri, 31 Aug 2018)
Log 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.
Modified Paths
Added Paths
Removed Paths
Diff
Modified: trunk/Tools/ChangeLog (235545 => 235546)
--- trunk/Tools/ChangeLog 2018-08-31 10:54:16 UTC (rev 235545)
+++ trunk/Tools/ChangeLog 2018-08-31 10:54:22 UTC (rev 235546)
@@ -1,5 +1,17 @@
2018-08-31 David Kilzer <[email protected]>
+ 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.
+
+2018-08-31 David Kilzer <[email protected]>
+
WebKitLauncher: Fix build failures
* WebKitLauncher/Configurations/Base.xcconfig:
Copied: trunk/Tools/WebKitLauncher/Configurations/WebKitLauncher.entitlements (from rev 235545, trunk/Tools/WebKitLauncher/WebKitLauncher.entitlements) (0 => 235546)
--- trunk/Tools/WebKitLauncher/Configurations/WebKitLauncher.entitlements (rev 0)
+++ trunk/Tools/WebKitLauncher/Configurations/WebKitLauncher.entitlements 2018-08-31 10:54:22 UTC (rev 235546)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>com.apple.security.get-task-allow</key>
+ <true/>
+</dict>
+</plist>
Deleted: trunk/Tools/WebKitLauncher/WebKitLauncher.entitlements (235545 => 235546)
--- trunk/Tools/WebKitLauncher/WebKitLauncher.entitlements 2018-08-31 10:54:16 UTC (rev 235545)
+++ trunk/Tools/WebKitLauncher/WebKitLauncher.entitlements 2018-08-31 10:54:22 UTC (rev 235546)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>com.apple.security.get-task-allow</key>
- <true/>
-</dict>
-</plist>
Modified: trunk/Tools/WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj (235545 => 235546)
--- trunk/Tools/WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj 2018-08-31 10:54:16 UTC (rev 235545)
+++ trunk/Tools/WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj 2018-08-31 10:54:22 UTC (rev 235546)
@@ -64,7 +64,7 @@
/* Begin PBXFileReference section */
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
- 1C48994E1BBC547D00213C1C /* WebKitLauncher.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = WebKitLauncher.entitlements; sourceTree = SOURCE_ROOT; };
+ 1C48994E1BBC547D00213C1C /* WebKitLauncher.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = WebKitLauncher.entitlements; sourceTree = "<group>"; };
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
5D1067620FE63758002A2868 /* WebKitLauncherURLProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebKitLauncherURLProtocol.h; sourceTree = "<group>"; };
5D1067630FE63758002A2868 /* WebKitLauncherURLProtocol.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebKitLauncherURLProtocol.m; sourceTree = "<group>"; };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes