NordicSemiconductor / IOS-nRF-Connect-Device-Manager

A mobile management library for devices supporting nRF Connect Device Manager.
https://www.nordicsemi.com/Software-and-tools/Software/nRF-Connect-SDK
Apache License 2.0
90 stars 41 forks source link

Fix for #87 : use backward compatible optional unwrapping assignment syntax #98

Closed jazzychad closed 1 year ago

jazzychad commented 1 year ago

Using the new optional unwrapping assignment syntax is not backward compatible for people using older Xcode/swift compiler versions. This fix uses the previous common syntax which is still valid for the newer Xcode/swift compilers.

Fixes Issue #87

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

dinesharjani commented 1 year ago

Sorry it took me this long to have a look. Please feel free to assign me next time.