-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
Description
I had an older, expired, ad hoc provisioning profile in my ~/Library/MobileDevice/Provisioning Profiles directory that matched the bundle identifier for my target. I did not have the more recently generated (not expired) profile in that directory when I ran codesigndoc the first time.
codesigndoc picked up the expired profile and didn't report any issues with it. After putting the non-expired profile in place (via opening with Xcode), codesigndoc picked up both the expired and non-expired profile during the export process.
It should be fairly simple to add a check for provisioning profile expiration in a similar fashion to the check for certificate expiration. Would this cause any issues?