if pn was not enabled by user, do not show pn options

This commit is contained in:
Gabriel Bazán 2016-03-29 16:52:35 -04:00
commit 16dcb556e4
3 changed files with 8 additions and 4 deletions

View file

@ -97,6 +97,9 @@ if [ ! -d $PROJECT ]; then
cordova plugin add cordova-plugin-globalization
checkOK
cordova plugin add cordova.plugins.diagnostic
checkOK
cordova plugin add cordova-plugin-splashscreen
checkOK
@ -190,7 +193,7 @@ if [ $CURRENT_OS == "ANDROID" ]; then
# cp android/AndroidManifest.xml $PROJECT/platforms/android/AndroidManifest.xml
# checkOK
cp android/build-extras.gradle $PROJECT/platforms/android/build-extras.gradle
checkOK
@ -243,5 +246,3 @@ if [ $CURRENT_OS == "WP8" ]; then
checkOK
fi
fi