Changeset 262220 in webkit


Ignore:
Timestamp:
May 27, 2020 3:21:21 PM (4 years ago)
Author:
commit-queue@webkit.org
Message:

Update MobileMiniBrowser project settings to current Xcode
https://bugs.webkit.org/show_bug.cgi?id=212428

Patch by Kenneth Russell <kbr@chromium.org> on 2020-05-27
Reviewed by Dean Jackson.

.:

Accept Xcode's suggested upgrade to use the new build system.

  • WebKit.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings:

Tools:

Apply suggestions from Dean to automatically switch between the
internal and public SDKs.

  • MobileMiniBrowser/Configurations/Base.xcconfig:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r262201 r262220  
     12020-05-27  Kenneth Russell  <kbr@chromium.org>
     2
     3        Update MobileMiniBrowser project settings to current Xcode
     4        https://bugs.webkit.org/show_bug.cgi?id=212428
     5
     6        Reviewed by Dean Jackson.
     7
     8        Accept Xcode's suggested upgrade to use the new build system.
     9
     10        * WebKit.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings:
     11
    1122020-05-27  ChangSeok Oh  <changseok@webkit.org>
    213
  • trunk/Tools/ChangeLog

    r262214 r262220  
     12020-05-27  Kenneth Russell  <kbr@chromium.org>
     2
     3        Update MobileMiniBrowser project settings to current Xcode
     4        https://bugs.webkit.org/show_bug.cgi?id=212428
     5
     6        Reviewed by Dean Jackson.
     7
     8        Apply suggestions from Dean to automatically switch between the
     9        internal and public SDKs.
     10
     11        * MobileMiniBrowser/Configurations/Base.xcconfig:
     12
    1132020-05-27  Lauro Moura  <lmoura@igalia.com>
    214
  • trunk/Tools/MobileMiniBrowser/Configurations/Base.xcconfig

    r259466 r262220  
    8383
    8484SUPPORTED_PLATFORMS = iphoneos iphonesimulator;
    85 SDKROOT = macosx.internal;
     85SDKROOT = $(SDKROOT_$(USE_INTERNAL_SDK));
     86SDKROOT_ = macosx;
     87SDKROOT_YES = macosx.internal;
    8688
    8789CODE_SIGN_IDENTITY = -;
  • trunk/WebKit.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

    r262147 r262220  
    33<plist version="1.0">
    44<dict>
     5        <key>BuildSystemType</key>
     6        <string>Latest</string>
    57        <key>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key>
    68        <false/>
Note: See TracChangeset for help on using the changeset viewer.