Skip to content

Commit c3eb310

Browse files
authored
Merge pull request #534 from NordicSemiconductor/bugfix/privacy
PrivacyInfo bundle renamed for CocoaPods
2 parents 7824fa6 + bac53c4 commit c3eb310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iOSDFULibrary.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "iOSDFULibrary"
33
s.module_name = 'NordicDFU'
4-
s.version = "4.15.1"
4+
s.version = "4.15.2"
55
s.summary = "This repository contains a library to perform Device Firmware Update on the nRF5x devices."
66
s.description = <<-DESC
77
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.
@@ -22,7 +22,7 @@ The nRF5x Series chips are flash-based SoCs, and as such they represent the most
2222

2323
s.source_files = 'Library/Classes/**/*'
2424
s.resource_bundles = {
25-
'PrivacyInfo' => ['Library/Assets/PrivacyInfo.xcprivacy']
25+
'NordicDFUPrivacyInfo' => ['Library/Assets/PrivacyInfo.xcprivacy']
2626
}
2727

2828
s.dependency 'ZIPFoundation', '= 0.9.18'

0 commit comments

Comments
 (0)