Skip to content

Commit

Permalink
Merge pull request #424 from NordicSemiconductor/develop
Browse files Browse the repository at this point in the history
Versino 4.10.3
  • Loading branch information
philips77 authored May 6, 2021
2 parents 0ad1677 + 2b540b4 commit 5e41c21
Show file tree
Hide file tree
Showing 17 changed files with 13 additions and 29 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- iOSDFULibrary (4.10.2):
- iOSDFULibrary (4.10.3):
- ZIPFoundation (= 0.9.11)
- ZIPFoundation (0.9.11)

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

SPEC CHECKSUMS:
iOSDFULibrary: 1887af06ea6ad34a9ac40880cf5e8147674999b0
iOSDFULibrary: 7aade51a907d01ca9a87055003cd232b09efd78f
ZIPFoundation: b1f0de4eed33e74a676f76e12559ab6b75990197

PODFILE CHECKSUM: 16697609d795697cac6384a823bc962ccbddb9d0
Expand Down
10 changes: 2 additions & 8 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.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

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.

3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### Changelog
- **4.10.3**
- Project compilation available for Arm Simulators (#423).

- **4.10.2**
- Bugfix: Fixed compilation issue in Xcode 12.4 ([#417](https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/issues/417)).

Expand Down
7 changes: 2 additions & 5 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.10.2"
s.version = "4.10.3"
s.summary = "This repository contains a tested library for iOS 9+ devices 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 @@ -21,8 +21,5 @@ The nRF5x Series chips are flash-based SoCs, and as such they represent the most
s.source_files = 'iOSDFULibrary/Classes/**/*'

s.dependency 'ZIPFoundation', '= 0.9.11'

# Regarding the lines below see: https://stackoverflow.com/a/63955114/2115352
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

end

0 comments on commit 5e41c21

Please sign in to comment.