sparkle-project / Sparkle

A software update framework for macOS
https://sparkle-project.org
Other
7.37k stars 1.05k forks source link

Replace CFUUID* with NSUUID #2395

Closed Eitot closed 1 year ago

Eitot commented 1 year ago

This resolves a nullability warning by the static analyzer.

Misc Checklist

Testing

I have not tested these changes, but I have tested the NSUUID class and the UUIDString property. Unlike CFUUID*, NSUUID has _Nonnull annotations.

zorgiepoo commented 1 year ago

NSUUID behavior looks good over here. The unit tests also run through the dmg unarchiver path.