diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-12-13 10:25:24 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-12-13 10:25:24 -0500 |
| commit | 5ad1bf0d09f8d38bfe1ad7f4062b4bf370f805bd (patch) | |
| tree | 56d12566596d5d7ef90a084bfe1ac2875a7f6662 /hooks/before_prepare | |
| parent | 43eec08353dd9ad6a70ea8bc07e5ed2402e5df62 (diff) | |
we dont need this anymore. config xml has all updates
Diffstat (limited to 'hooks/before_prepare')
| -rwxr-xr-x | hooks/before_prepare/01_pp_hacks.sh | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/hooks/before_prepare/01_pp_hacks.sh b/hooks/before_prepare/01_pp_hacks.sh deleted file mode 100755 index 440d0316..00000000 --- a/hooks/before_prepare/01_pp_hacks.sh +++ /dev/null @@ -1,67 +0,0 @@ -#!/bin/sh - -exe() { echo "\$ $@" ; "$@" ; } - -# Custom stuff I need to do for zmNinja -echo --------------------------------------------------------- -echo Pliable Pixels build pre-preprocessing -echo Nothing to be done - everything has mooved to config.xml -echo ---------------------------------------------------------- - - - - -#echo "Copying custom sound" -#echo "---------------------" - -#if [ -d "platforms/android" ]; then -# exe mkdir -p platforms/android/res/raw/ -# exe cp www/sounds/blop.mp3 platforms/android/res/raw/ -# exe cp www/sounds/blop.caf platforms/ios/zmNinja/Resources -#else -# echo "Directory platforms/android does not exist, skipping..." -#fi - -#echo "Copying plist hack for iOS for non SSL connections" -#echo "--------------------------------------------------" -#if [ -d "platforms/ios/zmNinja" ]; then -# exe cp www/external/zmNinja-Info.plist.IOS9nonSSLPatch platforms/ios/zmNinja/zmNinja-Info.plist -#else -# echo "Directory platforms/ios/zmNinja does not exist, skipping..." -#fi - -#echo "Copying Android notification icons to resource dir" -#echo "--------------------------------------------------" -#if [ -d "platforms/android/res/" ]; then -# exe cp -R www/external/android-notification-icons/ platforms/android/res/ -# exe cp -f www/external/android-tv-banner/banner.png platforms/android/res/drawable - -#else -# echo "Directory platforms/android/res/ does not exist, skipping..." -#fi - -#echo "Copying Google services to android/app" -#echo "--------------------------------------------------" -#if [ -d "platforms/android" ]; then -# exe cp google-services.json platforms/android/app/ -#else -# echo "Directory platforms/android doesn't exist" -#fi - -#echo "Fixing insecure SSL permission problem" -#echo "--------------------------------------------------" -#if [ -d "platforms/android/CordovaLib/src/org/apache/cordova/engine" ]; then -# exe cp www/external/SystemWebViewClient.java platforms/android/CordovaLib/src/org/apache/cordova/engine -#else -# echo "Directory platforms/android/CordovaLib/src/org/apache/cordova/engine does not exist, skipping..." -#fi -#if [ -d "platforms/ios/zmNinja/Classes" ]; then -# exe cp www/external/AppDelegate.m platforms/ios/zmNinja/Classes/ -#else -# echo "Directory platforms/ios/zmNinja/Classes does not exist, skipping..." -#fi - - - - - |
