File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments