Skip to content

Commit 5179f90

Browse files
Andreas SchallwigAndreas Schallwig
Andreas Schallwig
authored and
Andreas Schallwig
committed
Pin Tensorflow version and fix build on Catalina
1 parent 6f499ca commit 5179f90

5 files changed

+2301
-1599
lines changed

entitlements.mac.plist

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.security.cs.allow-jit</key>
6+
<true/>
7+
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
8+
<true/>
9+
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
10+
<true/>
11+
<key>com.apple.security.device.microphone</key>
12+
<true/>
13+
<key>com.apple.security.device.audio-input</key>
14+
<true/>
15+
</dict>
16+
</plist>

0 commit comments

Comments
 (0)