A RubyMotion Mac application.
This is a system bar application that fetches the top items from HackerNews every 5 minutes. Clicking on the link will take you to the linked URL.
The application will remember which links you've clicked before and indicate it with a ✔
!
- XCode 5 with current Mac SDK.
- You must have a registered and licensed copy or RubyMotion on your computer. If you do not, you will need to purchase a license here. You should always be running the most recent version of RubyMotion.
cd
into the directory and run bundle update
From there, use the make
command to build the app. There are a few make
options:
make run
- builds the app and runs it.make runclean
- cleans all targets before running.make build
- builds the app for distribution.make release
- builds the app for app store release.