Changeset 140636 in webkit


Ignore:
Timestamp:
Jan 23, 2013 7:30:45 PM (11 years ago)
Author:
weinig@apple.com
Message:

Cleanup the names of the WebKit2 xpc services
https://bugs.webkit.org/show_bug.cgi?id=107759

Reviewed by Anders Carlsson.

Renames:

com.apple.WebKit2.WebProcessService -> com.apple.WebKit.WebContent
com.apple.WebKit2.WebProcessServiceForWebKitDevelopment -> com.apple.WebKit.WebContent.Development

  • Configurations/BaseXPCService.xcconfig: Copied from Source/WebKit2/Configurations/WebProcessService.xcconfig.
  • Configurations/WebContentService.xcconfig: Copied from Source/WebKit2/Configurations/WebProcessService.xcconfig.
  • Configurations/WebContentServiceForDevelopment.xcconfig: Copied from Source/WebKit2/Configurations/WebProcessServiceForWebKitDevelopment.xcconfig.
  • Configurations/WebProcessService.xcconfig: Removed.
  • Configurations/WebProcessServiceForWebKitDevelopment.xcconfig: Removed.

Rename config files to match new service names and add base config.

  • UIProcess/Launcher/mac/ProcessLauncherMac.mm:

(WebKit::connectToWebProcessServiceForWebKitDevelopment):
(WebKit::createWebProcessServiceForWebKitDevelopment):
(WebKit::createWebProcessService):

  • WebKit2.xcodeproj/project.pbxproj:
  • WebKit2Service: Removed.
  • WebProcessService/Info.plist:
  • WebProcessServiceForWebKitDevelopment/Info.plist:

Update for new names.

Location:
trunk/Source/WebKit2
Files:
1 deleted
5 edited
1 copied
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r140634 r140636  
     12013-01-23  Sam Weinig  <sam@webkit.org>
     2
     3        Cleanup the names of the WebKit2 xpc services
     4        https://bugs.webkit.org/show_bug.cgi?id=107759
     5
     6        Reviewed by Anders Carlsson.
     7
     8        Renames:
     9            com.apple.WebKit2.WebProcessService -> com.apple.WebKit.WebContent
     10            com.apple.WebKit2.WebProcessServiceForWebKitDevelopment -> com.apple.WebKit.WebContent.Development
     11
     12        * Configurations/BaseXPCService.xcconfig: Copied from Source/WebKit2/Configurations/WebProcessService.xcconfig.
     13        * Configurations/WebContentService.xcconfig: Copied from Source/WebKit2/Configurations/WebProcessService.xcconfig.
     14        * Configurations/WebContentServiceForDevelopment.xcconfig: Copied from Source/WebKit2/Configurations/WebProcessServiceForWebKitDevelopment.xcconfig.
     15        * Configurations/WebProcessService.xcconfig: Removed.
     16        * Configurations/WebProcessServiceForWebKitDevelopment.xcconfig: Removed.
     17        Rename config files to match new service names and add base config.
     18
     19        * UIProcess/Launcher/mac/ProcessLauncherMac.mm:
     20        (WebKit::connectToWebProcessServiceForWebKitDevelopment):
     21        (WebKit::createWebProcessServiceForWebKitDevelopment):
     22        (WebKit::createWebProcessService):
     23        * WebKit2.xcodeproj/project.pbxproj:
     24        * WebKit2Service: Removed.
     25        * WebProcessService/Info.plist:
     26        * WebProcessServiceForWebKitDevelopment/Info.plist:
     27        Update for new names.
     28
    1292013-01-23  Seulgi Kim  <seulgikim@company100.net>
    230
  • trunk/Source/WebKit2/Configurations/BaseXPCService.xcconfig

    r140567 r140636  
    1 // Copyright (C) 2012 Apple Inc. All rights reserved.
     1// Copyright (C) 2012, 2013 Apple Inc. All rights reserved.
    22//
    33// Redistribution and use in source and binary forms, with or without
     
    2525
    2626GCC_ENABLE_OBJC_GC = NO;
    27 PRODUCT_NAME = com.apple.WebKit2.$(TARGET_NAME:rfc1034identifier);
    28 INFOPLIST_FILE = WebProcessService/Info.plist;
     27PRODUCT_NAME = com.apple.WebKit.$(TARGET_NAME:rfc1034identifier);
    2928INSTALL_PATH = $(WEBKIT2_FRAMEWORKS_DIR)/WebKit2.framework/Versions/A/XPCServices;
    3029
  • trunk/Source/WebKit2/Configurations/WebContentService.Development.xcconfig

    r140567 r140636  
    1 // Copyright (C) 2012 Apple Inc. All rights reserved.
     1// Copyright (C) 2012, 2013 Apple Inc. All rights reserved.
    22//
    33// Redistribution and use in source and binary forms, with or without
     
    2222// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2323
    24 #include "WebProcessService.xcconfig"
     24#include "BaseXPCService.xcconfig"
    2525
     26PRODUCT_NAME = com.apple.WebKit.WebContent.Development;
    2627INFOPLIST_FILE = WebProcessServiceForWebKitDevelopment/Info.plist;
  • trunk/Source/WebKit2/Configurations/WebContentService.xcconfig

    r140567 r140636  
    1 // Copyright (C) 2012 Apple Inc. All rights reserved.
     1// Copyright (C) 2012, 2013 Apple Inc. All rights reserved.
    22//
    33// Redistribution and use in source and binary forms, with or without
     
    2222// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2323
    24 #include "BaseTarget.xcconfig"
     24#include "BaseXPCService.xcconfig"
    2525
    26 GCC_ENABLE_OBJC_GC = NO;
    27 PRODUCT_NAME = com.apple.WebKit2.$(TARGET_NAME:rfc1034identifier);
     26PRODUCT_NAME = com.apple.WebKit.WebContent;
    2827INFOPLIST_FILE = WebProcessService/Info.plist;
    29 INSTALL_PATH = $(WEBKIT2_FRAMEWORKS_DIR)/WebKit2.framework/Versions/A/XPCServices;
    30 
    31 APP_ICON = $(APP_ICON_$(CONFIGURATION));
    32 APP_ICON_Debug = WebKit.icns;
    33 APP_ICON_Release = WebKit.icns;
    34 APP_ICON_Production = ;
    35 
    36 EXCLUDED_SOURCE_FILE_NAMES = $(EXCLUDED_SOURCE_FILE_NAMES_$(CONFIGURATION));
    37 EXCLUDED_SOURCE_FILE_NAMES_Production = WebKit.icns;
    38 
    39 WRAPPER_EXTENSION = xpc;
    40 MACH_O_TYPE = mh_execute;
  • trunk/Source/WebKit2/UIProcess/Launcher/mac/ProcessLauncherMac.mm

    r139066 r140636  
    146146{
    147147    // Create a connection to the WebKit2 XPC service.
    148     xpc_connection_t connection = xpc_connection_create("com.apple.WebKit2.WebProcessServiceForWebKitDevelopment", 0);
     148    xpc_connection_t connection = xpc_connection_create("com.apple.WebKit.WebContent.Development", 0);
    149149    xpc_connection_set_instance(connection, instanceUUID->uuid);
    150150
     
    209209    RefPtr<UUIDHolder> instanceUUID = UUIDHolder::create();
    210210
    211     xpc_connection_t reExecConnection = xpc_connection_create("com.apple.WebKit2.WebProcessServiceForWebKitDevelopment", 0);
     211    xpc_connection_t reExecConnection = xpc_connection_create("com.apple.WebKit.WebContent.Development", 0);
    212212    xpc_connection_set_instance(reExecConnection, instanceUUID->uuid);
    213213
     
    262262
    263263    // Create a connection to the WebKit2 XPC service.
    264     xpc_connection_t connection = xpc_connection_create("com.apple.WebKit2.WebProcessService", 0);
     264    xpc_connection_t connection = xpc_connection_create("com.apple.WebKit.WebContent", 0);
    265265    xpc_connection_set_instance(connection, instanceUUID->uuid);
    266266
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r140623 r140636  
    19861986                BC39C4331626366F008BC689 /* WKDOMRange.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WKDOMRange.mm; sourceTree = "<group>"; };
    19871987                BC39C4341626366F008BC689 /* WKDOMRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKDOMRange.h; sourceTree = "<group>"; };
    1988                 BC3DE46615A91763008D26FC /* com.apple.WebKit2.WebProcessService.xpc */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = com.apple.WebKit2.WebProcessService.xpc; sourceTree = BUILT_PRODUCTS_DIR; };
     1988                BC3DE46615A91763008D26FC /* com.apple.WebKit.WebContent.xpc */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = com.apple.WebKit.WebContent.xpc; sourceTree = BUILT_PRODUCTS_DIR; };
    19891989                BC3DE46815A91763008D26FC /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
    19901990                BC4075D7124FF0270068F20A /* WKArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WKArray.cpp; sourceTree = "<group>"; };
     
    21422142                BCA8C6AD11E3C08700812FB7 /* InjectedBundlePageUIClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InjectedBundlePageUIClient.cpp; sourceTree = "<group>"; };
    21432143                BCA8C6AE11E3C08700812FB7 /* InjectedBundlePageUIClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InjectedBundlePageUIClient.h; sourceTree = "<group>"; };
    2144                 BCA8D46A15BCE160009DC1F1 /* WebProcessService.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = WebProcessService.xcconfig; sourceTree = "<group>"; };
    21452144                BCAC111D12C92C1F00B08EEE /* WebDatabaseManagerProxyClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebDatabaseManagerProxyClient.h; sourceTree = "<group>"; };
    21462145                BCAC111E12C92C1F00B08EEE /* WebDatabaseManagerProxyClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebDatabaseManagerProxyClient.cpp; sourceTree = "<group>"; };
    2147                 BCAE9DE9160C097400A33217 /* com.apple.WebKit2.WebProcessServiceForWebKitDevelopment.xpc */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = com.apple.WebKit2.WebProcessServiceForWebKitDevelopment.xpc; sourceTree = BUILT_PRODUCTS_DIR; };
     2146                BCACC40D16B0B7BE00B6E092 /* BaseXPCService.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = BaseXPCService.xcconfig; sourceTree = "<group>"; };
     2147                BCACC40E16B0B8A800B6E092 /* WebContentService.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = WebContentService.xcconfig; sourceTree = "<group>"; };
     2148                BCACC40F16B0B8A800B6E092 /* WebContentService.Development.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = WebContentService.Development.xcconfig; sourceTree = "<group>"; };
     2149                BCAE9DE9160C097400A33217 /* com.apple.WebKit.WebContentForDevelopment.xpc */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = com.apple.WebKit.WebContentForDevelopment.xpc; sourceTree = BUILT_PRODUCTS_DIR; };
    21482150                BCAE9DEF160C097500A33217 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
    2149                 BCAE9E00160C0B4100A33217 /* WebProcessServiceForWebKitDevelopment.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = WebProcessServiceForWebKitDevelopment.xcconfig; sourceTree = "<group>"; };
    21502151                BCAE9E01160C12DA00A33217 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = WebProcessService/Info.plist; sourceTree = "<group>"; };
    21512152                BCAE9E04160C137800A33217 /* WebProcessServiceForWebKitDevelopmentMain.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebProcessServiceForWebKitDevelopmentMain.mm; sourceTree = "<group>"; };
     
    24862487                        isa = PBXGroup;
    24872488                        children = (
    2488                                 BC3DE46615A91763008D26FC /* com.apple.WebKit2.WebProcessService.xpc */,
    2489                                 BCAE9DE9160C097400A33217 /* com.apple.WebKit2.WebProcessServiceForWebKitDevelopment.xpc */,
     2489                                BC3DE46615A91763008D26FC /* com.apple.WebKit.WebContent.xpc */,
     2490                                BCAE9DE9160C097400A33217 /* com.apple.WebKit.WebContentForDevelopment.xpc */,
    24902491                                510CC80E1613C79900D03ED3 /* NetworkProcess.app */,
    24912492                                BCDE094213272496001259FB /* PluginProcess.app */,
     
    26422643                                1A4F976A100E7B6600637A18 /* Base.xcconfig */,
    26432644                                5DAD73F1116FF90C00EE5396 /* BaseTarget.xcconfig */,
     2645                                BCACC40D16B0B7BE00B6E092 /* BaseXPCService.xcconfig */,
    26442646                                1A4F976B100E7B6600637A18 /* DebugRelease.xcconfig */,
    26452647                                1A4F976C100E7B6600637A18 /* FeatureDefines.xcconfig */,
     
    26492651                                5183B3931379F85C00E8754E /* Shim.xcconfig */,
    26502652                                1A4F976E100E7B6600637A18 /* Version.xcconfig */,
     2653                                BCACC40E16B0B8A800B6E092 /* WebContentService.xcconfig */,
     2654                                BCACC40F16B0B8A800B6E092 /* WebContentService.Development.xcconfig */,
    26512655                                BCB86F4B116AAACD00CE20B7 /* WebKit2.xcconfig */,
    26522656                                5DAD7294116FF70B00EE5396 /* WebProcess.xcconfig */,
    2653                                 BCA8D46A15BCE160009DC1F1 /* WebProcessService.xcconfig */,
    2654                                 BCAE9E00160C0B4100A33217 /* WebProcessServiceForWebKitDevelopment.xcconfig */,
    26552657                        );
    26562658                        path = Configurations;
     
    51635165                        productType = "com.apple.product-type.framework";
    51645166                };
    5165                 BC3DE46515A91763008D26FC /* WebProcessService */ = {
     5167                BC3DE46515A91763008D26FC /* WebContent */ = {
    51665168                        isa = PBXNativeTarget;
    5167                         buildConfigurationList = BC3DE47615A91764008D26FC /* Build configuration list for PBXNativeTarget "WebProcessService" */;
     5169                        buildConfigurationList = BC3DE47615A91764008D26FC /* Build configuration list for PBXNativeTarget "WebContent" */;
    51685170                        buildPhases = (
    51695171                                BC3DE46215A91763008D26FC /* Sources */,
     
    51755177                        dependencies = (
    51765178                        );
    5177                         name = WebProcessService;
     5179                        name = WebContent;
    51785180                        productName = WebKit2Service;
    5179                         productReference = BC3DE46615A91763008D26FC /* com.apple.WebKit2.WebProcessService.xpc */;
     5181                        productReference = BC3DE46615A91763008D26FC /* com.apple.WebKit.WebContent.xpc */;
    51805182                        productType = "com.apple.product-type.bundle";
    51815183                };
    5182                 BCAE9DE8160C097400A33217 /* WebProcessServiceForWebKitDevelopment */ = {
     5184                BCAE9DE8160C097400A33217 /* WebContent.Development */ = {
    51835185                        isa = PBXNativeTarget;
    5184                         buildConfigurationList = BCAE9DF6160C097500A33217 /* Build configuration list for PBXNativeTarget "WebProcessServiceForWebKitDevelopment" */;
     5186                        buildConfigurationList = BCAE9DF6160C097500A33217 /* Build configuration list for PBXNativeTarget "WebContent.Development" */;
    51855187                        buildPhases = (
    51865188                                BCAE9DE5160C097400A33217 /* Sources */,
     
    51925194                        dependencies = (
    51935195                        );
    5194                         name = WebProcessServiceForWebKitDevelopment;
     5196                        name = WebContent.Development;
    51955197                        productName = WebProcessServiceForWebKitDevelopment;
    5196                         productReference = BCAE9DE9160C097400A33217 /* com.apple.WebKit2.WebProcessServiceForWebKitDevelopment.xpc */;
     5198                        productReference = BCAE9DE9160C097400A33217 /* com.apple.WebKit.WebContentForDevelopment.xpc */;
    51975199                        productType = "com.apple.product-type.bundle";
    51985200                };
     
    52685270                                1AC25FAF12A48EA700BD2671 /* PluginProcessShim */,
    52695271                                510031EA1379CACB00C8DFE4 /* SecItemShim */,
    5270                                 BC3DE46515A91763008D26FC /* WebProcessService */,
    5271                                 BCAE9DE8160C097400A33217 /* WebProcessServiceForWebKitDevelopment */,
     5272                                BC3DE46515A91763008D26FC /* WebContent */,
     5273                                BCAE9DE8160C097400A33217 /* WebContent.Development */,
    52725274                        );
    52735275                };
     
    54455447                        );
    54465448                        inputPaths = (
    5447                                 "$(BUILT_PRODUCTS_DIR)/com.apple.WebKit2.WebProcessService.xpc",
    5448                                 "$(BUILT_PRODUCTS_DIR)/com.apple.WebKit2.WebProcessServiceForWebKitDevelopment.xpc",
     5449                                "$(BUILT_PRODUCTS_DIR)/com.apple.WebKit.WebContent.xpc",
     5450                                "$(BUILT_PRODUCTS_DIR)/com.apple.WebKit.WebContent.Development.xpc",
    54495451                        );
    54505452                        name = "Copy XPC services for engineering builds";
    54515453                        outputPaths = (
    5452                                 "$(BUILT_PRODUCTS_DIR)/${WRAPPER_NAME}/WebKit2.framework/Versions/A/XPCServices/com.apple.WebKit2.WebProcessService.xpc",
    5453                                 "$(BUILT_PRODUCTS_DIR)/${WRAPPER_NAME}/WebKit2.framework/Versions/A/XPCServices/com.apple.WebKit2.WebProcessServiceForWebKitDevelopment.xpc",
     5454                                "$(BUILT_PRODUCTS_DIR)/${WRAPPER_NAME}/WebKit2.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc",
     5455                                "$(BUILT_PRODUCTS_DIR)/${WRAPPER_NAME}/WebKit2.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.Development.xpc",
    54545456                        );
    54555457                        runOnlyForDeploymentPostprocessing = 0;
    54565458                        shellPath = /bin/sh;
    5457                         shellScript = "if [[ \"${CONFIGURATION}\" == \"Production\" ]]; then\n    exit\nfi\n\nXPC_SERVICES_PATH=\"${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/WebKit2.framework/Versions/A/XPCServices\"\nmkdir -p \"${XPC_SERVICES_PATH}\"\nditto \"${BUILT_PRODUCTS_DIR}/com.apple.WebKit2.WebProcessService.xpc\" \"${XPC_SERVICES_PATH}/com.apple.WebKit2.WebProcessService.xpc\"\nditto \"${BUILT_PRODUCTS_DIR}/com.apple.WebKit2.WebProcessServiceForWebKitDevelopment.xpc\" \"${XPC_SERVICES_PATH}/com.apple.WebKit2.WebProcessServiceForWebKitDevelopment.xpc\"\n";
     5459                        shellScript = "if [[ \"${CONFIGURATION}\" == \"Production\" ]]; then\n    exit\nfi\n\nXPC_SERVICES_PATH=\"${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/WebKit2.framework/Versions/A/XPCServices\"\nmkdir -p \"${XPC_SERVICES_PATH}\"\nditto \"${BUILT_PRODUCTS_DIR}/com.apple.WebKit.WebContent.xpc\" \"${XPC_SERVICES_PATH}/com.apple.WebKit.WebContent.xpc\"\nditto \"${BUILT_PRODUCTS_DIR}/com.apple.WebKit.WebContent.Development.xpc\" \"${XPC_SERVICES_PATH}/com.apple.WebKit.WebContent.Development.xpc\"\n";
    54585460                };
    54595461                C0CE72841247E66800BC0EC4 /* Generate Derived Sources */ = {
     
    61086110                BCA8D46815BCE0D6009DC1F1 /* PBXTargetDependency */ = {
    61096111                        isa = PBXTargetDependency;
    6110                         target = BC3DE46515A91763008D26FC /* WebProcessService */;
     6112                        target = BC3DE46515A91763008D26FC /* WebContent */;
    61116113                        targetProxy = BCA8D46715BCE0D6009DC1F1 /* PBXContainerItemProxy */;
    61126114                };
    61136115                BCAE9DFD160C0AB000A33217 /* PBXTargetDependency */ = {
    61146116                        isa = PBXTargetDependency;
    6115                         target = BCAE9DE8160C097400A33217 /* WebProcessServiceForWebKitDevelopment */;
     6117                        target = BCAE9DE8160C097400A33217 /* WebContent.Development */;
    61166118                        targetProxy = BCAE9DFC160C0AB000A33217 /* PBXContainerItemProxy */;
    61176119                };
     
    63386340                BC3DE47315A91764008D26FC /* Debug */ = {
    63396341                        isa = XCBuildConfiguration;
    6340                         baseConfigurationReference = BCA8D46A15BCE160009DC1F1 /* WebProcessService.xcconfig */;
     6342                        baseConfigurationReference = BCACC40E16B0B8A800B6E092 /* WebContentService.xcconfig */;
    63416343                        buildSettings = {
    63426344                        };
     
    63456347                BC3DE47415A91764008D26FC /* Release */ = {
    63466348                        isa = XCBuildConfiguration;
    6347                         baseConfigurationReference = BCA8D46A15BCE160009DC1F1 /* WebProcessService.xcconfig */;
     6349                        baseConfigurationReference = BCACC40E16B0B8A800B6E092 /* WebContentService.xcconfig */;
    63486350                        buildSettings = {
    63496351                        };
     
    63526354                BC3DE47515A91764008D26FC /* Production */ = {
    63536355                        isa = XCBuildConfiguration;
    6354                         baseConfigurationReference = BCA8D46A15BCE160009DC1F1 /* WebProcessService.xcconfig */;
     6356                        baseConfigurationReference = BCACC40E16B0B8A800B6E092 /* WebContentService.xcconfig */;
    63556357                        buildSettings = {
    63566358                        };
     
    63596361                BCAE9DF7160C097500A33217 /* Debug */ = {
    63606362                        isa = XCBuildConfiguration;
    6361                         baseConfigurationReference = BCAE9E00160C0B4100A33217 /* WebProcessServiceForWebKitDevelopment.xcconfig */;
     6363                        baseConfigurationReference = BCACC40F16B0B8A800B6E092 /* WebContentService.Development.xcconfig */;
    63626364                        buildSettings = {
    63636365                        };
     
    63666368                BCAE9DF8160C097500A33217 /* Release */ = {
    63676369                        isa = XCBuildConfiguration;
    6368                         baseConfigurationReference = BCAE9E00160C0B4100A33217 /* WebProcessServiceForWebKitDevelopment.xcconfig */;
     6370                        baseConfigurationReference = BCACC40F16B0B8A800B6E092 /* WebContentService.Development.xcconfig */;
    63696371                        buildSettings = {
    63706372                        };
     
    63736375                BCAE9DF9160C097500A33217 /* Production */ = {
    63746376                        isa = XCBuildConfiguration;
    6375                         baseConfigurationReference = BCAE9E00160C0B4100A33217 /* WebProcessServiceForWebKitDevelopment.xcconfig */;
     6377                        baseConfigurationReference = BCACC40F16B0B8A800B6E092 /* WebContentService.Development.xcconfig */;
    63766378                        buildSettings = {
    63776379                        };
     
    65226524                        defaultConfigurationName = Production;
    65236525                };
    6524                 BC3DE47615A91764008D26FC /* Build configuration list for PBXNativeTarget "WebProcessService" */ = {
     6526                BC3DE47615A91764008D26FC /* Build configuration list for PBXNativeTarget "WebContent" */ = {
    65256527                        isa = XCConfigurationList;
    65266528                        buildConfigurations = (
     
    65326534                        defaultConfigurationName = Production;
    65336535                };
    6534                 BCAE9DF6160C097500A33217 /* Build configuration list for PBXNativeTarget "WebProcessServiceForWebKitDevelopment" */ = {
     6536                BCAE9DF6160C097500A33217 /* Build configuration list for PBXNativeTarget "WebContent.Development" */ = {
    65356537                        isa = XCConfigurationList;
    65366538                        buildConfigurations = (
  • trunk/Source/WebKit2/WebProcessService/Info.plist

    r139066 r140636  
    1010        <string>${EXECUTABLE_NAME}</string>
    1111        <key>CFBundleIdentifier</key>
    12         <string>com.apple.WebKit2.WebProcessService</string>
     12        <string>com.apple.WebKit.WebContent</string>
    1313        <key>CFBundleInfoDictionaryVersion</key>
    1414        <string>6.0</string>
  • trunk/Source/WebKit2/WebProcessServiceForWebKitDevelopment/Info.plist

    r138606 r140636  
    1010        <string>${EXECUTABLE_NAME}</string>
    1111        <key>CFBundleIdentifier</key>
    12         <string>com.apple.WebKit2.WebProcessServiceForWebKitDevelopment</string>
     12        <string>com.apple.WebKit.WebContent.Development</string>
    1313        <key>CFBundleInfoDictionaryVersion</key>
    1414        <string>6.0</string>
Note: See TracChangeset for help on using the changeset viewer.