Changeset 195983 in webkit
- Timestamp:
- Feb 1, 2016, 3:37:02 PM (9 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Source/WebKit2/ChangeLog ¶
r195982 r195983 1 2016-02-01 Dan Bernstein <mitz@apple.com> 2 3 [Xcode] Let Xcode know that the WebKit XPC service products are XPC services 4 https://bugs.webkit.org/show_bug.cgi?id=153773 5 6 Reviewed by Tim Horton. 7 8 * Configurations/BaseXPCService.xcconfig: Removed now-redundant definitions of 9 MACH_O_TYPE and WRAPPER_EXTENSION. 10 * WebKit2.xcodeproj/project.pbxproj: Updated product types. 11 1 12 2016-02-01 Tim Horton <timothy_horton@apple.com> 2 13 -
TabularUnified trunk/Source/WebKit2/Configurations/BaseXPCService.xcconfig ¶
r195795 r195983 37 37 EXCLUDED_SOURCE_FILE_NAMES[sdk=iphone*] = $(EXCLUDED_SOURCE_FILE_NAMES_$(CONFIGURATION)) *.xib; 38 38 39 WRAPPER_EXTENSION = xpc;40 MACH_O_TYPE = mh_execute;41 42 39 OTHER_LDFLAGS = $(inherited) $(OTHER_LDFLAGS_VERSIONED_FRAMEWORK_PATH) $(WK_RELOCATABLE_FRAMEWORKS_LDFLAGS); 43 40 -
TabularUnified trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj ¶
r195795 r195983 8382 8382 productName = Networking; 8383 8383 productReference = 51F7DC4A180CC93600212CA3 /* com.apple.WebKit.Databases.Development.xpc */; 8384 productType = "com.apple.product-type. bundle";8384 productType = "com.apple.product-type.xpc-service"; 8385 8385 }; 8386 8386 51FA1E17180CCADE00C44BE9 /* DatabaseProcess */ = { … … 8457 8457 productName = WebKit2Service; 8458 8458 productReference = BC3DE46615A91763008D26FC /* com.apple.WebKit.WebContent.Development.xpc */; 8459 productType = "com.apple.product-type. bundle";8459 productType = "com.apple.product-type.xpc-service"; 8460 8460 }; 8461 8461 BC8283B016B4BF7700A278FE /* Networking */ = { … … 8475 8475 productName = Networking; 8476 8476 productReference = BC8283B116B4BF7700A278FE /* com.apple.WebKit.Networking.Development.xpc */; 8477 productType = "com.apple.product-type. bundle";8477 productType = "com.apple.product-type.xpc-service"; 8478 8478 }; 8479 8479 BC8283F816B4FDDE00A278FE /* Plugin.32 */ = { … … 8493 8493 productName = Plugin.32; 8494 8494 productReference = BC8283F916B4FDDE00A278FE /* com.apple.WebKit.Plugin.32.Development.xpc */; 8495 productType = "com.apple.product-type. bundle";8495 productType = "com.apple.product-type.xpc-service"; 8496 8496 }; 8497 8497 BC82841E16B4FDF600A278FE /* Plugin.64 */ = { … … 8511 8511 productName = Plugin.64; 8512 8512 productReference = BC82841F16B4FDF600A278FE /* com.apple.WebKit.Plugin.64.Development.xpc */; 8513 productType = "com.apple.product-type. bundle";8513 productType = "com.apple.product-type.xpc-service"; 8514 8514 }; 8515 8515 BCDE093313272496001259FB /* PluginProcess */ = {
Note:
See TracChangeset
for help on using the changeset viewer.