Skip to content

mtownsen/TodoOSX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS X Todo

This is a sample application that showcases the Parse iOS / OS X SDK. It contains an Objective-C solution that shows how easy it is to get started creating and storing data using Parse as your backend for your Cocoa application. It's targeted at 10.7, but the Parse SDK supports apps back to 10.6.

How to Run

  1. Clone the repository and open the Xcode project at TodoList.xcodeproj.

  2. Create an app at Parse.

  3. Copy your new app's application id and client key into TDAppDelegate.m:

[Parse setApplicationId:@"APPLICATION_ID" clientKey:@"CLIENT_KEY"];
  1. Build and run.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published