Title: [195983] trunk/Source/WebKit2
- Revision
- 195983
- Author
- [email protected]
- Date
- 2016-02-01 15:37:02 -0800 (Mon, 01 Feb 2016)
Log Message
[Xcode] Let Xcode know that the WebKit XPC service products are XPC services
https://bugs.webkit.org/show_bug.cgi?id=153773
Reviewed by Tim Horton.
* Configurations/BaseXPCService.xcconfig: Removed now-redundant definitions of
MACH_O_TYPE and WRAPPER_EXTENSION.
* WebKit2.xcodeproj/project.pbxproj: Updated product types.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (195982 => 195983)
--- trunk/Source/WebKit2/ChangeLog 2016-02-01 23:31:30 UTC (rev 195982)
+++ trunk/Source/WebKit2/ChangeLog 2016-02-01 23:37:02 UTC (rev 195983)
@@ -1,3 +1,14 @@
+2016-02-01 Dan Bernstein <[email protected]>
+
+ [Xcode] Let Xcode know that the WebKit XPC service products are XPC services
+ https://bugs.webkit.org/show_bug.cgi?id=153773
+
+ Reviewed by Tim Horton.
+
+ * Configurations/BaseXPCService.xcconfig: Removed now-redundant definitions of
+ MACH_O_TYPE and WRAPPER_EXTENSION.
+ * WebKit2.xcodeproj/project.pbxproj: Updated product types.
+
2016-02-01 Tim Horton <[email protected]>
Crash using WKPDFView, in -[UIPDFPageView showContent]
Modified: trunk/Source/WebKit2/Configurations/BaseXPCService.xcconfig (195982 => 195983)
--- trunk/Source/WebKit2/Configurations/BaseXPCService.xcconfig 2016-02-01 23:31:30 UTC (rev 195982)
+++ trunk/Source/WebKit2/Configurations/BaseXPCService.xcconfig 2016-02-01 23:37:02 UTC (rev 195983)
@@ -36,9 +36,6 @@
EXCLUDED_SOURCE_FILE_NAMES[sdk=iphone*] = $(EXCLUDED_SOURCE_FILE_NAMES_$(CONFIGURATION)) *.xib;
-WRAPPER_EXTENSION = xpc;
-MACH_O_TYPE = mh_execute;
-
OTHER_LDFLAGS = $(inherited) $(OTHER_LDFLAGS_VERSIONED_FRAMEWORK_PATH) $(WK_RELOCATABLE_FRAMEWORKS_LDFLAGS);
WK_RELOCATABLE_FRAMEWORKS_LDFLAGS = $(WK_RELOCATABLE_FRAMEWORKS_LDFLAGS_$(WK_RELOCATABLE_FRAMEWORKS));
Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (195982 => 195983)
--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj 2016-02-01 23:31:30 UTC (rev 195982)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj 2016-02-01 23:37:02 UTC (rev 195983)
@@ -8381,7 +8381,7 @@
name = Databases;
productName = Networking;
productReference = 51F7DC4A180CC93600212CA3 /* com.apple.WebKit.Databases.Development.xpc */;
- productType = "com.apple.product-type.bundle";
+ productType = "com.apple.product-type.xpc-service";
};
51FA1E17180CCADE00C44BE9 /* DatabaseProcess */ = {
isa = PBXNativeTarget;
@@ -8456,7 +8456,7 @@
name = WebContent;
productName = WebKit2Service;
productReference = BC3DE46615A91763008D26FC /* com.apple.WebKit.WebContent.Development.xpc */;
- productType = "com.apple.product-type.bundle";
+ productType = "com.apple.product-type.xpc-service";
};
BC8283B016B4BF7700A278FE /* Networking */ = {
isa = PBXNativeTarget;
@@ -8474,7 +8474,7 @@
name = Networking;
productName = Networking;
productReference = BC8283B116B4BF7700A278FE /* com.apple.WebKit.Networking.Development.xpc */;
- productType = "com.apple.product-type.bundle";
+ productType = "com.apple.product-type.xpc-service";
};
BC8283F816B4FDDE00A278FE /* Plugin.32 */ = {
isa = PBXNativeTarget;
@@ -8492,7 +8492,7 @@
name = Plugin.32;
productName = Plugin.32;
productReference = BC8283F916B4FDDE00A278FE /* com.apple.WebKit.Plugin.32.Development.xpc */;
- productType = "com.apple.product-type.bundle";
+ productType = "com.apple.product-type.xpc-service";
};
BC82841E16B4FDF600A278FE /* Plugin.64 */ = {
isa = PBXNativeTarget;
@@ -8510,7 +8510,7 @@
name = Plugin.64;
productName = Plugin.64;
productReference = BC82841F16B4FDF600A278FE /* com.apple.WebKit.Plugin.64.Development.xpc */;
- productType = "com.apple.product-type.bundle";
+ productType = "com.apple.product-type.xpc-service";
};
BCDE093313272496001259FB /* PluginProcess */ = {
isa = PBXNativeTarget;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes