Skip to content

Commit 2db0d4f

Browse files
authored
Merge pull request #536 from NordicSemiconductor/bugfix/zip-foundation
ZipFoundation migrated to 0.9.19 - fixed PrivacyInfo
2 parents 2361551 + 4afaedb commit 2db0d4f

File tree

12 files changed

+417
-294
lines changed

12 files changed

+417
-294
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
.library(name: "NordicDFU", targets: ["NordicDFU"])
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/weichsel/ZIPFoundation", exact: "0.9.18"),
20+
.package(url: "https://github.com/weichsel/ZIPFoundation", exact: "0.9.19"),
2121
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
2222
],
2323
targets: [

Test App/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- iOSDFULibrary (4.15.2):
3-
- ZIPFoundation (= 0.9.18)
4-
- ZIPFoundation (0.9.18)
2+
- iOSDFULibrary (4.15.3):
3+
- ZIPFoundation (= 0.9.19)
4+
- ZIPFoundation (0.9.19)
55

66
DEPENDENCIES:
77
- iOSDFULibrary (from `../`)
@@ -15,8 +15,8 @@ EXTERNAL SOURCES:
1515
:path: "../"
1616

1717
SPEC CHECKSUMS:
18-
iOSDFULibrary: eb5445fd152c41e1141050716c47ac1a2b7ae41c
19-
ZIPFoundation: fa9ae5af13b7cf168245f24d1c672a4fb972e37f
18+
iOSDFULibrary: ef7e1fbb3fc7a5fabd106297a9cd0e775bcfcec6
19+
ZIPFoundation: b8c29ea7ae353b309bc810586181fd073cb3312c
2020

2121
PODFILE CHECKSUM: ae4b20f609dc65f886ce92e7f350ae5ef1fa65ca
2222

Test App/Pods/Local Podspecs/iOSDFULibrary.podspec.json

Lines changed: 3 additions & 3 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: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Test App/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 349 additions & 247 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/ZIPFoundation/ResourceBundle-ZIPFoundation_Privacy-ZIPFoundation-Info.plist

Lines changed: 24 additions & 0 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/ZIPFoundation/ZIPFoundation-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/ResourceBundle-NordicDFUPrivacyInfo-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.

Test App/Pods/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy

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

0 commit comments

Comments
 (0)