graphsketcher / GraphSketcher

A fast, simple graph drawing and data plotting app for OS X and iPad.
1.62k stars 136 forks source link

Build without AppStore Developer Account #19

Closed snunez1 closed 9 years ago

snunez1 commented 9 years ago

Does anyone have the formula for building this without an Apple developer signing key? It doesn't make sense to pay $100 just to try it out, especially if you're never going to build it for the app store.

dnivi3 commented 9 years ago

There is a ready-made build right here: https://github.com/graphsketcher/GraphSketcher/releases

snunez1 commented 9 years ago

That's the one I'm using thanks, but as a binary I can't make changes to it. I need modify the source.

correia commented 9 years ago

You don't need a paid Apple Developer account, or a Developer ID certificate to build GraphSketcher.

However, since GraphSketcher is sandboxed, it must be code-signed.

The easiest way to do this is to generate a self-signed certificate that matches the pattern the build system is already looking for: "Mac Developer: Your Name".

For more information, see:

https://developer.apple.com/library/mac/documentation/Security/Conceptual/CodeSigningGuide/Procedures/Procedures.html