-
-
Notifications
You must be signed in to change notification settings - Fork 484
Open
Labels
enhancementNew features, or improvements to existing features.New features, or improvements to existing features.
Description
What is the problem or limitation you are having?
I'm looking to embed the .app produced by briefcase build in another .app bundle. As such I would like the flexibility to postpone the signing of the build products to later, when I actually do the embedding.
Describe the solution you'd like
briefcase build --skip-signing would do everything but sign the code.
Describe alternatives you've considered
I can remove the signing information with codesign --remove-signature and then re-sign later when assembling the final .app bundle.
Additional context
I've already implemented this for my local use with a pyproject.toml setting:
skip_signing = truebut i think it's probably better as a CLI option.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew features, or improvements to existing features.New features, or improvements to existing features.