Skip to content

Commit

Permalink
Version 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Jun 29, 2022
1 parent 9aee30b commit fbec1cb
Show file tree
Hide file tree
Showing 25 changed files with 629 additions and 606 deletions.
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- iOSDFULibrary (4.11.1):
- iOSDFULibrary (4.12.0):
- ZIPFoundation (= 0.9.11)
- ZIPFoundation (0.9.11)

Expand All @@ -15,9 +15,9 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
iOSDFULibrary: 3500ac00451aa7d8ec48a752e91099669a2c1d27
iOSDFULibrary: 9474d6f5a0db68abdbee465ef9274d549a67b2b3
ZIPFoundation: b1f0de4eed33e74a676f76e12559ab6b75990197

PODFILE CHECKSUM: 16697609d795697cac6384a823bc962ccbddb9d0

COCOAPODS: 1.10.2
COCOAPODS: 1.11.3
9 changes: 5 additions & 4 deletions Example/Pods/Local Podspecs/iOSDFULibrary.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,166 changes: 580 additions & 586 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
### Changelog
- **4.12.0**
- Bugfix: Issue with incorrect resuming Init Packet fixed (#485).
- Bugfix: Fixed crash when Calculate checksum reasponse was received instead of Select Object response (#483, #480).
- Improvement: JSON parsed using Codable (#482).
- Improvement: Newer custom test firmware (#484).
- Improvement: Option to specify central manager options (#478).

- **4.11.1**
- Improvement: Xcode 13 issue fixed (#455).

Expand Down
4 changes: 2 additions & 2 deletions iOSDFULibrary.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "iOSDFULibrary"
s.version = "4.11.1"
s.version = "4.12.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.
Expand All @@ -11,7 +11,7 @@ The nRF5x Series chips are flash-based SoCs, and as such they represent the most
s.authors = { "Aleksander Nowakowski" => "aleksander.nowakowski@nordicsemi.no" }
s.source = { :git => "https://github.com/NordicSemiconductor/IOS-DFU-Library.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/nordictweets'
s.swift_versions = ['4.2', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
s.swift_versions = ['4.2', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6']

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.14'
Expand Down

0 comments on commit fbec1cb

Please sign in to comment.