Changeset 249720 in webkit


Ignore:
Timestamp:
Sep 10, 2019 9:56:46 AM (5 years ago)
Author:
david_quesada@apple.com
Message:

Remove a leftover reference to the StorageProcess
https://bugs.webkit.org/show_bug.cgi?id=192759

Reviewed by Alex Christensen.

  • WebKit.xcodeproj/project.pbxproj:

Remove com.apple.WebKit.Storage.sb as an input file to the "Copy iOS Sandbox Profiles
for Manual Sandboxing" build phase. The file no longer exists.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r249714 r249720  
     12019-09-10  David Quesada  <david_quesada@apple.com>
     2
     3        Remove a leftover reference to the StorageProcess
     4        https://bugs.webkit.org/show_bug.cgi?id=192759
     5
     6        Reviewed by Alex Christensen.
     7
     8        * WebKit.xcodeproj/project.pbxproj:
     9            Remove com.apple.WebKit.Storage.sb as an input file to the "Copy iOS Sandbox Profiles
     10            for Manual Sandboxing" build phase. The file no longer exists.
     11
    1122019-09-10  Adrian Perez de Castro  <aperez@igalia.com>
    213
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r249647 r249720  
    1086510865                        );
    1086610866                        inputPaths = (
    10867                                 "$(SRCROOT)/Resources/SandboxProfiles/ios/com.apple.WebKit.Storage.sb",
    1086810867                                "$(SRCROOT)/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb",
    1086910868                                "$(SRCROOT)/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb",
Note: See TracChangeset for help on using the changeset viewer.