Squirrel / Squirrel.Mac

:shipit: Cocoa framework for updating OS X apps :shipit:
MIT License
1.59k stars 128 forks source link

How to update signed Mac Apps , identified by different identifiers in plist and Designated Requirement? #224

Open RiteshAdobe opened 6 years ago

RiteshAdobe commented 6 years ago

Hi ,

We have an urgent situation where-in we need to push our update for our mac app. The problem is that the identifier ( in DESIGNATED REQUIREMENT section) is different for both of them. We did not pass an explicit DESIGNATED REQUIREMENT and now we have run into this issue.

1) Is there any way we can push the update with different designated requirement's identifier?

2) Also, upon installing the update , the keychain access is asking for passwords. Any idea why so?

Any help would be highly appreciated.

Thanks