Skip to content

Commit 8bcdee0

Browse files
Engagendyclaude
andcommitted
Disable sandbox for unsigned distribution
The sandbox blocks the bundled JRE from executing when the app is unsigned. Since there is no Developer account, sandbox enforcement provides no benefit and breaks the Java conversion process. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 93e4d6b commit 8bcdee0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

MPPViewer/MPPViewer/MPPViewer.entitlements

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@
33
<plist version="1.0">
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
6-
<true/>
6+
<false/>
77
<key>com.apple.security.files.user-selected.read-only</key>
88
<true/>
9-
<key>com.apple.security.temporary-exception.files.absolute-path.read-write</key>
10-
<array>
11-
<string>/tmp/</string>
12-
</array>
139
</dict>
1410
</plist>

0 commit comments

Comments
 (0)