add entitlements

pull/1478/head
Jeff Becker 4 years ago committed by Jason Rhinelander
parent 3a950aa950
commit f3989c0f9a

1
.gitignore vendored

@ -3,7 +3,6 @@
*.a
*.o
*.plist
*.so
build/

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- apparently needed by some parts of Qt as of 5.14.2; Qt 5.15 is rumoured to improve things
w.r.t. notarization and signing so possibly revisit this. -->
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
Loading…
Cancel
Save