Changeset 163947 in webkit


Ignore:
Timestamp:
Feb 11, 2014 9:45:22 PM (10 years ago)
Author:
mitz@apple.com
Message:

<rdar://problem/16044438>: WebKit2.framework (with *Process.app) exists at the top level of the simulator
https://bugs.webkit.org/show_bug.cgi?id=128650

Reviewed by Mark Rowe.

  • Configurations/All-iOS.xcconfig: Removed this unused file.
  • Configurations/All.xcconfig: Set SKIP_INSTALL to YES for this aggregate target, so that

its Copy Files build phase, intended only for engineering builds, doesn’t copy into the
(wrong) install location.

Location:
trunk/Source/WebKit2
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r163943 r163947  
     12014-02-11  Dan Bernstein  <mitz@apple.com>
     2
     3        <rdar://problem/16044438>: WebKit2.framework (with *Process.app) exists at the top level of the simulator
     4        https://bugs.webkit.org/show_bug.cgi?id=128650
     5
     6        Reviewed by Mark Rowe.
     7
     8        * Configurations/All-iOS.xcconfig: Removed this unused file.
     9        * Configurations/All.xcconfig: Set SKIP_INSTALL to YES for this aggregate target, so that
     10        its Copy Files build phase, intended only for engineering builds, doesn’t copy into the
     11        (wrong) install location.
     12
    1132014-02-11  Ryosuke Niwa  <rniwa@webkit.org>
    214
  • trunk/Source/WebKit2/Configurations/All.xcconfig

    r161918 r163947  
    2929EXCLUDED_SOURCE_FILE_NAMES_iphoneos = PluginProcess.app;
    3030EXCLUDED_SOURCE_FILE_NAMES_iphonesimulator = $(EXCLUDED_SOURCE_FILE_NAMES_iphoneos);
     31
     32SKIP_INSTALL = YES;
Note: See TracChangeset for help on using the changeset viewer.