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 0d3273c commit df40ed6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_macos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ exe = EXE(
[],
exclude_binaries=True,
name='quantifish',
debug=False,
debug=True,
bootloader_ignore_signals=False,
strip=False,
upx=True,
console=False,
console=True,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
Expand All @@ -46,8 +46,8 @@ app = BUNDLE(
coll,
name='QuantiFish.app',
icon='resources/QFIcon.icns',
bundle_identifier="com.davidstirling.quantifish",
info_plist={
'CFBundleVersion': '2.1.2',
'CFBundleShortVersionString': '2.1.2',
'NSPrincipalClass': 'NSApplication',
},
Expand Down
4 changes: 4 additions & 0 deletions entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<!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.cs.allow-jit</key><true/>
<key>com.apple.security.cs.disable-executable-page-protection</key><true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key><true/>
<key>com.apple.security.cs.disable-library-validation</key><true/>
<key>com.apple.security.app-sandbox</key><true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key><true/>
</dict>
Expand Down

0 comments on commit df40ed6

Please sign in to comment.