Changeset 212108 in webkit


Ignore:
Timestamp:
Feb 10, 2017, 2:28:59 AM (9 years ago)
Author:
aestes@apple.com
Message:

Move two MiniBrowserBundle settings out of the .pbxproj
https://bugs.webkit.org/show_bug.cgi?id=168106

Reviewed by Tim Horton.

INFOPLIST_FILE was specified in MiniBrowserBundle.xcconfig but overridden to "" in
the project file. This removes the project file override.

WRAPPER_EXTENSION was moved from the project file to MiniBrowserBundle.xcconfig.

  • MiniBrowser/Configurations/MiniBrowserBundle.xcconfig:
  • MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r212104 r212108  
     12017-02-10  Andy Estes  <aestes@apple.com>
     2
     3        Move two MiniBrowserBundle settings out of the .pbxproj
     4        https://bugs.webkit.org/show_bug.cgi?id=168106
     5
     6        Reviewed by Tim Horton.
     7
     8        INFOPLIST_FILE was specified in MiniBrowserBundle.xcconfig but overridden to "" in
     9        the project file. This removes the project file override.
     10
     11        WRAPPER_EXTENSION was moved from the project file to MiniBrowserBundle.xcconfig.
     12
     13        * MiniBrowser/Configurations/MiniBrowserBundle.xcconfig:
     14        * MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj:
     15
    1162017-02-10  Alex Christensen  <achristensen@webkit.org>
    217
  • trunk/Tools/MiniBrowser/Configurations/MiniBrowserBundle.xcconfig

    r209288 r212108  
    2424PRODUCT_NAME = MiniBrowser
    2525PRODUCT_BUNDLE_IDENTIFIER = com.apple.$(PRODUCT_NAME:rfc1034identifier)
     26WRAPPER_EXTENSION = wkbundle
    2627GCC_PREFIX_HEADER = mac/Bundle/MiniBrowserBundle_Prefix.pch
    2728INFOPLIST_FILE = mac/Bundle/Info.plist
  • trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj

    r192801 r212108  
    337337                        baseConfigurationReference = 1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */;
    338338                        buildSettings = {
    339                                 INFOPLIST_FILE = "";
    340                                 WRAPPER_EXTENSION = wkbundle;
    341339                        };
    342340                        name = Debug;
     
    346344                        baseConfigurationReference = 1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */;
    347345                        buildSettings = {
    348                                 INFOPLIST_FILE = "";
    349                                 WRAPPER_EXTENSION = wkbundle;
    350346                        };
    351347                        name = Release;
Note: See TracChangeset for help on using the changeset viewer.