Changeset 185861 in webkit


Ignore:
Timestamp:
Jun 22, 2015 9:10:42 PM (9 years ago)
Author:
mitz@apple.com
Message:

Part 2 of [Xcode] Fold the WebKit2SandboxProfiles-IOSOverride target into the Sandbox Profiles target
https://bugs.webkit.org/show_bug.cgi?id=146197

Rubber-stamped by Anders Carlsson.

  • WebKit2.xcodeproj/project.pbxproj: Deleted the WebKit2SandboxProfiles-IOSOverride target.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r185856 r185861  
     12015-06-22  Dan Bernstein  <mitz@apple.com>
     2
     3        Part 2 of [Xcode] Fold the WebKit2SandboxProfiles-IOSOverride target into the Sandbox Profiles target
     4        https://bugs.webkit.org/show_bug.cgi?id=146197
     5
     6        Rubber-stamped by Anders Carlsson.
     7
     8        * WebKit2.xcodeproj/project.pbxproj: Deleted the WebKit2SandboxProfiles-IOSOverride target.
     9
    1102015-06-22  Dean Jackson  <dino@apple.com>
    211
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r185832 r185861  
    4646                        );
    4747                        name = "Sandbox Profiles";
    48                         productName = WebKit2SandboxProfiles;
    49                 };
    50                 A7C0DC2D19804DEE00253CED /* WebKit2SandboxProfiles-IOSOverride */ = {
    51                         isa = PBXAggregateTarget;
    52                         buildConfigurationList = A7C0DC3219804DEE00253CED /* Build configuration list for PBXAggregateTarget "WebKit2SandboxProfiles-IOSOverride" */;
    53                         buildPhases = (
    54                                 A7C0DC2E19804DEE00253CED /* CopyFiles */,
    55                         );
    56                         dependencies = (
    57                         );
    58                         name = "WebKit2SandboxProfiles-IOSOverride";
    5948                        productName = WebKit2SandboxProfiles;
    6049                };
     
    12331222                A78CCDDB193AC9F8005ECC25 /* com.apple.WebKit.Networking.sb in CopyFiles */ = {isa = PBXBuildFile; fileRef = A78CCDD8193AC9E3005ECC25 /* com.apple.WebKit.Networking.sb */; };
    12341223                A78CCDDC193AC9FB005ECC25 /* com.apple.WebKit.WebContent.sb in CopyFiles */ = {isa = PBXBuildFile; fileRef = A78CCDD9193AC9E3005ECC25 /* com.apple.WebKit.WebContent.sb */; };
    1235                 A7C0DC2F19804DEE00253CED /* com.apple.WebKit.Databases.sb in CopyFiles */ = {isa = PBXBuildFile; fileRef = A78CCDD7193AC9E3005ECC25 /* com.apple.WebKit.Databases.sb */; };
    1236                 A7C0DC3019804DEE00253CED /* com.apple.WebKit.Networking.sb in CopyFiles */ = {isa = PBXBuildFile; fileRef = A78CCDD8193AC9E3005ECC25 /* com.apple.WebKit.Networking.sb */; };
    1237                 A7C0DC3119804DEE00253CED /* com.apple.WebKit.WebContent.sb in CopyFiles */ = {isa = PBXBuildFile; fileRef = A78CCDD9193AC9E3005ECC25 /* com.apple.WebKit.WebContent.sb */; };
    12381224                A7D792D61767CB6E00881CBE /* ActivityAssertion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7D792D51767CB6E00881CBE /* ActivityAssertion.cpp */; };
    12391225                A7D792D81767CCA300881CBE /* ActivityAssertion.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D792D41767CB0900881CBE /* ActivityAssertion.h */; };
     
    21112097                                A78CCDDB193AC9F8005ECC25 /* com.apple.WebKit.Networking.sb in CopyFiles */,
    21122098                                A78CCDDC193AC9FB005ECC25 /* com.apple.WebKit.WebContent.sb in CopyFiles */,
    2113                         );
    2114                         runOnlyForDeploymentPostprocessing = 0;
    2115                 };
    2116                 A7C0DC2E19804DEE00253CED /* CopyFiles */ = {
    2117                         isa = PBXCopyFilesBuildPhase;
    2118                         buildActionMask = 2147483647;
    2119                         dstPath = /usr/local/share/sandbox;
    2120                         dstSubfolderSpec = 0;
    2121                         files = (
    2122                                 A7C0DC2F19804DEE00253CED /* com.apple.WebKit.Databases.sb in CopyFiles */,
    2123                                 A7C0DC3019804DEE00253CED /* com.apple.WebKit.Networking.sb in CopyFiles */,
    2124                                 A7C0DC3119804DEE00253CED /* com.apple.WebKit.WebContent.sb in CopyFiles */,
    21252099                        );
    21262100                        runOnlyForDeploymentPostprocessing = 0;
     
    87848758                                5180C713180CCA3100FDA612 /* Databases.Development */,
    87858759                                A7AADA1019395CA9003EA1C7 /* Sandbox Profiles */,
    8786                                 A7C0DC2D19804DEE00253CED /* WebKit2SandboxProfiles-IOSOverride */,
    87878760                        );
    87888761                };
     
    1065010623                        name = Production;
    1065110624                };
    10652                 A7C0DC3319804DEE00253CED /* Debug */ = {
    10653                         isa = XCBuildConfiguration;
    10654                         buildSettings = {
    10655                                 PRODUCT_NAME = "WebKit2SandboxProfiles-IOSOverride";
    10656                         };
    10657                         name = Debug;
    10658                 };
    10659                 A7C0DC3419804DEE00253CED /* Release */ = {
    10660                         isa = XCBuildConfiguration;
    10661                         buildSettings = {
    10662                                 PRODUCT_NAME = "WebKit2SandboxProfiles-IOSOverride";
    10663                         };
    10664                         name = Release;
    10665                 };
    10666                 A7C0DC3519804DEE00253CED /* Production */ = {
    10667                         isa = XCBuildConfiguration;
    10668                         buildSettings = {
    10669                                 PRODUCT_NAME = "WebKit2SandboxProfiles-IOSOverride";
    10670                         };
    10671                         name = Production;
    10672                 };
    1067310625                BC3DE47315A91764008D26FC /* Debug */ = {
    1067410626                        isa = XCBuildConfiguration;
     
    1103610988                        defaultConfigurationName = Production;
    1103710989                };
    11038                 A7C0DC3219804DEE00253CED /* Build configuration list for PBXAggregateTarget "WebKit2SandboxProfiles-IOSOverride" */ = {
    11039                         isa = XCConfigurationList;
    11040                         buildConfigurations = (
    11041                                 A7C0DC3319804DEE00253CED /* Debug */,
    11042                                 A7C0DC3419804DEE00253CED /* Release */,
    11043                                 A7C0DC3519804DEE00253CED /* Production */,
    11044                         );
    11045                         defaultConfigurationIsVisible = 0;
    11046                         defaultConfigurationName = Production;
    11047                 };
    1104810990                BC3DE47615A91764008D26FC /* Build configuration list for PBXNativeTarget "WebContent" */ = {
    1104910991                        isa = XCConfigurationList;
Note: See TracChangeset for help on using the changeset viewer.