⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 271180 in webkit


Ignore:
Timestamp:
Jan 5, 2021, 4:22:12 PM (6 years ago)
Author:
timothy_horton@apple.com
Message:

SourcesCocoa.txt should not be installed in the Web Content service bundle
https://bugs.webkit.org/show_bug.cgi?id=220338

Reviewed by Wenson Hsieh.

  • WebKit.xcodeproj/project.pbxproj:

Remove SourcesCocoa.txt from the target.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r271178 r271180  
     12021-01-05  Tim Horton  <timothy_horton@apple.com>
     2
     3        SourcesCocoa.txt should not be installed in the Web Content service bundle
     4        https://bugs.webkit.org/show_bug.cgi?id=220338
     5
     6        Reviewed by Wenson Hsieh.
     7
     8        * WebKit.xcodeproj/project.pbxproj:
     9        Remove SourcesCocoa.txt from the target.
     10
    1112021-01-05  Peng Liu  <peng.liu6@apple.com>
    212
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r270907 r271180  
    12131213                57FABB122581827C0059DC95 /* AuthenticationServicesCoreSoftLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 57FABB102581827C0059DC95 /* AuthenticationServicesCoreSoftLink.h */; };
    12141214                57FABB132581827C0059DC95 /* AuthenticationServicesCoreSoftLink.mm in Sources */ = {isa = PBXBuildFile; fileRef = 57FABB112581827C0059DC95 /* AuthenticationServicesCoreSoftLink.mm */; };
    1215                 57FABB14258188230059DC95 /* SourcesCocoa.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2D7DEBE121269D5F00B9F73C /* SourcesCocoa.txt */; };
    12161215                57FD318022B35158008D0E8B /* NavigationSOAuthorizationSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 57FD317822B35149008D0E8B /* NavigationSOAuthorizationSession.h */; };
    12171216                57FD318122B3515B008D0E8B /* PopUpSOAuthorizationSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 57FD317022B35148008D0E8B /* PopUpSOAuthorizationSession.h */; };
     
    1296012959                        buildActionMask = 2147483647;
    1296112960                        files = (
    12962                                 57FABB14258188230059DC95 /* SourcesCocoa.txt in Resources */,
    1296312961                                E1D26A53175964D90095BFD1 /* WebContentProcess.xib in Resources */,
    1296412962                        );
Note: See TracChangeset for help on using the changeset viewer.