diff --git a/.gitignore b/.gitignore index 2a1e305..2774635 100644 --- a/.gitignore +++ b/.gitignore @@ -177,6 +177,10 @@ cython_debug/ .??*.swp ws +# Apple + +.DS_Store + # pEp local.conf diff --git a/src/unpack.cc b/src/unpack.cc index 57905c1..63e95db 100644 --- a/src/unpack.cc +++ b/src/unpack.cc @@ -224,9 +224,6 @@ namespace SignedPackage { verify_distribution_signature(target_path / "DIST.A", target_path / "DIST.SIG", deployment_key); - decrypt_distribution_archive(target_path / "DIST.A", - target_path / "DIST.KEY", provisioning_key); - return target_path; }