From 4cce828af261106a99dce831d235625b84b1cf7b Mon Sep 17 00:00:00 2001 From: KrauseFx Date: Mon, 15 Jun 2015 14:23:02 +0700 Subject: [PATCH] Updated README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49e2a88..c8b9270 100644 --- a/README.md +++ b/README.md @@ -125,13 +125,18 @@ If you need the provisioning profile to be renewed regardless of its state use t sigh --force -By default, ```sigh``` will include all certificates on development profiles, and first certificate on other types. If you need to specify which certificate to use you can either use the environment variable `SIGH_CERTIFICATE`, or pass the name or expiry date of the certificate as argument: +By default, `sigh` will include all certificates on development profiles, and first certificate on other types. If you need to specify which certificate to use you can either use the environment variable `SIGH_CERTIFICATE`, or pass the name or expiry date of the certificate as argument: sigh -c "SunApps GmbH" -Or identify be expire date if you're using the same names for multiple certificates +# Repair + +`sigh` can automatically repair all your existing provisioning profiles which are expired or just invalid. + +All you have to do is + + sigh repair - sigh -d "Nov 11, 2017" # Resign