Created
February 5, 2016 18:35
-
-
Save odra/0df356bc2a28f0ff8056 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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