diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-04-10 10:47:35 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-04-10 10:47:35 -0400 |
| commit | a29f9a676a6ea3bad56ede05cd1a1c82ffbbe8e9 (patch) | |
| tree | 7e6e6bfb23390a64344fdfe2272a5da04c2dd97c /hooks/before_prepare | |
| parent | 42bc21f7d0b4acfeefa5f4c2708203be78f57778 (diff) | |
#219 - everything upgraded
Former-commit-id: 15f58d10df83feda8199a1b904433e625ef36b44
Diffstat (limited to 'hooks/before_prepare')
| -rwxr-xr-x | hooks/before_prepare/01_pp_hacks.sh | 14 |
1 files changed, 7 insertions, 7 deletions
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 "---------------------" |
