GitXplorerGitXplorer
s

cheddar-mac

public
255 stars
73 forks
23 issues

Commits

List of commits on branch master.
Unverified
4448c1dae2a474c314d9590c3a106a0fdbc6c95d

Update Readme.markdown

ssoffes committed 11 years ago
Unverified
e2b35633074a16bff7698e8277b4c3f42d558f06

Fix building with the latest CheddarKit

ssoffes committed 12 years ago
Unverified
ac33ef9518ba39a484e1b22aa4ddc3c4ae3ded85

Update version

ssoffes committed 12 years ago
Unverified
416b62769d599e9f9859e8d259d4b47827f74cf9

Handle no plus

ssoffes committed 12 years ago
Unverified
43a634060f340820ae6a80ccbed652a28fbf0867

Merge pull request #68 from willpragnell/master

ssoffes committed 12 years ago
Unverified
d77750f4e7ded95716c177bc58c65b26912c8ed8

DRY out rakefile a little bit

ggoonzoid committed 12 years ago

README

The README file for this repository.

Cheddar for Mac

Important: Cheddar for Mac is no longer maintained by Nothing Magical. It has been sold. Going forward, Cheddar is no longe open source since the new owner has choosen to keep it private. This will remain as an archive of the previous version that was open source. Everything should still work. Thank you to everyone for your support as I built Cheddar. Seriously. Thank you.


Cheddar for Mac is the Mac application for Cheddar, a simple & instant task manager.

Note: I haven't had time to setup good tools for third-party developers to hack on Cheddar for Mac yet. I need to spend time and implement the web flow since only official apps can use the username and password OAuth flow. Also, the sparkle branch has a lot of differences than master. I want to merge it back in and #ifdef all of the Sparkle stuff so it's easy to keep doing betas.

Getting Started

Run the following commands to get start:

$ git clone https://github.com/nothingmagical/cheddar-mac.git
$ cd cheddar-mac
$ rake setup

Now open the Xcode project and build. You will see one error telling you to fill in your API credentials. If you don't already have API credentials, head over to the Cheddar developer site.

Why is this open source?

This is open source since the app is free already. It is intended to be a source of sample code for everyone to benefit from. You can make cool apps that use Cheddar and I hopefully get more users because you built something awesome.

Also, if you want to help out and fix some bugs, I'll love you forever. Maybe you'll even get a shirt or something :)

License

Cheddar for Mac is released under the Simplified BSD License.

While it is not strictly forbidden by the license, I would greatly appreciate it if you didn't redistribute this app exactly the way it is in the App Store. There's nothing stopping you, but don't please be a jerk.

Contributing

If you want to fix bugs, I'll love you forever! If you want to add some features, I may not merge it. I'm sure it will be awesome, but defending Cheddar's simplicity is my upmost duty. If you're feeling like implementing a feature, check out the issues for things tagged with "feature".