Changeset 235710 in webkit


Ignore:
Timestamp:
Sep 5, 2018 2:57:32 PM (6 years ago)
Author:
ddkilzer@apple.com
Message:

REGRESSION (r235489): WKSharingServicePickerDelegate.mm accidentally added back to Sources in WebKit project

  • WebKit.xcodeproj/project.pbxproj:

(WKSharingServicePickerDelegate.mm): Let Xcode have its way with
the WebKit project file by removing this file from Sources.
It's already included in a UnifedSource file, so it should not
have been added back to Sources during merge conflict resolution
for r235489.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r235709 r235710  
     12018-09-05  David Kilzer  <ddkilzer@apple.com>
     2
     3        REGRESSION (r235489): WKSharingServicePickerDelegate.mm accidentally added back to Sources in WebKit project
     4
     5        * WebKit.xcodeproj/project.pbxproj:
     6        (WKSharingServicePickerDelegate.mm): Let Xcode have its way with
     7        the WebKit project file by removing this file from Sources.
     8        It's already included in a UnifedSource file, so it should not
     9        have been added back to Sources during merge conflict resolution
     10        for r235489.
     11
    1122018-09-05  David Kilzer  <ddkilzer@apple.com>
    213
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r235709 r235710  
    1139711397                                1ADE46B21954EC61000F7985 /* WKSessionStateRef.cpp in Sources */,
    1139811398                                1DB01944211CF005009FB3E8 /* WKShareSheet.mm in Sources */,
    11399                                 513E462E1AD837560016234A /* WKSharingServicePickerDelegate.mm in Sources */,
    1140011399                                93F549B61E3174DA000E7239 /* WKSnapshotConfiguration.mm in Sources */,
    1140111400                                BC407605124FF0270068F20A /* WKString.cpp in Sources */,
Note: See TracChangeset for help on using the changeset viewer.