Skip to content

Instantly share code, notes, and snippets.

@odra
Created February 5, 2016 18:35
Show Gist options
  • Save odra/0df356bc2a28f0ff8056 to your computer and use it in GitHub Desktop.
Save odra/0df356bc2a28f0ff8056 to your computer and use it in GitHub Desktop.
#!/bin/sh
(cordova plugin add https://github.com/apache/cordova-plugin-whitelist.git;
cordova plugin add cordova-plugin-splashscreen;
cordova plugin add cordova-plugin-inappbrowser@~1.2.0;
cordova plugin add cordova-plugin-camera;
cordova plugin add ionic-plugin-keyboard;
cordova plugin add https://github.com/danwilson/google-analytics-plugin.git;
cordova plugin add cordova-plugin-console;
cordova plugin add cordova-plugin-geolocation;
ccordova plugin add ordova-plugin-device;
cordova plugin add https://github.com/phonegap-build/PushPlugin.git;
cordova plugin add cordova-plugin-network-information;
cordova plugin add https://github.com/odra/phonegap-facebook-plugin \
--variable APP_ID=APPID \
--variable APP_NAME=APPNAME;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment