Skip to content

Commit bbd55de

Browse files
authored
Fixed entitlements line endings (#8174)
2 parents 9a105ac + 751e8c4 commit bbd55de

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Diff for: build/mac/entitlements.plist

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- This file was copied from https://github.com/pyinstaller/pyinstaller/issues/4629#issuecomment-574375331 -->
3-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4-
<plist version="1.0">
5-
<dict>
6-
<!-- These are required for binaries built by PyInstaller -->
7-
<key>com.apple.security.cs.allow-jit</key>
8-
<true/>
9-
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
10-
<true/>
11-
</dict>
12-
</plist>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- This file was copied from https://github.com/pyinstaller/pyinstaller/issues/4629#issuecomment-574375331 -->
3+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4+
<plist version="1.0">
5+
<dict>
6+
<!-- These are required for binaries built by PyInstaller -->
7+
<key>com.apple.security.cs.allow-jit</key>
8+
<true/>
9+
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
10+
<true/>
11+
</dict>
12+
</plist>

0 commit comments

Comments
 (0)