-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
2,058 additions
and
793 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "iOSDFULibrary" | ||
s.module_name = 'NordicDFU' | ||
s.version = "4.15.3" | ||
s.name = "NordicDFU" | ||
s.version = "4.16.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. | ||
|
@@ -12,7 +11,7 @@ The nRF5x Series chips are flash-based SoCs, and as such they represent the most | |
s.license = 'BSD 3-Clause' | ||
s.authors = { "Aleksander Nowakowski" => "[email protected]" } | ||
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.social_media_url = 'https://x.com/nordictweets' | ||
s.swift_versions = ['4.2', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8', '5.9'] | ||
|
||
s.ios.deployment_target = '12.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Test App/DFU Test Performer.xcodeproj/xcshareddata/xcschemes/DFU Test Performer.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
use_frameworks! | ||
target 'DFU Test Performer' do | ||
platform :ios, '12.0' | ||
pod 'iOSDFULibrary', :path => '../' | ||
end | ||
pod 'NordicDFU', :path => '../' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
PODS: | ||
- iOSDFULibrary (4.15.3): | ||
- NordicDFU (4.16.0): | ||
- ZIPFoundation (= 0.9.19) | ||
- ZIPFoundation (0.9.19) | ||
|
||
DEPENDENCIES: | ||
- iOSDFULibrary (from `../`) | ||
- NordicDFU (from `../`) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- ZIPFoundation | ||
|
||
EXTERNAL SOURCES: | ||
iOSDFULibrary: | ||
NordicDFU: | ||
:path: "../" | ||
|
||
SPEC CHECKSUMS: | ||
iOSDFULibrary: ef7e1fbb3fc7a5fabd106297a9cd0e775bcfcec6 | ||
NordicDFU: 116a4ec458945889f8e0e71759e03b23c39c3482 | ||
ZIPFoundation: b8c29ea7ae353b309bc810586181fd073cb3312c | ||
|
||
PODFILE CHECKSUM: ae4b20f609dc65f886ce92e7f350ae5ef1fa65ca | ||
PODFILE CHECKSUM: 9a7e01b8ffa6bf429152c8dacc8e138552ed18aa | ||
|
||
COCOAPODS: 1.15.2 | ||
COCOAPODS: 1.16.2 |
9 changes: 4 additions & 5 deletions
9
...Local Podspecs/iOSDFULibrary.podspec.json → ...ods/Local Podspecs/NordicDFU.podspec.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.