Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

facebookarchive/TodoOSX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Archive] OS X Todo

Note: This repository is not under active development.

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.