Changeset 195983 in webkit


Ignore:
Timestamp:
Feb 1, 2016 3:37:02 PM (8 years ago)
Author:
mitz@apple.com
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.
Location:
trunk/Source/WebKit2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r195982 r195983  
     12016-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
    1122016-02-01  Tim Horton  <timothy_horton@apple.com>
    213
  • trunk/Source/WebKit2/Configurations/BaseXPCService.xcconfig

    r195795 r195983  
    3737EXCLUDED_SOURCE_FILE_NAMES[sdk=iphone*] = $(EXCLUDED_SOURCE_FILE_NAMES_$(CONFIGURATION)) *.xib;
    3838
    39 WRAPPER_EXTENSION = xpc;
    40 MACH_O_TYPE = mh_execute;
    41 
    4239OTHER_LDFLAGS = $(inherited) $(OTHER_LDFLAGS_VERSIONED_FRAMEWORK_PATH) $(WK_RELOCATABLE_FRAMEWORKS_LDFLAGS);
    4340
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r195795 r195983  
    83828382                        productName = Networking;
    83838383                        productReference = 51F7DC4A180CC93600212CA3 /* com.apple.WebKit.Databases.Development.xpc */;
    8384                         productType = "com.apple.product-type.bundle";
     8384                        productType = "com.apple.product-type.xpc-service";
    83858385                };
    83868386                51FA1E17180CCADE00C44BE9 /* DatabaseProcess */ = {
     
    84578457                        productName = WebKit2Service;
    84588458                        productReference = BC3DE46615A91763008D26FC /* com.apple.WebKit.WebContent.Development.xpc */;
    8459                         productType = "com.apple.product-type.bundle";
     8459                        productType = "com.apple.product-type.xpc-service";
    84608460                };
    84618461                BC8283B016B4BF7700A278FE /* Networking */ = {
     
    84758475                        productName = Networking;
    84768476                        productReference = BC8283B116B4BF7700A278FE /* com.apple.WebKit.Networking.Development.xpc */;
    8477                         productType = "com.apple.product-type.bundle";
     8477                        productType = "com.apple.product-type.xpc-service";
    84788478                };
    84798479                BC8283F816B4FDDE00A278FE /* Plugin.32 */ = {
     
    84938493                        productName = Plugin.32;
    84948494                        productReference = BC8283F916B4FDDE00A278FE /* com.apple.WebKit.Plugin.32.Development.xpc */;
    8495                         productType = "com.apple.product-type.bundle";
     8495                        productType = "com.apple.product-type.xpc-service";
    84968496                };
    84978497                BC82841E16B4FDF600A278FE /* Plugin.64 */ = {
     
    85118511                        productName = Plugin.64;
    85128512                        productReference = BC82841F16B4FDF600A278FE /* com.apple.WebKit.Plugin.64.Development.xpc */;
    8513                         productType = "com.apple.product-type.bundle";
     8513                        productType = "com.apple.product-type.xpc-service";
    85148514                };
    85158515                BCDE093313272496001259FB /* PluginProcess */ = {
Note: See TracChangeset for help on using the changeset viewer.