Skip to content

Instantly share code, notes, and snippets.

@blackjk3
Last active December 24, 2015 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blackjk3/6718377 to your computer and use it in GitHub Desktop.
Save blackjk3/6718377 to your computer and use it in GitHub Desktop.
PhoneGap basic startup
# Create Project
phonegap create ~/Documents/phonegap/ProjectName --id "com.kadrmasconcepts.projectname" --name "ProjectName"
# Add Platforms
cordova platform add ios
cordova prepare
# Add Plugins
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git
cordova plugin add git://github.com/blackjk3/PhoneGap-LowLatencyAudio-iOS.git
cordova plugin add git://github.com/j3k0/PhoneGap-InAppPurchase-iOS.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment