Skip to content

Commit

Permalink
GH-407: remove removing certificates functions in xcode post scripts (#…
Browse files Browse the repository at this point in the history
…508)

* remove functions removing certificates in .app package
* remove comments in copy-www-build-step.js
  • Loading branch information
knight9999 authored and erisu committed Jan 30, 2019
1 parent 11b136c commit a5e2fba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/templates/scripts/cordova/lib/copy-www-build-step.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a5e2fba

Please sign in to comment.