Skip to content

Adding Info.plist to an executable #5926

Answered by rokm
SachaGoldman asked this question in Help
Discussion options

You must be logged in to vote

I've tried a couple of tools that try to let you inject an Info.plist directly into the compilled binary with no luck (I'm still open to suggestions though)

Are you sure it is Info.plist (or lack thereof) that is the problem, then? The linked SO discussion seems to be about entitlements (or lack thereof), which you can set by passing entitlements file to codesign when signing your executable or app bundle.

Because PyInstaller onefile executables may present additional issues (more on that in next paragraph), I would strongly suggest you to first try with a simple C-compiled hello-world executable, to figure out what you really need to get it working.

In PyInstaller's onefile mode, the c…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@rokm
Comment options

@SachaGoldman
Comment options

@SachaGoldman
Comment options

@rokm
Comment options

@SachaGoldman
Comment options

Answer selected by SachaGoldman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants