add installation note to ios pushnotification readme

This commit is contained in:
Max Ogden
2011-12-16 14:29:13 -08:00
parent 47f64eb1dd
commit 30fd391824

View File

@@ -1,6 +1,6 @@
# Install
* Copy the sample AppDelegate.h/m files from the sample into your project (they replace the autogenerated files)
* Add the PushNotification related code from the included AppDelegate files to your project's AppDelegate (see https://github.com/phonegap/phonegap-plugins/commit/47f64eb1dd4b2ca2c2999c022c54b0a3e6726cd2 for a diff)
* Include PushNotification.js in your WWW folder
* Add PushNotification.h/m in the Plugins folder
* Add key "pushnotification" and value "PushNotification" (case-sensitive) to the plugins list in PhoneGap.plist