Skip to content
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

Support for codesigning Sparkle framework bundled in a plugin (or skip sparkle sign from automate) #2

Open
am-play opened this issue Aug 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@am-play
Copy link

am-play commented Aug 10, 2024

Problem
I am deploying a Mac Catalyst app. The app bundles the Sparkle framework inside of a plugin, so the sparkle signing steps are looking in the wrong path for the Sparkle framework.

exported_app/SparkleTest.app/Contents/Frameworks/Sparkle.framework/AutoUpdate: No such file or directory

The framework in my app located at:

exported_app/SparkleTest.app/Contents/PlugIns/AppKitPlugin.bundle/Contents/Frameworks/Sparkle.framework/

Describe the solution you'd like

I am already signing the Sparkle framework using --deep flag in my xcode archive settings. I would like to be able to pass --skip-sparkle-steps to the automate command, currently I can only pass it directly to the export command.

Describe alternatives you've considered
Alternatively, being able to pass and arg (or env prop) for --sparkle-framework-path (relative to the exported .app file?)

Thanks,

Andrew

@am-play am-play added the enhancement New feature or request label Aug 10, 2024
@am-play am-play changed the title [FEATURE] Support for codesigning Sparkle framework bundled in a plugin (or skip sparkle sign from automate) Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants