Skip to content

Commit

Permalink
Try plisting
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling committed Jun 3, 2024
1 parent 5e47e09 commit 0d3273c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build_macos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exe = EXE(
argv_emulation=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
entitlements_file='./entitlements.plist',
icon=['resources/QFIcon.icns'],
)
coll = COLLECT(
Expand Down
9 changes: 9 additions & 0 deletions entitlements.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?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.cs.allow-unsigned-executable-memory</key><true/>
</dict>
</plist>

0 comments on commit 0d3273c

Please sign in to comment.