Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
Add .gitignore and README
  • Loading branch information
hongrich committed Apr 9, 2010
0 parents commit fcda5a7
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
@@ -0,0 +1,12 @@
.DS_Store
*.swp
*~.nib

build/

*.pbxuser
*.perspective
*.perspectivev3

*.mode1v3
*.mode2v3
38 changes: 38 additions & 0 deletions README
@@ -0,0 +1,38 @@
Dashboard for iPad
==================

This application has just recently been rejected by Apple and now I am making it open source, so developers can install this on their iPad if they want.

Video Demo (3 different links, all the same video):

* http://vimeo.com/10515296
* http://www.youtube.com/watch?v=NBIlyC71oeo
* http://richhong.com/Dashboard/

Inspired by Apple's Dashboard application for Mac, Dashboard for iPad has been completely rewritten for iPad. It brings the ability of running multiple mini-applications, widgets, to all iPad users. With access to any of the existing Dashboard widgets for Mac available to download right within this application, you can quickly add several fun and functional widgets to your Dashboard.

Requirement
-----------

* Max OS X Snow Leopard 10.6.x
* Xcode 3.2.2
* iPhone SDK 3.2

Features
--------

* Runs existing Mac Dashboard widgets (see known issues below)
* Drag widgets by press and hold on a widget (dragging multiple widgets supported)
* Press and hold on widget icon to rearrange or remove. Press and hold again to exit edit mode
* Download new widgets from Apple's website
* Sync with iTunes

Known Issues
------------

* Not all of the widget object have been re-implemented
* Native plugins are not supported
* Widget transitions are buggy
* No ripple animation
* System calls are not supported (should give user warnings)
* Drag icons into the top view should open up a new widget

0 comments on commit fcda5a7

Please sign in to comment.