NordicSemiconductor / IOS-DFU-Library

OTA DFU Library for Mac and iOS, compatible with nRF5x SoCs
http://www.nordicsemi.com
BSD 3-Clause "New" or "Revised" License
526 stars 215 forks source link

Modernised DFU Manifest #482

Closed dinesharjani closed 2 years ago

dinesharjani commented 2 years ago

Instead of NSObject, so Objective-C classes, these are now structs. They're also Codable(s), so we don't need to do the JSON dance ourselves. I'm sure there are many more parts inside the library that deserve this same treatment, but we can't do it all at once. This is a small step.

dinesharjani commented 2 years ago

Updated.

dinesharjani commented 2 years ago

Fixed last two issues (renamed Metadata)