millenomi / swapkit

SwapKit facilitates IPC between iPhone applications on iPhone OS 3 and later.
http://infinite-labs.net/swapkit
Other
76 stars 3 forks source link

Duplicate registration item on version downgrade. #9

Closed millenomi closed 14 years ago

millenomi commented 14 years ago

When downgrading an application (ie 1.1 -> 1.0), the registration code in [ILSwapService registerWithAttributes:] may produce a duplicate registration item. The code in -applicationRegistrations should use this over any previous reg item, avoiding semantic trouble, but it's still undesirable.

millenomi commented 14 years ago

Also see #10. The duplicate may not be overwritten by the reg updating mechanism and used over the most recent version.

millenomi commented 14 years ago

2b2562714ec04830a565d7d72e69e3caadd844dd should fix this.