Skip to content

Instantly share code, notes, and snippets.

@lucaspiller
Last active August 24, 2017 06:25
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lucaspiller/8194862 to your computer and use it in GitHub Desktop.
Save lucaspiller/8194862 to your computer and use it in GitHub Desktop.
Building Blink on OS X
@justinlyman
Copy link

This helped a ton, thanks!

@alanruttenberg
Copy link

Wouldn't build for me unless I set the target architecture to i386 only. x86_64 got link errors.
Thanks for this!

@rhuddleston
Copy link

Had to do this as well:

sudo pip install growl-py
cp /Library/Python/2.7/site-packages/Growl.py Distribution/Resources/lib/

• If you want to change "Blink Beta" to just Blink change Blink.app/Contents/Info.plist
• If you want to avoid the annoying prompts every time you launch the app asking if it's okay to accept incoming connection run this "sudo codesign --force --sign - Blink.app/"

@thunfischbrot
Copy link

Updated the instructions for OS X Mavericks Version 10.10.1
https://gist.github.com/thunfischbrot/69ebf35bdc5b0f6dc1b0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment