Posts

Showing posts from August, 2012

Drawing in Graphiti

Image
It seems Eclipse Graphiti is really popular lately. Germany is using it to build cars, Engineers in India are getting to speed with it as well. Finally I made a try as well and fell in love with the simple APIs and helpful docs. The only thing that struck me is that most diagram editors out there are used mostly to draw just boxes and connections between them. Is that really all you can do!?!?? Ok so you here's what I did, a simple drawing tool in Graphiti: Click below to see it in action! And Fork it on Github Youtube video:

Trouble signing Apps for OSX Mountain Lion

Image
If you're building desktop Apps for OSX, chances are you'll need or you're already working on getting them signed with Apple's certificate. Otherwise your users might see this, starting with Mountain Lion: I just signing few apps and scored new items in my erroropedia: Error 1: "Error signing data" $ productsign --sign 'Developer ID Application: YourCompany' from.pkg to.pkg productsign: signing product with identity "Developer ID Application: YourCompany" from keychain /Users/user/Library/Keychains/login.keychain Error signing data. productsign: error: Failed to sign the product. Reason: keychain is locked for access from SSH. Try security unlock-keychain -p You might also need to enable access to certificate private key for all applications: Error 2: "MyApp.app: object file format unrecognized, invalid, or unsuitable" One solution that worked for me: export CODESIGN_ALLOCATE="/Applications/Xcode.app/Cont