From f7865cd607f7ef49aa1f6a6719bdfa552799e469 Mon Sep 17 00:00:00 2001 From: Julian Steenbakker Date: Mon, 13 Feb 2023 17:01:40 +0100 Subject: [PATCH] release of v6.0.0 --- CHANGELOG.md | 8 ++++-- .../android/app/src/main/AndroidManifest.xml | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 4 +-- example/ios/Runner.xcodeproj/project.pbxproj | 28 +++++++++++++------ example/ios/Runner/Info.plist | 2 ++ example/pubspec.yaml | 6 ++-- ios/Classes/NordicDfuPlugin.swift | 14 ---------- lib/src/ios_special_parameter.dart | 17 +++++------ pubspec.yaml | 2 +- 9 files changed, 43 insertions(+), 40 deletions(-) delete mode 100644 ios/Classes/NordicDfuPlugin.swift diff --git a/CHANGELOG.md b/CHANGELOG.md index 541e496..761cb4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ -## 5.3.0 -[Android] Add dataDelay and numberOfRetries parameters to androidSpecialParameter. +## 6.0.0 +macOS is now supported! The configuration is the same as for iOS. + +Other changes: +* [Android] Add dataDelay and numberOfRetries parameters to androidSpecialParameter. +* [iOS] packetReceiptNotificationParameter parameter is added. Set this to 1 if you get error 308. ## 5.2.1 [Android] revert kotlin 1.8.0 to 1.7.10 due to compatibility issues. diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index 7913e01..f6a4aa8 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="dev.steenbakker.nordic_dfu_example">