Merge pull request #11014 from Herdinger/entitlements

Fix Metal build not being able to load cores
This commit is contained in:
Autechre 2020-07-13 00:25:47 +02:00 committed by GitHub
commit 171f7620b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,5 +4,7 @@
<dict>
<key>com.apple.security.cs.disable-executable-page-protection</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>