Skip to content

4.14.0

Compare
Choose a tag to compare
@philips77 philips77 released this 07 Dec 10:47
· 22 commits to main since this release
9e8be83

Breaking changes

  • When using CocoaPods, the module name has changed from iOSDFULibrary to NordicDFU to match one used in SPM. The Pod name has not changed. Migrate by replacing:
    import iOSDFULibrary
    to:
    import NordicDFU
  • Folders names have changed (this should not have any impact on apps using the DFU as a dependency):
    • Example changed to Test App
    • Now project created for the library files only (in root folder)
      • Tests moved from Test App to the new project
    • iOSDFULibrary renamed to Library

What's Changed

New Contributors

Full Changelog: 4.13.0...4.14.0