mohakapt / Stringz

A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.
https://github.com/mohakapt/Stringz
GNU General Public License v3.0
951 stars 46 forks source link

Bugfix: Updater crash #40

Closed MauriceArikoglu closed 1 year ago

MauriceArikoglu commented 1 year ago

The Updater implementation was not working, as the SPUStandardUpdaterController was never initialized, this led to an unexpected nil crash (force unwrap). Also the interface did not reflect the user preference state as no IBOutlets were connected, this is also fixed.