Skip to content

Commit 8f935c6

Browse files
authored
Merge pull request #450 from NordicSemiconductor/repo-rename
Repo renamed to IOS-DFU-Library
2 parents 76b1906 + c6c3cc7 commit 8f935c6

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Example/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
:path: "../"
1616

1717
SPEC CHECKSUMS:
18-
iOSDFULibrary: ca2a4da1f1680fe4957b0a33ad605c9e10f7ae7c
18+
iOSDFULibrary: 65f745d4224ac06625d60b3fc51aad2dec60346a
1919
ZIPFoundation: b1f0de4eed33e74a676f76e12559ab6b75990197
2020

2121
PODFILE CHECKSUM: 16697609d795697cac6384a823bc962ccbddb9d0

Example/Pods/Local Podspecs/iOSDFULibrary.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/iOSDFULibrary/View Controllers/DFUViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class DFUViewController: UIViewController, CBCentralManagerDelegate, DFUServiceD
208208
dfuInitiator.dataObjectPreparationDelay = 0.4 // sec
209209

210210
// Uncomment if you don't want resume feature in Secure DFU.
211-
// See: https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/pull/264
211+
// See: https://github.com/NordicSemiconductor/IOS-DFU-Library/pull/264
212212
// dfuInitiator.disableResume = true
213213

214214
// Uncomment only if Legacy DFU is us using address+1 in bootloader mode.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pod install
3232
- Create a new **Cartfile** in your project's root with the following contents
3333

3434
```ogld
35-
github "NordicSemiconductor/IOS-Pods-DFU-Library" ~> x.y //Replace x.y with your required version
35+
github "NordicSemiconductor/IOS-DFU-Library" ~> x.y //Replace x.y with your required version
3636
```
3737

3838
- Build with carthage
@@ -55,7 +55,7 @@ let package = Package(
5555
name: "<Your Product Name>",
5656
dependencies: [
5757
.package(
58-
url: "https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library",
58+
url: "https://github.com/NordicSemiconductor/IOS-DFU-Library",
5959
.upToNextMajor(from: "<Desired Version, e.g. 4.11.0>")
6060
)
6161
],
@@ -149,7 +149,7 @@ The library is compatible with nRF51 and nRF52 devices with S-Series Soft Device
149149
* **SDK 14.0.0** - Buttonless DFU no longer experimental. New buttonless characteristic added for bonded devices (requires bond, cache cleaning relies on Service Changed indication).
150150
* **SDK 15.0.0** - Support for higher MTUs added.
151151

152-
This library is fully backwards compatible and supports both the new and legacy DFU. The experimental buttonless DFU service from SDK 12 is supported since version 1.1.0. Due to the fact, that this experimental service from SDK 12 is not safe, you have to set [enableUnsafeExperimentalButtonlessServiceInSecureDfu](https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/blob/master/iOSDFULibrary/Classes/Implementation/DFUServiceInitiator.swift#L296) to true to enable it, this is off by default. Read the method documentation for details. It is recommended to use the Buttonless service from SDK 13 (for non-bonded devices, or 14 for bonded). Both are supported since DFU Library 1.3.0.
152+
This library is fully backwards compatible and supports both the new and legacy DFU. The experimental buttonless DFU service from SDK 12 is supported since version 1.1.0. Due to the fact, that this experimental service from SDK 12 is not safe, you have to set [enableUnsafeExperimentalButtonlessServiceInSecureDfu](https://github.com/NordicSemiconductor/IOS-DFU-Library/blob/master/iOSDFULibrary/Classes/Implementation/DFUServiceInitiator.swift#L296) to true to enable it, this is off by default. Read the method documentation for details. It is recommended to use the Buttonless service from SDK 13 (for non-bonded devices, or 14 for bonded). Both are supported since DFU Library 1.3.0.
153153

154154
Check platform folders for mode details about compatibility for each library.
155155

documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To include the library in your project do one of those options:
5454
pod install
5555
```
5656

57-
**Notice:** Our Cocoapods releases will always be the exact same version as this repository. you may [follow our pod repository here](http://github.com/NordicSemiconductor/IOS-Pods-DFU-Library).
57+
**Notice:** Our Cocoapods releases will always be the exact same version as this repository. you may [follow our pod repository here](http://github.com/NordicSemiconductor/IOS-DFU-Library).
5858

5959
2. Include the library as a precompiled framework:
6060

@@ -149,4 +149,4 @@ Check the nRF Toolbox project ([here](https://github.com/NordicSemiconductor/IOS
149149

150150
### Issues
151151

152-
Please, submit all issues to the iOS Pods DFU Library [here](https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/issues "Issues").
152+
Please, submit all issues to the iOS Pods DFU Library [here](https://github.com/NordicSemiconductor/IOS-DFU-Library/issues "Issues").

iOSDFULibrary.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Pod::Spec.new do |s|
66
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.
77
DESC
88

9-
s.homepage = "https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library"
9+
s.homepage = "https://github.com/NordicSemiconductor/IOS-DFU-Library"
1010
s.license = 'BSD 3-Clause'
1111
s.authors = { "Aleksander Nowakowski" => "[email protected]" }
12-
s.source = { :git => "https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library.git", :tag => s.version.to_s }
12+
s.source = { :git => "https://github.com/NordicSemiconductor/IOS-DFU-Library.git", :tag => s.version.to_s }
1313
s.social_media_url = 'https://twitter.com/nordictweets'
1414
s.swift_versions = ['4.2', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
1515

0 commit comments

Comments
 (0)