From a29f9a676a6ea3bad56ede05cd1a1c82ffbbe8e9 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sun, 10 Apr 2016 10:47:35 -0400 Subject: #219 - everything upgraded Former-commit-id: 15f58d10df83feda8199a1b904433e625ef36b44 --- hooks/before_prepare/01_pp_hacks.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'hooks') diff --git a/hooks/before_prepare/01_pp_hacks.sh b/hooks/before_prepare/01_pp_hacks.sh index 49b5f4a4..0dea4bc7 100755 --- a/hooks/before_prepare/01_pp_hacks.sh +++ b/hooks/before_prepare/01_pp_hacks.sh @@ -8,13 +8,13 @@ echo Pliable Pixels build pre-preprocessing echo ---------------------------------------------------- echo Curr Dir: `pwd` -if [ -d "plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/" ]; then - echo "Copying Modified GCMIntentService for custom sound" - exe cp www/external/GCMIntentService.java plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/ - exe cp www/external/GCMIntentService.java platforms/android/src/com/adobe/phonegap/push -else - echo "Directory plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/ does not exist, skipping..." -fi +#if [ -d "plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/" ]; then +# echo "Copying Modified GCMIntentService for custom sound" +# exe cp www/external/GCMIntentService.java plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/ +# exe cp www/external/GCMIntentService.java platforms/android/src/com/adobe/phonegap/push +#else +# echo "Directory plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/ does not exist, skipping..." +#fi echo "Copying custom sound" echo "---------------------" -- cgit v1.2.3