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
525 stars 214 forks source link

Your package includes ZIPFoundation version 0.9.18 but should pickup 0.9.19 which includes privacy manifests fix #535

Closed TanvirShirazi closed 6 months ago

TanvirShirazi commented 6 months ago

Your NordicDFU package includes ZIPFoundation version 0.9.18 but should pickup 0.9.19 which includes privacy manifests fix otherwise users of NordicDFU will get privacy manifest issue from Apple

Current:

 .package(url: "https://github.com/weichsel/ZIPFoundation", exact: "0.9.18")

Should be updated to 0.9.19 which includes privacy manifests fix.

philips77 commented 6 months ago

Fixed and released as 4.15.3. Thank you for creating the issue!