After two days, finally realize the relationship between PhoneGap and Cordova, some say is webkit and Chrome relationship, but I personally understand, two things to do one more thing, another PHONEGAP was acquired by Apache, it seems there will not be PhoneGap, All are collectively referred to as Cordova.
I used the command line of PhoneGap and Cordova at the same time on my Mac machine, and I found that the functionality was basically the same, and the latter seemed to be more useful
First I need to install node. js, and I feel like it's a bit of a Microsoft Nuget, and then you can use node. js to install PhoneGap and Cordova, for the following API
Http://docs.phonegap.com/en/edge/guide_cli_index.md.html#The%20Command-Line%20Interface
Http://docs.phonegap.com/en/edge/guide_platforms_ios_index.md.html
$ sudo npm install -g cordova
Holiday!!!! Go back and write.
MAC Development PhoneGap Application, how to add plugin Barcodescaner