Changeset 267496 in webkit
- Timestamp:
- Sep 23, 2020, 12:39:48 PM (6 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/process-entitlements.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r267491 r267496 1 2020-09-23 Per Arne Vollan <pvollan@apple.com> 2 3 [macOS] Change name of client decoder entitlement 4 https://bugs.webkit.org/show_bug.cgi?id=216670 5 <rdar://problem/69101997> 6 7 Reviewed by Darin Adler. 8 9 The client decoder entitlement landed in <https://trac.webkit.org/changeset/266613/webkit> has changed name, and should be updated. 10 11 * Scripts/process-entitlements.sh: 12 1 13 2020-09-23 Peng Liu <peng.liu6@apple.com> 2 14 -
trunk/Source/WebKit/Scripts/process-entitlements.sh
r266802 r267496 20 20 if (( "${TARGET_MAC_OS_X_VERSION_MAJOR}" >= 110000 )) 21 21 then 22 plistbuddy Add :com.apple.developer. coremedia.allow-client-decoder-sandboxbool YES22 plistbuddy Add :com.apple.developer.videotoolbox.client-sandboxed-decoder bool YES 23 23 plistbuddy Add :com.apple.pac.shared_region_id string WebContent 24 24 plistbuddy Add :com.apple.private.pac.exception bool YES
Note:
See TracChangeset
for help on using the changeset viewer.