mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
7a813c8779
This seems to be necessary to work around an issue: https://github.com/electron/electron-osx-sign/issues/192
10 lines
284 B
Text
10 lines
284 B
Text
<?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>
|
|
<key>com.apple.security.app-sandbox</key>
|
|
<true/>
|
|
<key>com.apple.security.inherit</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|