Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #19 from tf/patch-1
Browse files Browse the repository at this point in the history
Mention StoreKit.framework dependency in iPhone/InAppPurchaseManager/READ
  • Loading branch information
shazron committed May 27, 2011
2 parents 209fbcf + a319486 commit 89cb0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iPhone/InAppPurchaseManager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Allows In-App Purchases to be made from Phonegap. Wraps StoreKit.

## Adding the Plugin to your project ##

Copy the .h and .m file to the Plugins directory in your project. Copy the .js file to your www directory and reference it from your html file(s).
Copy the .h and .m file to the Plugins directory in your project. Copy the .js file to your www directory and reference it from your html file(s). Finally, add StoreKit.framework to your Xcode project if you haven't already.


## Using the plugin ##
Expand Down

0 comments on commit 89cb0b8

Please sign in to comment.