Changeset 269643 in webkit


Ignore:
Timestamp:
Nov 10, 2020 1:11:27 PM (3 years ago)
Author:
pvollan@apple.com
Message:

[macCatalyst] Add entitlement for message filtering
https://bugs.webkit.org/show_bug.cgi?id=218768
<rdar://problem/71247464>

Reviewed by Tim Horton.

Add required message filtering entitlement for Catalyst.

No new tests, covered by existing tests.

  • Scripts/process-entitlements.sh:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r269642 r269643  
     12020-11-10  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [macCatalyst] Add entitlement for message filtering
     4        https://bugs.webkit.org/show_bug.cgi?id=218768
     5        <rdar://problem/71247464>
     6
     7        Reviewed by Tim Horton.
     8
     9        Add required message filtering entitlement for Catalyst.
     10
     11        No new tests, covered by existing tests.
     12
     13        * Scripts/process-entitlements.sh:
     14
    1152020-11-10  Youenn Fablet  <youenn@apple.com>
    216
  • trunk/Source/WebKit/Scripts/process-entitlements.sh

    r269554 r269643  
    136136        plistbuddy Add :com.apple.pac.shared_region_id string WebContent
    137137        plistbuddy Add :com.apple.private.pac.exception bool YES
     138        plistbuddy Add :com.apple.private.security.message-filter bool YES
    138139        plistbuddy Add :com.apple.UIKit.view-service-wants-custom-idiom-and-scale bool YES
    139140    fi
Note: See TracChangeset for help on using the changeset viewer.