-
-
Notifications
You must be signed in to change notification settings - Fork 2
stop existing, possibly in favor of briefcase #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
maybe also need codesigning-without-building-using-briefcase documentation, but I gather this is already at least possible and maybe the docs even exist, need to read up on that before filing anything there |
FYI: beeware/briefcase#2110 (currently in review) resolves the last of your blockers. If there's anything else standing in the way of Briefcase adoption, let us know. |
At this point I think this is going to start coming down to the features of py2app, rather than encrust itself. Is there a tutorial for anywhere to use briefcase just for codesigning and archiving, on an existing app bundle? It would be easier to adopt it a bit at a time. |
Oh wait I guess I can't quite just use it for codesigning, because I would need some way to invoke the code in beeware/briefcase#1217 too, hmm. |
Yeah - you could probably trick Briefcase into thinking it had created the app, and so it could then sign it - but I wouldn't give any guarantees that any trick would be reliable in the long term - what you're describing definitely isn't an officially supported use case. |
@freakboy3742 Trying to describe the major things that I think I'm still getting out of py2app. |
briefcase issues that would need to be resolved to kill Encrust completely:
codesign --deep
is deprecated and should be removed beeware/briefcase#1221The text was updated successfully, but these errors were encountered: