Skip to content

Commit

Permalink
Handling case where person wants to manually install iOS version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrence Ryan committed May 23, 2012
1 parent 7bf185d commit 8dada92
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@ An application for watching PhoneGap Build apps during development. To take a fe
The finished application is available at:

* [Google Play] (https://play.google.com/store/apps/details?id=com.terrenceryan.pgbwatcher)
* Apple App Store (In Review)


## Requirements
Requires a PhoneGap Build Account
Expand All @@ -26,4 +26,11 @@ http://developer.android.com/sdk/index.html

Basically in development with the ANT script and the SDK tool ADB you have the option of pushing
new content to PGB, waiting for it to build, downloading new app, and installing it on an attached
Android device.
Android device.

## iOS
At present this application cannot be added to the App Store. You can however build your own version
and run it on your device. To do:

* Get a Provision File for your own copy of the application at [Apple Developer Center] (https://developer.apple.com/)
* Build a version of this repository either in PhoneGap or PhoneGap Build using your provision file.

0 comments on commit 8dada92

Please sign in to comment.