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

How to make Preference Pane (which includes Sparkle) compile? #1

Open
elvey opened this issue Feb 15, 2013 · 1 comment
Open

How to make Preference Pane (which includes Sparkle) compile? #1

elvey opened this issue Feb 15, 2013 · 1 comment

Comments

@elvey
Copy link

elvey commented Feb 15, 2013

I can't compile the app. I get this:

(null): error: /Volumes/HD/Downloads/Webmailer-master/../Sparkle 1/dsa_pub.pem: No such file or directory

https://github.com/andymatuschak/Sparkle/wiki

hints/suggests that running
ruby generate_keys.rb (from the Sparkle distribution root):
should fix the problem, but it's not part of the Sparkle that the code comes with, and as README.md notes, Webmailer uses an old version of Sparkle.
I downloaded the .zip and am trying to build with the current versions of OS X and Xcode.

Anyone have success? Does the current version of Sparkle help?

@belkadan
Copy link
Owner

Heh, I didn't do a great job releasing this. dsa_pub.pem is the public key needed to authenticate Sparkle updates; I didn't commit it to the repo because I figured anyone forking the project wouldn't be using my update server anyway. (After all, they don't have my private key, which they'd need to sign updates to use my dsa_pub.pem.)

If you're just trying to get Webmailer to build, you can probably just drop that reference from your project file. Sparkle will fail to load, of course, but that won't hurt the rest of Webmailer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants