You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/01/30 08:48:31 UTC

[cordova-ios] branch master updated: GH-407: remove removing certificates functions in xcode post scripts (#508)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git


The following commit(s) were added to refs/heads/master by this push:
     new a5e2fba  GH-407: remove removing certificates functions in xcode post scripts (#508)
a5e2fba is described below

commit a5e2fbaaa4d3e75e6cf10135569e58826dc29d47
Author: Ken Naito <fi...@gmail.com>
AuthorDate: Wed Jan 30 17:48:26 2019 +0900

    GH-407: remove removing certificates functions in xcode post scripts (#508)
    
    * remove functions removing certificates in .app package
    * remove comments in copy-www-build-step.js
---
 bin/templates/scripts/cordova/lib/copy-www-build-step.js | 5 -----
 1 file changed, 5 deletions(-)

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 e05aacf..647a49e 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;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org