media-plugin-helper.xml (444B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <!-- 4 Entitlements to apply to the media-plugin-helper.app bundle during 5 codesigning of production channel builds. 6 --> 7 <plist version="1.0"> 8 <dict> 9 <!-- Allow loading third party CDM libraries --> 10 <key>com.apple.security.cs.disable-library-validation</key><true/> 11 </dict> 12 </plist>