Skip to content

Commit

Permalink
Move privacy manifest from resources to resource bundle (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariuszWisniewski committed Mar 1, 2024
1 parent 6ce7a3f commit c53d52d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PhoneNumberKit.podspec
Expand Up @@ -27,9 +27,9 @@ Pod::Spec.new do |s|
core.watchos.deployment_target = '4.0'
core.source_files = 'PhoneNumberKit/*.{swift}'
core.resources = [
'PhoneNumberKit/Resources/PhoneNumberMetadata.json',
'PhoneNumberKit/Resources/PrivacyInfo.xcprivacy'
'PhoneNumberKit/Resources/PhoneNumberMetadata.json'
]
core.resource_bundles = {'PhoneNumberKitPrivacy' => ['PhoneNumberKit/Resources/PrivacyInfo.xcprivacy']}
end

s.subspec 'UIKit' do |ui|
Expand Down

0 comments on commit c53d52d

Please sign in to comment.