plugin-container.xml (438B)
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 plugin-container.app bundle during 5 codesigning of production channel builds. 6 --> 7 <plist version="1.0"> 8 <dict> 9 <!-- Firefox needs to create executable pages with MAP_JIT --> 10 <key>com.apple.security.cs.allow-jit</key><true/> 11 </dict> 12 </plist>