From a767562f63cd96c40083c4e3ad87510d400edfd6 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Tue, 5 Dec 2023 18:37:34 +0100 Subject: [PATCH] Version 4.14.0 --- Test App/Podfile.lock | 4 ++-- Test App/Pods/Local Podspecs/iOSDFULibrary.podspec.json | 4 ++-- Test App/Pods/Manifest.lock | 4 ++-- .../ResourceBundle-PrivacyInfo-iOSDFULibrary-Info.plist | 2 +- .../iOSDFULibrary/iOSDFULibrary-Info.plist | 2 +- iOSDFULibrary.podspec | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Test App/Podfile.lock b/Test App/Podfile.lock index d441c077..91aab4b7 100644 --- a/Test App/Podfile.lock +++ b/Test App/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - iOSDFULibrary (4.13.0): + - iOSDFULibrary (4.14.0): - ZIPFoundation (= 0.9.16) - ZIPFoundation (0.9.16) @@ -15,7 +15,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - iOSDFULibrary: 33908abb48656bcf9e69f8b65fc16ac44af80690 + iOSDFULibrary: 02e43ad33fb80b8d50f94900c5bdd807ababc15d ZIPFoundation: d170fa8e270b2a32bef9dcdcabff5b8f1a5deced PODFILE CHECKSUM: ae4b20f609dc65f886ce92e7f350ae5ef1fa65ca diff --git a/Test App/Pods/Local Podspecs/iOSDFULibrary.podspec.json b/Test App/Pods/Local Podspecs/iOSDFULibrary.podspec.json index 14779934..640e5047 100644 --- a/Test App/Pods/Local Podspecs/iOSDFULibrary.podspec.json +++ b/Test App/Pods/Local Podspecs/iOSDFULibrary.podspec.json @@ -1,7 +1,7 @@ { "name": "iOSDFULibrary", "module_name": "NordicDFU", - "version": "4.13.0", + "version": "4.14.0", "summary": "This repository contains a library to perform Device Firmware Update on the nRF5x devices.", "description": "The nRF5x Series chips are flash-based SoCs, and as such they represent the most flexible solution available. A key feature of the nRF5x Series and their associated software architecture and S-Series SoftDevices is the possibility for Over-The-Air Device Firmware Upgrade (OTA-DFU). See Figure 1. OTA-DFU allows firmware upgrades to be issued and downloaded to products in the field via the cloud and so enables OEMs to fix bugs and introduce new features to products that are already out on the market. This brings added security and flexibility to product development when using the nRF5x Series SoCs.", "homepage": "https://github.com/NordicSemiconductor/IOS-DFU-Library", @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/NordicSemiconductor/IOS-DFU-Library.git", - "tag": "4.13.0" + "tag": "4.14.0" }, "social_media_url": "https://twitter.com/nordictweets", "swift_versions": [ diff --git a/Test App/Pods/Manifest.lock b/Test App/Pods/Manifest.lock index d441c077..91aab4b7 100644 --- a/Test App/Pods/Manifest.lock +++ b/Test App/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - iOSDFULibrary (4.13.0): + - iOSDFULibrary (4.14.0): - ZIPFoundation (= 0.9.16) - ZIPFoundation (0.9.16) @@ -15,7 +15,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - iOSDFULibrary: 33908abb48656bcf9e69f8b65fc16ac44af80690 + iOSDFULibrary: 02e43ad33fb80b8d50f94900c5bdd807ababc15d ZIPFoundation: d170fa8e270b2a32bef9dcdcabff5b8f1a5deced PODFILE CHECKSUM: ae4b20f609dc65f886ce92e7f350ae5ef1fa65ca diff --git a/Test App/Pods/Target Support Files/iOSDFULibrary/ResourceBundle-PrivacyInfo-iOSDFULibrary-Info.plist b/Test App/Pods/Target Support Files/iOSDFULibrary/ResourceBundle-PrivacyInfo-iOSDFULibrary-Info.plist index 22b0eacc..53099f43 100644 --- a/Test App/Pods/Target Support Files/iOSDFULibrary/ResourceBundle-PrivacyInfo-iOSDFULibrary-Info.plist +++ b/Test App/Pods/Target Support Files/iOSDFULibrary/ResourceBundle-PrivacyInfo-iOSDFULibrary-Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 4.13.0 + 4.14.0 CFBundleSignature ???? CFBundleVersion diff --git a/Test App/Pods/Target Support Files/iOSDFULibrary/iOSDFULibrary-Info.plist b/Test App/Pods/Target Support Files/iOSDFULibrary/iOSDFULibrary-Info.plist index 6670bed3..8afb3e66 100644 --- a/Test App/Pods/Target Support Files/iOSDFULibrary/iOSDFULibrary-Info.plist +++ b/Test App/Pods/Target Support Files/iOSDFULibrary/iOSDFULibrary-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.13.0 + 4.14.0 CFBundleSignature ???? CFBundleVersion diff --git a/iOSDFULibrary.podspec b/iOSDFULibrary.podspec index b663748c..9135c6e6 100644 --- a/iOSDFULibrary.podspec +++ b/iOSDFULibrary.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "iOSDFULibrary" s.module_name = 'NordicDFU' - s.version = "4.13.0" + s.version = "4.14.0" s.summary = "This repository contains a library to perform Device Firmware Update on the nRF5x devices." s.description = <<-DESC The nRF5x Series chips are flash-based SoCs, and as such they represent the most flexible solution available. A key feature of the nRF5x Series and their associated software architecture and S-Series SoftDevices is the possibility for Over-The-Air Device Firmware Upgrade (OTA-DFU). See Figure 1. OTA-DFU allows firmware upgrades to be issued and downloaded to products in the field via the cloud and so enables OEMs to fix bugs and introduce new features to products that are already out on the market. This brings added security and flexibility to product development when using the nRF5x Series SoCs.