Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PrivacyInfo bundle renamed for CocoaPods #534

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions iOSDFULibrary.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "iOSDFULibrary"
s.module_name = 'NordicDFU'
s.version = "4.15.1"
s.version = "4.15.2"
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.
Expand All @@ -22,7 +22,7 @@ The nRF5x Series chips are flash-based SoCs, and as such they represent the most

s.source_files = 'Library/Classes/**/*'
s.resource_bundles = {
'PrivacyInfo' => ['Library/Assets/PrivacyInfo.xcprivacy']
'NordicDFUPrivacyInfo' => ['Library/Assets/PrivacyInfo.xcprivacy']
}

s.dependency 'ZIPFoundation', '= 0.9.18'
Expand Down