Skip to content

Commit 7824fa6

Browse files
committed
Version 4.15.1
1 parent 6787f4e commit 7824fa6

File tree

11 files changed

+16
-13
lines changed

11 files changed

+16
-13
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2019, Nordic Semiconductor
3+
Copyright (c) 2019-2024, Nordic Semiconductor
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DFU application allows to flash new firmware on the DK. The process has three st
55
2. Selecting BLE device with open bootloader.
66
3. Starting firmware upload.
77

8-
Settings screen allows to change the DFU library parameters used for uploading firmawre.
8+
Settings screen allows to change the DFU library parameters used for uploading firmware.
99

1010
<img src="App/fastlane/screenshots/en-US/iPhone 8 Plus-01Devices.png" width="300"> <img src="App/fastlane/screenshots/en-US/iPhone 8 Plus-02Settings.png" width="300">
1111

Test App/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- iOSDFULibrary (4.15.0):
2+
- iOSDFULibrary (4.15.1):
33
- ZIPFoundation (= 0.9.18)
44
- ZIPFoundation (0.9.18)
55

@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
:path: "../"
1616

1717
SPEC CHECKSUMS:
18-
iOSDFULibrary: 6f8c127b205b3887a41b55956d70b855d4987945
18+
iOSDFULibrary: 193e7f25f2fb55a30e71a8f290ab111aca1e874b
1919
ZIPFoundation: fa9ae5af13b7cf168245f24d1c672a4fb972e37f
2020

2121
PODFILE CHECKSUM: ae4b20f609dc65f886ce92e7f350ae5ef1fa65ca

Test App/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.

Test App/Pods/Manifest.lock

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

Test App/Pods/Target Support Files/Pods-DFU Test Performer/Pods-DFU Test Performer-acknowledgements.markdown

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

Test App/Pods/Target Support Files/Pods-DFU Test Performer/Pods-DFU Test Performer-acknowledgements.plist

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

Test App/Pods/Target Support Files/iOSDFULibrary/ResourceBundle-PrivacyInfo-iOSDFULibrary-Info.plist

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

Test App/Pods/Target Support Files/iOSDFULibrary/iOSDFULibrary-Info.plist

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

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
### Changelog
2+
- **4.15.1**
3+
- Bugfix: Adding missing privacy manifests keys (#533).
4+
25
- **4.15.0**
36
- Fix [security vulnerability](https://github.com/weichsel/ZIPFoundation/issues/281) in ZipFoundation (#527, #530).
47

0 commit comments

Comments
 (0)