Title: [185225] trunk/Source/WebKit2
Revision
185225
Author
m...@apple.com
Date
2015-06-04 16:12:33 -0700 (Thu, 04 Jun 2015)

Log Message

Renamed the WebKit2SandboxProfiles target to Sandbox Profiles.

Rubber-stamped by Anders Carlsson.

* WebKit2.xcodeproj/project.pbxproj: Renamed the target. For now, added an aggregate
target with the old name that depends on the renamed target. We can remove it once the build
system doesn’t reference to old name.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (185224 => 185225)


--- trunk/Source/WebKit2/ChangeLog	2015-06-04 22:53:49 UTC (rev 185224)
+++ trunk/Source/WebKit2/ChangeLog	2015-06-04 23:12:33 UTC (rev 185225)
@@ -1,3 +1,13 @@
+2015-06-04  Dan Bernstein  <m...@apple.com>
+
+        Renamed the WebKit2SandboxProfiles target to Sandbox Profiles.
+
+        Rubber-stamped by Anders Carlsson.
+
+        * WebKit2.xcodeproj/project.pbxproj: Renamed the target. For now, added an aggregate
+        target with the old name that depends on the renamed target. We can remove it once the build
+        system doesn’t reference to old name.
+
 2015-06-03  Dan Bernstein  <m...@apple.com>
 
         [Cocoa] Expose interruptedForPolicyChangeError

Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (185224 => 185225)


--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj	2015-06-04 22:53:49 UTC (rev 185224)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj	2015-06-04 23:12:33 UTC (rev 185225)
@@ -36,17 +36,28 @@
 			name = All;
 			productName = WebKit2;
 		};
-		A7AADA1019395CA9003EA1C7 /* WebKit2SandboxProfiles */ = {
+		377E7CCE1B20FF9E00931AFC /* WebKit2SandboxProfiles */ = {
 			isa = PBXAggregateTarget;
-			buildConfigurationList = A7AADA1419395CA9003EA1C7 /* Build configuration list for PBXAggregateTarget "WebKit2SandboxProfiles" */;
+			buildConfigurationList = 377E7CCF1B20FF9E00931AFC /* Build configuration list for PBXAggregateTarget "WebKit2SandboxProfiles" */;
 			buildPhases = (
-				A7AADA1519395CC3003EA1C7 /* CopyFiles */,
 			);
 			dependencies = (
+				377E7CD41B20FFAB00931AFC /* PBXTargetDependency */,
 			);
 			name = WebKit2SandboxProfiles;
 			productName = WebKit2SandboxProfiles;
 		};
+		A7AADA1019395CA9003EA1C7 /* Sandbox Profiles */ = {
+			isa = PBXAggregateTarget;
+			buildConfigurationList = A7AADA1419395CA9003EA1C7 /* Build configuration list for PBXAggregateTarget "Sandbox Profiles" */;
+			buildPhases = (
+				A7AADA1519395CC3003EA1C7 /* CopyFiles */,
+			);
+			dependencies = (
+			);
+			name = "Sandbox Profiles";
+			productName = WebKit2SandboxProfiles;
+		};
 		A7C0DC2D19804DEE00253CED /* WebKit2SandboxProfiles-IOSOverride */ = {
 			isa = PBXAggregateTarget;
 			buildConfigurationList = A7C0DC3219804DEE00253CED /* Build configuration list for PBXAggregateTarget "WebKit2SandboxProfiles-IOSOverride" */;
@@ -1922,6 +1933,13 @@
 			remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
 			remoteInfo = WebKit;
 		};
+		377E7CD31B20FFAB00931AFC /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
+			proxyType = 1;
+			remoteGlobalIDString = A7AADA1019395CA9003EA1C7;
+			remoteInfo = "Sandbox Profiles";
+		};
 		37F7407812721F740093869B /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
@@ -8882,6 +8900,11 @@
 			isa = PBXProject;
 			attributes = {
 				LastUpgradeCheck = 0600;
+				TargetAttributes = {
+					377E7CCE1B20FF9E00931AFC = {
+						CreatedOnToolsVersion = 7.0;
+					};
+				};
 			};
 			buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "WebKit2" */;
 			compatibilityVersion = "Xcode 3.2";
@@ -8920,8 +8943,9 @@
 				E1B1B18C1A7AC1F5007B0965 /* Plugin.64.Development */,
 				51F7DC3F180CC93600212CA3 /* Databases */,
 				5180C713180CCA3100FDA612 /* Databases.Development */,
-				A7AADA1019395CA9003EA1C7 /* WebKit2SandboxProfiles */,
+				A7AADA1019395CA9003EA1C7 /* Sandbox Profiles */,
 				A7C0DC2D19804DEE00253CED /* WebKit2SandboxProfiles-IOSOverride */,
+				377E7CCE1B20FF9E00931AFC /* WebKit2SandboxProfiles */,
 			);
 		};
 /* End PBXProject section */
@@ -10351,6 +10375,11 @@
 			target = 8DC2EF4F0486A6940098B216 /* WebKit */;
 			targetProxy = 375E063E191EAA33004E3CAF /* PBXContainerItemProxy */;
 		};
+		377E7CD41B20FFAB00931AFC /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			target = A7AADA1019395CA9003EA1C7 /* Sandbox Profiles */;
+			targetProxy = 377E7CD31B20FFAB00931AFC /* PBXContainerItemProxy */;
+		};
 		37F7407912721F740093869B /* PBXTargetDependency */ = {
 			isa = PBXTargetDependency;
 			target = C0CE72851247E66800BC0EC4 /* Derived Sources */;
@@ -10595,6 +10624,27 @@
 			};
 			name = Release;
 		};
+		377E7CD01B20FF9E00931AFC /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				PRODUCT_NAME = "$(TARGET_NAME)";
+			};
+			name = Debug;
+		};
+		377E7CD11B20FF9E00931AFC /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				PRODUCT_NAME = "$(TARGET_NAME)";
+			};
+			name = Release;
+		};
+		377E7CD21B20FF9E00931AFC /* Production */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				PRODUCT_NAME = "$(TARGET_NAME)";
+			};
+			name = Production;
+		};
 		510031F31379CACB00C8DFE4 /* Debug */ = {
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = A1EDD2DC1884B9B500BBFE98 /* SecItemShim.xcconfig */;
@@ -11083,6 +11133,15 @@
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Production;
 		};
+		377E7CCF1B20FF9E00931AFC /* Build configuration list for PBXAggregateTarget "WebKit2SandboxProfiles" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				377E7CD01B20FF9E00931AFC /* Debug */,
+				377E7CD11B20FF9E00931AFC /* Release */,
+				377E7CD21B20FF9E00931AFC /* Production */,
+			);
+			defaultConfigurationIsVisible = 0;
+		};
 		510031F21379CACB00C8DFE4 /* Build configuration list for PBXNativeTarget "SecItemShim" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
@@ -11133,7 +11192,7 @@
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Production;
 		};
-		A7AADA1419395CA9003EA1C7 /* Build configuration list for PBXAggregateTarget "WebKit2SandboxProfiles" */ = {
+		A7AADA1419395CA9003EA1C7 /* Build configuration list for PBXAggregateTarget "Sandbox Profiles" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
 				A7AADA1119395CA9003EA1C7 /* Debug */,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to