diff --git a/bin/templates/scripts/cordova/lib/copy-www-build-step.js b/bin/templates/scripts/cordova/lib/copy-www-build-step.js index e05aacf2a..647a49e82 100644 --- a/bin/templates/scripts/cordova/lib/copy-www-build-step.js +++ b/bin/templates/scripts/cordova/lib/copy-www-build-step.js @@ -48,12 +48,7 @@ try { process.exit(2); } -// Code signing files must be removed or else there are -// resource signing errors. shell.rm('-rf', dstWwwDir); -shell.rm('-rf', path.join(dstDir, '_CodeSignature')); -shell.rm('-rf', path.join(dstDir, 'PkgInfo')); -shell.rm('-rf', path.join(dstDir, 'embedded.mobileprovision')); // Copy www dir recursively var code;